@jjrawlins/cdk-ami-builder 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +3726 -3105
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeClustersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ExecuteCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/GetTaskProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAccountSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListClustersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListContainerInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StartTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +0 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3541 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +446 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +5 -6
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1971 -2615
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +0 -80
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1728 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +0 -68
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +229 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +0 -49
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
- package/node_modules/@aws-sdk/client-kms/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/package.json +9 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +808 -1068
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +731 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +112 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -6
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +2040 -2279
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/SFNClient.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeMapRunCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListActivitiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListMapRunsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/RedriveExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskFailureCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskSuccessCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartSyncExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StopExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TestStateCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateMapRunCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/models/models_0.js +0 -333
- package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +1867 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +0 -204
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +235 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/models/models_0.d.ts +0 -151
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
- package/node_modules/@aws-sdk/client-sfn/package.json +5 -6
- package/node_modules/@aws-sdk/client-sns/package.json +5 -5
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +1509 -1437
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +1384 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +125 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
- package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +8788 -8207
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -99
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -159
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -82
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +8146 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -80
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -140
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -60
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +957 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -58
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -93
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -45
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +964 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +5 -6
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +12 -12
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +0 -2596
- package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +0 -542
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
- package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
- package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
- package/node_modules/@aws-sdk/client-sfn/dist-es/protocols/Aws_json1_0.js +0 -1539
- package/node_modules/@aws-sdk/client-sfn/dist-types/protocols/Aws_json1_0.d.ts +0 -335
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
- package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +0 -1193
- package/node_modules/@aws-sdk/client-sqs/dist-types/protocols/Aws_json1_0.d.ts +0 -209
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6370
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
|
@@ -1,638 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CancelKeyDeletionCommandInput,
|
|
8
|
-
CancelKeyDeletionCommandOutput,
|
|
9
|
-
} from "../commands/CancelKeyDeletionCommand";
|
|
10
|
-
import {
|
|
11
|
-
ConnectCustomKeyStoreCommandInput,
|
|
12
|
-
ConnectCustomKeyStoreCommandOutput,
|
|
13
|
-
} from "../commands/ConnectCustomKeyStoreCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateAliasCommandInput,
|
|
16
|
-
CreateAliasCommandOutput,
|
|
17
|
-
} from "../commands/CreateAliasCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateCustomKeyStoreCommandInput,
|
|
20
|
-
CreateCustomKeyStoreCommandOutput,
|
|
21
|
-
} from "../commands/CreateCustomKeyStoreCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateGrantCommandInput,
|
|
24
|
-
CreateGrantCommandOutput,
|
|
25
|
-
} from "../commands/CreateGrantCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateKeyCommandInput,
|
|
28
|
-
CreateKeyCommandOutput,
|
|
29
|
-
} from "../commands/CreateKeyCommand";
|
|
30
|
-
import {
|
|
31
|
-
DecryptCommandInput,
|
|
32
|
-
DecryptCommandOutput,
|
|
33
|
-
} from "../commands/DecryptCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteAliasCommandInput,
|
|
36
|
-
DeleteAliasCommandOutput,
|
|
37
|
-
} from "../commands/DeleteAliasCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteCustomKeyStoreCommandInput,
|
|
40
|
-
DeleteCustomKeyStoreCommandOutput,
|
|
41
|
-
} from "../commands/DeleteCustomKeyStoreCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteImportedKeyMaterialCommandInput,
|
|
44
|
-
DeleteImportedKeyMaterialCommandOutput,
|
|
45
|
-
} from "../commands/DeleteImportedKeyMaterialCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeriveSharedSecretCommandInput,
|
|
48
|
-
DeriveSharedSecretCommandOutput,
|
|
49
|
-
} from "../commands/DeriveSharedSecretCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeCustomKeyStoresCommandInput,
|
|
52
|
-
DescribeCustomKeyStoresCommandOutput,
|
|
53
|
-
} from "../commands/DescribeCustomKeyStoresCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeKeyCommandInput,
|
|
56
|
-
DescribeKeyCommandOutput,
|
|
57
|
-
} from "../commands/DescribeKeyCommand";
|
|
58
|
-
import {
|
|
59
|
-
DisableKeyCommandInput,
|
|
60
|
-
DisableKeyCommandOutput,
|
|
61
|
-
} from "../commands/DisableKeyCommand";
|
|
62
|
-
import {
|
|
63
|
-
DisableKeyRotationCommandInput,
|
|
64
|
-
DisableKeyRotationCommandOutput,
|
|
65
|
-
} from "../commands/DisableKeyRotationCommand";
|
|
66
|
-
import {
|
|
67
|
-
DisconnectCustomKeyStoreCommandInput,
|
|
68
|
-
DisconnectCustomKeyStoreCommandOutput,
|
|
69
|
-
} from "../commands/DisconnectCustomKeyStoreCommand";
|
|
70
|
-
import {
|
|
71
|
-
EnableKeyCommandInput,
|
|
72
|
-
EnableKeyCommandOutput,
|
|
73
|
-
} from "../commands/EnableKeyCommand";
|
|
74
|
-
import {
|
|
75
|
-
EnableKeyRotationCommandInput,
|
|
76
|
-
EnableKeyRotationCommandOutput,
|
|
77
|
-
} from "../commands/EnableKeyRotationCommand";
|
|
78
|
-
import {
|
|
79
|
-
EncryptCommandInput,
|
|
80
|
-
EncryptCommandOutput,
|
|
81
|
-
} from "../commands/EncryptCommand";
|
|
82
|
-
import {
|
|
83
|
-
GenerateDataKeyCommandInput,
|
|
84
|
-
GenerateDataKeyCommandOutput,
|
|
85
|
-
} from "../commands/GenerateDataKeyCommand";
|
|
86
|
-
import {
|
|
87
|
-
GenerateDataKeyPairCommandInput,
|
|
88
|
-
GenerateDataKeyPairCommandOutput,
|
|
89
|
-
} from "../commands/GenerateDataKeyPairCommand";
|
|
90
|
-
import {
|
|
91
|
-
GenerateDataKeyPairWithoutPlaintextCommandInput,
|
|
92
|
-
GenerateDataKeyPairWithoutPlaintextCommandOutput,
|
|
93
|
-
} from "../commands/GenerateDataKeyPairWithoutPlaintextCommand";
|
|
94
|
-
import {
|
|
95
|
-
GenerateDataKeyWithoutPlaintextCommandInput,
|
|
96
|
-
GenerateDataKeyWithoutPlaintextCommandOutput,
|
|
97
|
-
} from "../commands/GenerateDataKeyWithoutPlaintextCommand";
|
|
98
|
-
import {
|
|
99
|
-
GenerateMacCommandInput,
|
|
100
|
-
GenerateMacCommandOutput,
|
|
101
|
-
} from "../commands/GenerateMacCommand";
|
|
102
|
-
import {
|
|
103
|
-
GenerateRandomCommandInput,
|
|
104
|
-
GenerateRandomCommandOutput,
|
|
105
|
-
} from "../commands/GenerateRandomCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetKeyPolicyCommandInput,
|
|
108
|
-
GetKeyPolicyCommandOutput,
|
|
109
|
-
} from "../commands/GetKeyPolicyCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetKeyRotationStatusCommandInput,
|
|
112
|
-
GetKeyRotationStatusCommandOutput,
|
|
113
|
-
} from "../commands/GetKeyRotationStatusCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetParametersForImportCommandInput,
|
|
116
|
-
GetParametersForImportCommandOutput,
|
|
117
|
-
} from "../commands/GetParametersForImportCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetPublicKeyCommandInput,
|
|
120
|
-
GetPublicKeyCommandOutput,
|
|
121
|
-
} from "../commands/GetPublicKeyCommand";
|
|
122
|
-
import {
|
|
123
|
-
ImportKeyMaterialCommandInput,
|
|
124
|
-
ImportKeyMaterialCommandOutput,
|
|
125
|
-
} from "../commands/ImportKeyMaterialCommand";
|
|
126
|
-
import {
|
|
127
|
-
ListAliasesCommandInput,
|
|
128
|
-
ListAliasesCommandOutput,
|
|
129
|
-
} from "../commands/ListAliasesCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListGrantsCommandInput,
|
|
132
|
-
ListGrantsCommandOutput,
|
|
133
|
-
} from "../commands/ListGrantsCommand";
|
|
134
|
-
import {
|
|
135
|
-
ListKeyPoliciesCommandInput,
|
|
136
|
-
ListKeyPoliciesCommandOutput,
|
|
137
|
-
} from "../commands/ListKeyPoliciesCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListKeyRotationsCommandInput,
|
|
140
|
-
ListKeyRotationsCommandOutput,
|
|
141
|
-
} from "../commands/ListKeyRotationsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListKeysCommandInput,
|
|
144
|
-
ListKeysCommandOutput,
|
|
145
|
-
} from "../commands/ListKeysCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListResourceTagsCommandInput,
|
|
148
|
-
ListResourceTagsCommandOutput,
|
|
149
|
-
} from "../commands/ListResourceTagsCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListRetirableGrantsCommandInput,
|
|
152
|
-
ListRetirableGrantsCommandOutput,
|
|
153
|
-
} from "../commands/ListRetirableGrantsCommand";
|
|
154
|
-
import {
|
|
155
|
-
PutKeyPolicyCommandInput,
|
|
156
|
-
PutKeyPolicyCommandOutput,
|
|
157
|
-
} from "../commands/PutKeyPolicyCommand";
|
|
158
|
-
import {
|
|
159
|
-
ReEncryptCommandInput,
|
|
160
|
-
ReEncryptCommandOutput,
|
|
161
|
-
} from "../commands/ReEncryptCommand";
|
|
162
|
-
import {
|
|
163
|
-
ReplicateKeyCommandInput,
|
|
164
|
-
ReplicateKeyCommandOutput,
|
|
165
|
-
} from "../commands/ReplicateKeyCommand";
|
|
166
|
-
import {
|
|
167
|
-
RetireGrantCommandInput,
|
|
168
|
-
RetireGrantCommandOutput,
|
|
169
|
-
} from "../commands/RetireGrantCommand";
|
|
170
|
-
import {
|
|
171
|
-
RevokeGrantCommandInput,
|
|
172
|
-
RevokeGrantCommandOutput,
|
|
173
|
-
} from "../commands/RevokeGrantCommand";
|
|
174
|
-
import {
|
|
175
|
-
RotateKeyOnDemandCommandInput,
|
|
176
|
-
RotateKeyOnDemandCommandOutput,
|
|
177
|
-
} from "../commands/RotateKeyOnDemandCommand";
|
|
178
|
-
import {
|
|
179
|
-
ScheduleKeyDeletionCommandInput,
|
|
180
|
-
ScheduleKeyDeletionCommandOutput,
|
|
181
|
-
} from "../commands/ScheduleKeyDeletionCommand";
|
|
182
|
-
import { SignCommandInput, SignCommandOutput } from "../commands/SignCommand";
|
|
183
|
-
import {
|
|
184
|
-
TagResourceCommandInput,
|
|
185
|
-
TagResourceCommandOutput,
|
|
186
|
-
} from "../commands/TagResourceCommand";
|
|
187
|
-
import {
|
|
188
|
-
UntagResourceCommandInput,
|
|
189
|
-
UntagResourceCommandOutput,
|
|
190
|
-
} from "../commands/UntagResourceCommand";
|
|
191
|
-
import {
|
|
192
|
-
UpdateAliasCommandInput,
|
|
193
|
-
UpdateAliasCommandOutput,
|
|
194
|
-
} from "../commands/UpdateAliasCommand";
|
|
195
|
-
import {
|
|
196
|
-
UpdateCustomKeyStoreCommandInput,
|
|
197
|
-
UpdateCustomKeyStoreCommandOutput,
|
|
198
|
-
} from "../commands/UpdateCustomKeyStoreCommand";
|
|
199
|
-
import {
|
|
200
|
-
UpdateKeyDescriptionCommandInput,
|
|
201
|
-
UpdateKeyDescriptionCommandOutput,
|
|
202
|
-
} from "../commands/UpdateKeyDescriptionCommand";
|
|
203
|
-
import {
|
|
204
|
-
UpdatePrimaryRegionCommandInput,
|
|
205
|
-
UpdatePrimaryRegionCommandOutput,
|
|
206
|
-
} from "../commands/UpdatePrimaryRegionCommand";
|
|
207
|
-
import {
|
|
208
|
-
VerifyCommandInput,
|
|
209
|
-
VerifyCommandOutput,
|
|
210
|
-
} from "../commands/VerifyCommand";
|
|
211
|
-
import {
|
|
212
|
-
VerifyMacCommandInput,
|
|
213
|
-
VerifyMacCommandOutput,
|
|
214
|
-
} from "../commands/VerifyMacCommand";
|
|
215
|
-
export declare const se_CancelKeyDeletionCommand: (
|
|
216
|
-
input: CancelKeyDeletionCommandInput,
|
|
217
|
-
context: __SerdeContext
|
|
218
|
-
) => Promise<__HttpRequest>;
|
|
219
|
-
export declare const se_ConnectCustomKeyStoreCommand: (
|
|
220
|
-
input: ConnectCustomKeyStoreCommandInput,
|
|
221
|
-
context: __SerdeContext
|
|
222
|
-
) => Promise<__HttpRequest>;
|
|
223
|
-
export declare const se_CreateAliasCommand: (
|
|
224
|
-
input: CreateAliasCommandInput,
|
|
225
|
-
context: __SerdeContext
|
|
226
|
-
) => Promise<__HttpRequest>;
|
|
227
|
-
export declare const se_CreateCustomKeyStoreCommand: (
|
|
228
|
-
input: CreateCustomKeyStoreCommandInput,
|
|
229
|
-
context: __SerdeContext
|
|
230
|
-
) => Promise<__HttpRequest>;
|
|
231
|
-
export declare const se_CreateGrantCommand: (
|
|
232
|
-
input: CreateGrantCommandInput,
|
|
233
|
-
context: __SerdeContext
|
|
234
|
-
) => Promise<__HttpRequest>;
|
|
235
|
-
export declare const se_CreateKeyCommand: (
|
|
236
|
-
input: CreateKeyCommandInput,
|
|
237
|
-
context: __SerdeContext
|
|
238
|
-
) => Promise<__HttpRequest>;
|
|
239
|
-
export declare const se_DecryptCommand: (
|
|
240
|
-
input: DecryptCommandInput,
|
|
241
|
-
context: __SerdeContext
|
|
242
|
-
) => Promise<__HttpRequest>;
|
|
243
|
-
export declare const se_DeleteAliasCommand: (
|
|
244
|
-
input: DeleteAliasCommandInput,
|
|
245
|
-
context: __SerdeContext
|
|
246
|
-
) => Promise<__HttpRequest>;
|
|
247
|
-
export declare const se_DeleteCustomKeyStoreCommand: (
|
|
248
|
-
input: DeleteCustomKeyStoreCommandInput,
|
|
249
|
-
context: __SerdeContext
|
|
250
|
-
) => Promise<__HttpRequest>;
|
|
251
|
-
export declare const se_DeleteImportedKeyMaterialCommand: (
|
|
252
|
-
input: DeleteImportedKeyMaterialCommandInput,
|
|
253
|
-
context: __SerdeContext
|
|
254
|
-
) => Promise<__HttpRequest>;
|
|
255
|
-
export declare const se_DeriveSharedSecretCommand: (
|
|
256
|
-
input: DeriveSharedSecretCommandInput,
|
|
257
|
-
context: __SerdeContext
|
|
258
|
-
) => Promise<__HttpRequest>;
|
|
259
|
-
export declare const se_DescribeCustomKeyStoresCommand: (
|
|
260
|
-
input: DescribeCustomKeyStoresCommandInput,
|
|
261
|
-
context: __SerdeContext
|
|
262
|
-
) => Promise<__HttpRequest>;
|
|
263
|
-
export declare const se_DescribeKeyCommand: (
|
|
264
|
-
input: DescribeKeyCommandInput,
|
|
265
|
-
context: __SerdeContext
|
|
266
|
-
) => Promise<__HttpRequest>;
|
|
267
|
-
export declare const se_DisableKeyCommand: (
|
|
268
|
-
input: DisableKeyCommandInput,
|
|
269
|
-
context: __SerdeContext
|
|
270
|
-
) => Promise<__HttpRequest>;
|
|
271
|
-
export declare const se_DisableKeyRotationCommand: (
|
|
272
|
-
input: DisableKeyRotationCommandInput,
|
|
273
|
-
context: __SerdeContext
|
|
274
|
-
) => Promise<__HttpRequest>;
|
|
275
|
-
export declare const se_DisconnectCustomKeyStoreCommand: (
|
|
276
|
-
input: DisconnectCustomKeyStoreCommandInput,
|
|
277
|
-
context: __SerdeContext
|
|
278
|
-
) => Promise<__HttpRequest>;
|
|
279
|
-
export declare const se_EnableKeyCommand: (
|
|
280
|
-
input: EnableKeyCommandInput,
|
|
281
|
-
context: __SerdeContext
|
|
282
|
-
) => Promise<__HttpRequest>;
|
|
283
|
-
export declare const se_EnableKeyRotationCommand: (
|
|
284
|
-
input: EnableKeyRotationCommandInput,
|
|
285
|
-
context: __SerdeContext
|
|
286
|
-
) => Promise<__HttpRequest>;
|
|
287
|
-
export declare const se_EncryptCommand: (
|
|
288
|
-
input: EncryptCommandInput,
|
|
289
|
-
context: __SerdeContext
|
|
290
|
-
) => Promise<__HttpRequest>;
|
|
291
|
-
export declare const se_GenerateDataKeyCommand: (
|
|
292
|
-
input: GenerateDataKeyCommandInput,
|
|
293
|
-
context: __SerdeContext
|
|
294
|
-
) => Promise<__HttpRequest>;
|
|
295
|
-
export declare const se_GenerateDataKeyPairCommand: (
|
|
296
|
-
input: GenerateDataKeyPairCommandInput,
|
|
297
|
-
context: __SerdeContext
|
|
298
|
-
) => Promise<__HttpRequest>;
|
|
299
|
-
export declare const se_GenerateDataKeyPairWithoutPlaintextCommand: (
|
|
300
|
-
input: GenerateDataKeyPairWithoutPlaintextCommandInput,
|
|
301
|
-
context: __SerdeContext
|
|
302
|
-
) => Promise<__HttpRequest>;
|
|
303
|
-
export declare const se_GenerateDataKeyWithoutPlaintextCommand: (
|
|
304
|
-
input: GenerateDataKeyWithoutPlaintextCommandInput,
|
|
305
|
-
context: __SerdeContext
|
|
306
|
-
) => Promise<__HttpRequest>;
|
|
307
|
-
export declare const se_GenerateMacCommand: (
|
|
308
|
-
input: GenerateMacCommandInput,
|
|
309
|
-
context: __SerdeContext
|
|
310
|
-
) => Promise<__HttpRequest>;
|
|
311
|
-
export declare const se_GenerateRandomCommand: (
|
|
312
|
-
input: GenerateRandomCommandInput,
|
|
313
|
-
context: __SerdeContext
|
|
314
|
-
) => Promise<__HttpRequest>;
|
|
315
|
-
export declare const se_GetKeyPolicyCommand: (
|
|
316
|
-
input: GetKeyPolicyCommandInput,
|
|
317
|
-
context: __SerdeContext
|
|
318
|
-
) => Promise<__HttpRequest>;
|
|
319
|
-
export declare const se_GetKeyRotationStatusCommand: (
|
|
320
|
-
input: GetKeyRotationStatusCommandInput,
|
|
321
|
-
context: __SerdeContext
|
|
322
|
-
) => Promise<__HttpRequest>;
|
|
323
|
-
export declare const se_GetParametersForImportCommand: (
|
|
324
|
-
input: GetParametersForImportCommandInput,
|
|
325
|
-
context: __SerdeContext
|
|
326
|
-
) => Promise<__HttpRequest>;
|
|
327
|
-
export declare const se_GetPublicKeyCommand: (
|
|
328
|
-
input: GetPublicKeyCommandInput,
|
|
329
|
-
context: __SerdeContext
|
|
330
|
-
) => Promise<__HttpRequest>;
|
|
331
|
-
export declare const se_ImportKeyMaterialCommand: (
|
|
332
|
-
input: ImportKeyMaterialCommandInput,
|
|
333
|
-
context: __SerdeContext
|
|
334
|
-
) => Promise<__HttpRequest>;
|
|
335
|
-
export declare const se_ListAliasesCommand: (
|
|
336
|
-
input: ListAliasesCommandInput,
|
|
337
|
-
context: __SerdeContext
|
|
338
|
-
) => Promise<__HttpRequest>;
|
|
339
|
-
export declare const se_ListGrantsCommand: (
|
|
340
|
-
input: ListGrantsCommandInput,
|
|
341
|
-
context: __SerdeContext
|
|
342
|
-
) => Promise<__HttpRequest>;
|
|
343
|
-
export declare const se_ListKeyPoliciesCommand: (
|
|
344
|
-
input: ListKeyPoliciesCommandInput,
|
|
345
|
-
context: __SerdeContext
|
|
346
|
-
) => Promise<__HttpRequest>;
|
|
347
|
-
export declare const se_ListKeyRotationsCommand: (
|
|
348
|
-
input: ListKeyRotationsCommandInput,
|
|
349
|
-
context: __SerdeContext
|
|
350
|
-
) => Promise<__HttpRequest>;
|
|
351
|
-
export declare const se_ListKeysCommand: (
|
|
352
|
-
input: ListKeysCommandInput,
|
|
353
|
-
context: __SerdeContext
|
|
354
|
-
) => Promise<__HttpRequest>;
|
|
355
|
-
export declare const se_ListResourceTagsCommand: (
|
|
356
|
-
input: ListResourceTagsCommandInput,
|
|
357
|
-
context: __SerdeContext
|
|
358
|
-
) => Promise<__HttpRequest>;
|
|
359
|
-
export declare const se_ListRetirableGrantsCommand: (
|
|
360
|
-
input: ListRetirableGrantsCommandInput,
|
|
361
|
-
context: __SerdeContext
|
|
362
|
-
) => Promise<__HttpRequest>;
|
|
363
|
-
export declare const se_PutKeyPolicyCommand: (
|
|
364
|
-
input: PutKeyPolicyCommandInput,
|
|
365
|
-
context: __SerdeContext
|
|
366
|
-
) => Promise<__HttpRequest>;
|
|
367
|
-
export declare const se_ReEncryptCommand: (
|
|
368
|
-
input: ReEncryptCommandInput,
|
|
369
|
-
context: __SerdeContext
|
|
370
|
-
) => Promise<__HttpRequest>;
|
|
371
|
-
export declare const se_ReplicateKeyCommand: (
|
|
372
|
-
input: ReplicateKeyCommandInput,
|
|
373
|
-
context: __SerdeContext
|
|
374
|
-
) => Promise<__HttpRequest>;
|
|
375
|
-
export declare const se_RetireGrantCommand: (
|
|
376
|
-
input: RetireGrantCommandInput,
|
|
377
|
-
context: __SerdeContext
|
|
378
|
-
) => Promise<__HttpRequest>;
|
|
379
|
-
export declare const se_RevokeGrantCommand: (
|
|
380
|
-
input: RevokeGrantCommandInput,
|
|
381
|
-
context: __SerdeContext
|
|
382
|
-
) => Promise<__HttpRequest>;
|
|
383
|
-
export declare const se_RotateKeyOnDemandCommand: (
|
|
384
|
-
input: RotateKeyOnDemandCommandInput,
|
|
385
|
-
context: __SerdeContext
|
|
386
|
-
) => Promise<__HttpRequest>;
|
|
387
|
-
export declare const se_ScheduleKeyDeletionCommand: (
|
|
388
|
-
input: ScheduleKeyDeletionCommandInput,
|
|
389
|
-
context: __SerdeContext
|
|
390
|
-
) => Promise<__HttpRequest>;
|
|
391
|
-
export declare const se_SignCommand: (
|
|
392
|
-
input: SignCommandInput,
|
|
393
|
-
context: __SerdeContext
|
|
394
|
-
) => Promise<__HttpRequest>;
|
|
395
|
-
export declare const se_TagResourceCommand: (
|
|
396
|
-
input: TagResourceCommandInput,
|
|
397
|
-
context: __SerdeContext
|
|
398
|
-
) => Promise<__HttpRequest>;
|
|
399
|
-
export declare const se_UntagResourceCommand: (
|
|
400
|
-
input: UntagResourceCommandInput,
|
|
401
|
-
context: __SerdeContext
|
|
402
|
-
) => Promise<__HttpRequest>;
|
|
403
|
-
export declare const se_UpdateAliasCommand: (
|
|
404
|
-
input: UpdateAliasCommandInput,
|
|
405
|
-
context: __SerdeContext
|
|
406
|
-
) => Promise<__HttpRequest>;
|
|
407
|
-
export declare const se_UpdateCustomKeyStoreCommand: (
|
|
408
|
-
input: UpdateCustomKeyStoreCommandInput,
|
|
409
|
-
context: __SerdeContext
|
|
410
|
-
) => Promise<__HttpRequest>;
|
|
411
|
-
export declare const se_UpdateKeyDescriptionCommand: (
|
|
412
|
-
input: UpdateKeyDescriptionCommandInput,
|
|
413
|
-
context: __SerdeContext
|
|
414
|
-
) => Promise<__HttpRequest>;
|
|
415
|
-
export declare const se_UpdatePrimaryRegionCommand: (
|
|
416
|
-
input: UpdatePrimaryRegionCommandInput,
|
|
417
|
-
context: __SerdeContext
|
|
418
|
-
) => Promise<__HttpRequest>;
|
|
419
|
-
export declare const se_VerifyCommand: (
|
|
420
|
-
input: VerifyCommandInput,
|
|
421
|
-
context: __SerdeContext
|
|
422
|
-
) => Promise<__HttpRequest>;
|
|
423
|
-
export declare const se_VerifyMacCommand: (
|
|
424
|
-
input: VerifyMacCommandInput,
|
|
425
|
-
context: __SerdeContext
|
|
426
|
-
) => Promise<__HttpRequest>;
|
|
427
|
-
export declare const de_CancelKeyDeletionCommand: (
|
|
428
|
-
output: __HttpResponse,
|
|
429
|
-
context: __SerdeContext
|
|
430
|
-
) => Promise<CancelKeyDeletionCommandOutput>;
|
|
431
|
-
export declare const de_ConnectCustomKeyStoreCommand: (
|
|
432
|
-
output: __HttpResponse,
|
|
433
|
-
context: __SerdeContext
|
|
434
|
-
) => Promise<ConnectCustomKeyStoreCommandOutput>;
|
|
435
|
-
export declare const de_CreateAliasCommand: (
|
|
436
|
-
output: __HttpResponse,
|
|
437
|
-
context: __SerdeContext
|
|
438
|
-
) => Promise<CreateAliasCommandOutput>;
|
|
439
|
-
export declare const de_CreateCustomKeyStoreCommand: (
|
|
440
|
-
output: __HttpResponse,
|
|
441
|
-
context: __SerdeContext
|
|
442
|
-
) => Promise<CreateCustomKeyStoreCommandOutput>;
|
|
443
|
-
export declare const de_CreateGrantCommand: (
|
|
444
|
-
output: __HttpResponse,
|
|
445
|
-
context: __SerdeContext
|
|
446
|
-
) => Promise<CreateGrantCommandOutput>;
|
|
447
|
-
export declare const de_CreateKeyCommand: (
|
|
448
|
-
output: __HttpResponse,
|
|
449
|
-
context: __SerdeContext
|
|
450
|
-
) => Promise<CreateKeyCommandOutput>;
|
|
451
|
-
export declare const de_DecryptCommand: (
|
|
452
|
-
output: __HttpResponse,
|
|
453
|
-
context: __SerdeContext
|
|
454
|
-
) => Promise<DecryptCommandOutput>;
|
|
455
|
-
export declare const de_DeleteAliasCommand: (
|
|
456
|
-
output: __HttpResponse,
|
|
457
|
-
context: __SerdeContext
|
|
458
|
-
) => Promise<DeleteAliasCommandOutput>;
|
|
459
|
-
export declare const de_DeleteCustomKeyStoreCommand: (
|
|
460
|
-
output: __HttpResponse,
|
|
461
|
-
context: __SerdeContext
|
|
462
|
-
) => Promise<DeleteCustomKeyStoreCommandOutput>;
|
|
463
|
-
export declare const de_DeleteImportedKeyMaterialCommand: (
|
|
464
|
-
output: __HttpResponse,
|
|
465
|
-
context: __SerdeContext
|
|
466
|
-
) => Promise<DeleteImportedKeyMaterialCommandOutput>;
|
|
467
|
-
export declare const de_DeriveSharedSecretCommand: (
|
|
468
|
-
output: __HttpResponse,
|
|
469
|
-
context: __SerdeContext
|
|
470
|
-
) => Promise<DeriveSharedSecretCommandOutput>;
|
|
471
|
-
export declare const de_DescribeCustomKeyStoresCommand: (
|
|
472
|
-
output: __HttpResponse,
|
|
473
|
-
context: __SerdeContext
|
|
474
|
-
) => Promise<DescribeCustomKeyStoresCommandOutput>;
|
|
475
|
-
export declare const de_DescribeKeyCommand: (
|
|
476
|
-
output: __HttpResponse,
|
|
477
|
-
context: __SerdeContext
|
|
478
|
-
) => Promise<DescribeKeyCommandOutput>;
|
|
479
|
-
export declare const de_DisableKeyCommand: (
|
|
480
|
-
output: __HttpResponse,
|
|
481
|
-
context: __SerdeContext
|
|
482
|
-
) => Promise<DisableKeyCommandOutput>;
|
|
483
|
-
export declare const de_DisableKeyRotationCommand: (
|
|
484
|
-
output: __HttpResponse,
|
|
485
|
-
context: __SerdeContext
|
|
486
|
-
) => Promise<DisableKeyRotationCommandOutput>;
|
|
487
|
-
export declare const de_DisconnectCustomKeyStoreCommand: (
|
|
488
|
-
output: __HttpResponse,
|
|
489
|
-
context: __SerdeContext
|
|
490
|
-
) => Promise<DisconnectCustomKeyStoreCommandOutput>;
|
|
491
|
-
export declare const de_EnableKeyCommand: (
|
|
492
|
-
output: __HttpResponse,
|
|
493
|
-
context: __SerdeContext
|
|
494
|
-
) => Promise<EnableKeyCommandOutput>;
|
|
495
|
-
export declare const de_EnableKeyRotationCommand: (
|
|
496
|
-
output: __HttpResponse,
|
|
497
|
-
context: __SerdeContext
|
|
498
|
-
) => Promise<EnableKeyRotationCommandOutput>;
|
|
499
|
-
export declare const de_EncryptCommand: (
|
|
500
|
-
output: __HttpResponse,
|
|
501
|
-
context: __SerdeContext
|
|
502
|
-
) => Promise<EncryptCommandOutput>;
|
|
503
|
-
export declare const de_GenerateDataKeyCommand: (
|
|
504
|
-
output: __HttpResponse,
|
|
505
|
-
context: __SerdeContext
|
|
506
|
-
) => Promise<GenerateDataKeyCommandOutput>;
|
|
507
|
-
export declare const de_GenerateDataKeyPairCommand: (
|
|
508
|
-
output: __HttpResponse,
|
|
509
|
-
context: __SerdeContext
|
|
510
|
-
) => Promise<GenerateDataKeyPairCommandOutput>;
|
|
511
|
-
export declare const de_GenerateDataKeyPairWithoutPlaintextCommand: (
|
|
512
|
-
output: __HttpResponse,
|
|
513
|
-
context: __SerdeContext
|
|
514
|
-
) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
|
|
515
|
-
export declare const de_GenerateDataKeyWithoutPlaintextCommand: (
|
|
516
|
-
output: __HttpResponse,
|
|
517
|
-
context: __SerdeContext
|
|
518
|
-
) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
|
|
519
|
-
export declare const de_GenerateMacCommand: (
|
|
520
|
-
output: __HttpResponse,
|
|
521
|
-
context: __SerdeContext
|
|
522
|
-
) => Promise<GenerateMacCommandOutput>;
|
|
523
|
-
export declare const de_GenerateRandomCommand: (
|
|
524
|
-
output: __HttpResponse,
|
|
525
|
-
context: __SerdeContext
|
|
526
|
-
) => Promise<GenerateRandomCommandOutput>;
|
|
527
|
-
export declare const de_GetKeyPolicyCommand: (
|
|
528
|
-
output: __HttpResponse,
|
|
529
|
-
context: __SerdeContext
|
|
530
|
-
) => Promise<GetKeyPolicyCommandOutput>;
|
|
531
|
-
export declare const de_GetKeyRotationStatusCommand: (
|
|
532
|
-
output: __HttpResponse,
|
|
533
|
-
context: __SerdeContext
|
|
534
|
-
) => Promise<GetKeyRotationStatusCommandOutput>;
|
|
535
|
-
export declare const de_GetParametersForImportCommand: (
|
|
536
|
-
output: __HttpResponse,
|
|
537
|
-
context: __SerdeContext
|
|
538
|
-
) => Promise<GetParametersForImportCommandOutput>;
|
|
539
|
-
export declare const de_GetPublicKeyCommand: (
|
|
540
|
-
output: __HttpResponse,
|
|
541
|
-
context: __SerdeContext
|
|
542
|
-
) => Promise<GetPublicKeyCommandOutput>;
|
|
543
|
-
export declare const de_ImportKeyMaterialCommand: (
|
|
544
|
-
output: __HttpResponse,
|
|
545
|
-
context: __SerdeContext
|
|
546
|
-
) => Promise<ImportKeyMaterialCommandOutput>;
|
|
547
|
-
export declare const de_ListAliasesCommand: (
|
|
548
|
-
output: __HttpResponse,
|
|
549
|
-
context: __SerdeContext
|
|
550
|
-
) => Promise<ListAliasesCommandOutput>;
|
|
551
|
-
export declare const de_ListGrantsCommand: (
|
|
552
|
-
output: __HttpResponse,
|
|
553
|
-
context: __SerdeContext
|
|
554
|
-
) => Promise<ListGrantsCommandOutput>;
|
|
555
|
-
export declare const de_ListKeyPoliciesCommand: (
|
|
556
|
-
output: __HttpResponse,
|
|
557
|
-
context: __SerdeContext
|
|
558
|
-
) => Promise<ListKeyPoliciesCommandOutput>;
|
|
559
|
-
export declare const de_ListKeyRotationsCommand: (
|
|
560
|
-
output: __HttpResponse,
|
|
561
|
-
context: __SerdeContext
|
|
562
|
-
) => Promise<ListKeyRotationsCommandOutput>;
|
|
563
|
-
export declare const de_ListKeysCommand: (
|
|
564
|
-
output: __HttpResponse,
|
|
565
|
-
context: __SerdeContext
|
|
566
|
-
) => Promise<ListKeysCommandOutput>;
|
|
567
|
-
export declare const de_ListResourceTagsCommand: (
|
|
568
|
-
output: __HttpResponse,
|
|
569
|
-
context: __SerdeContext
|
|
570
|
-
) => Promise<ListResourceTagsCommandOutput>;
|
|
571
|
-
export declare const de_ListRetirableGrantsCommand: (
|
|
572
|
-
output: __HttpResponse,
|
|
573
|
-
context: __SerdeContext
|
|
574
|
-
) => Promise<ListRetirableGrantsCommandOutput>;
|
|
575
|
-
export declare const de_PutKeyPolicyCommand: (
|
|
576
|
-
output: __HttpResponse,
|
|
577
|
-
context: __SerdeContext
|
|
578
|
-
) => Promise<PutKeyPolicyCommandOutput>;
|
|
579
|
-
export declare const de_ReEncryptCommand: (
|
|
580
|
-
output: __HttpResponse,
|
|
581
|
-
context: __SerdeContext
|
|
582
|
-
) => Promise<ReEncryptCommandOutput>;
|
|
583
|
-
export declare const de_ReplicateKeyCommand: (
|
|
584
|
-
output: __HttpResponse,
|
|
585
|
-
context: __SerdeContext
|
|
586
|
-
) => Promise<ReplicateKeyCommandOutput>;
|
|
587
|
-
export declare const de_RetireGrantCommand: (
|
|
588
|
-
output: __HttpResponse,
|
|
589
|
-
context: __SerdeContext
|
|
590
|
-
) => Promise<RetireGrantCommandOutput>;
|
|
591
|
-
export declare const de_RevokeGrantCommand: (
|
|
592
|
-
output: __HttpResponse,
|
|
593
|
-
context: __SerdeContext
|
|
594
|
-
) => Promise<RevokeGrantCommandOutput>;
|
|
595
|
-
export declare const de_RotateKeyOnDemandCommand: (
|
|
596
|
-
output: __HttpResponse,
|
|
597
|
-
context: __SerdeContext
|
|
598
|
-
) => Promise<RotateKeyOnDemandCommandOutput>;
|
|
599
|
-
export declare const de_ScheduleKeyDeletionCommand: (
|
|
600
|
-
output: __HttpResponse,
|
|
601
|
-
context: __SerdeContext
|
|
602
|
-
) => Promise<ScheduleKeyDeletionCommandOutput>;
|
|
603
|
-
export declare const de_SignCommand: (
|
|
604
|
-
output: __HttpResponse,
|
|
605
|
-
context: __SerdeContext
|
|
606
|
-
) => Promise<SignCommandOutput>;
|
|
607
|
-
export declare const de_TagResourceCommand: (
|
|
608
|
-
output: __HttpResponse,
|
|
609
|
-
context: __SerdeContext
|
|
610
|
-
) => Promise<TagResourceCommandOutput>;
|
|
611
|
-
export declare const de_UntagResourceCommand: (
|
|
612
|
-
output: __HttpResponse,
|
|
613
|
-
context: __SerdeContext
|
|
614
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
615
|
-
export declare const de_UpdateAliasCommand: (
|
|
616
|
-
output: __HttpResponse,
|
|
617
|
-
context: __SerdeContext
|
|
618
|
-
) => Promise<UpdateAliasCommandOutput>;
|
|
619
|
-
export declare const de_UpdateCustomKeyStoreCommand: (
|
|
620
|
-
output: __HttpResponse,
|
|
621
|
-
context: __SerdeContext
|
|
622
|
-
) => Promise<UpdateCustomKeyStoreCommandOutput>;
|
|
623
|
-
export declare const de_UpdateKeyDescriptionCommand: (
|
|
624
|
-
output: __HttpResponse,
|
|
625
|
-
context: __SerdeContext
|
|
626
|
-
) => Promise<UpdateKeyDescriptionCommandOutput>;
|
|
627
|
-
export declare const de_UpdatePrimaryRegionCommand: (
|
|
628
|
-
output: __HttpResponse,
|
|
629
|
-
context: __SerdeContext
|
|
630
|
-
) => Promise<UpdatePrimaryRegionCommandOutput>;
|
|
631
|
-
export declare const de_VerifyCommand: (
|
|
632
|
-
output: __HttpResponse,
|
|
633
|
-
context: __SerdeContext
|
|
634
|
-
) => Promise<VerifyCommandOutput>;
|
|
635
|
-
export declare const de_VerifyMacCommand: (
|
|
636
|
-
output: __HttpResponse,
|
|
637
|
-
context: __SerdeContext
|
|
638
|
-
) => Promise<VerifyMacCommandOutput>;
|