@jjrawlins/cdk-ami-builder 0.0.68 → 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 +13 -13
- 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
|
@@ -0,0 +1,1728 @@
|
|
|
1
|
+
const _A = "Arn";
|
|
2
|
+
const _AA = "AliasArn";
|
|
3
|
+
const _AD = "AttestationDocument";
|
|
4
|
+
const _AEE = "AlreadyExistsException";
|
|
5
|
+
const _AKI = "AccessKeyId";
|
|
6
|
+
const _AL = "AliasList";
|
|
7
|
+
const _ALE = "AliasListEntry";
|
|
8
|
+
const _AN = "AliasName";
|
|
9
|
+
const _AWSAI = "AWSAccountId";
|
|
10
|
+
const _Al = "Aliases";
|
|
11
|
+
const _BPLSC = "BypassPolicyLockoutSafetyCheck";
|
|
12
|
+
const _C = "Constraints";
|
|
13
|
+
const _CA = "CreateAlias";
|
|
14
|
+
const _CAR = "CreateAliasRequest";
|
|
15
|
+
const _CB = "CiphertextBlob";
|
|
16
|
+
const _CCKS = "ConnectCustomKeyStore";
|
|
17
|
+
const _CCKSR = "ConnectCustomKeyStoreRequest";
|
|
18
|
+
const _CCKSRo = "ConnectCustomKeyStoreResponse";
|
|
19
|
+
const _CCKSRr = "CreateCustomKeyStoreRequest";
|
|
20
|
+
const _CCKSRre = "CreateCustomKeyStoreResponse";
|
|
21
|
+
const _CCKSr = "CreateCustomKeyStore";
|
|
22
|
+
const _CD = "CreationDate";
|
|
23
|
+
const _CE = "ConflictException";
|
|
24
|
+
const _CEC = "ConnectionErrorCode";
|
|
25
|
+
const _CFR = "CiphertextForRecipient";
|
|
26
|
+
const _CG = "CreateGrant";
|
|
27
|
+
const _CGR = "CreateGrantRequest";
|
|
28
|
+
const _CGRr = "CreateGrantResponse";
|
|
29
|
+
const _CHCI = "CloudHsmClusterId";
|
|
30
|
+
const _CHCICE = "CloudHsmClusterInvalidConfigurationException";
|
|
31
|
+
const _CHCIUE = "CloudHsmClusterInUseException";
|
|
32
|
+
const _CHCNAE = "CloudHsmClusterNotActiveException";
|
|
33
|
+
const _CHCNFE = "CloudHsmClusterNotFoundException";
|
|
34
|
+
const _CHCNRE = "CloudHsmClusterNotRelatedException";
|
|
35
|
+
const _CK = "CreateKey";
|
|
36
|
+
const _CKD = "CancelKeyDeletion";
|
|
37
|
+
const _CKDR = "CancelKeyDeletionRequest";
|
|
38
|
+
const _CKDRa = "CancelKeyDeletionResponse";
|
|
39
|
+
const _CKMI = "CurrentKeyMaterialId";
|
|
40
|
+
const _CKR = "CreateKeyRequest";
|
|
41
|
+
const _CKRr = "CreateKeyResponse";
|
|
42
|
+
const _CKS = "CustomKeyStores";
|
|
43
|
+
const _CKSHCMKE = "CustomKeyStoreHasCMKsException";
|
|
44
|
+
const _CKSI = "CustomKeyStoreId";
|
|
45
|
+
const _CKSISE = "CustomKeyStoreInvalidStateException";
|
|
46
|
+
const _CKSL = "CustomKeyStoresList";
|
|
47
|
+
const _CKSLE = "CustomKeyStoresListEntry";
|
|
48
|
+
const _CKSN = "CustomKeyStoreName";
|
|
49
|
+
const _CKSNFE = "CustomKeyStoreNotFoundException";
|
|
50
|
+
const _CKSNIUE = "CustomKeyStoreNameInUseException";
|
|
51
|
+
const _CKST = "CustomKeyStoreType";
|
|
52
|
+
const _CMKS = "CustomerMasterKeySpec";
|
|
53
|
+
const _CS = "ConnectionState";
|
|
54
|
+
const _Co = "Connectivity";
|
|
55
|
+
const _D = "Description";
|
|
56
|
+
const _DA = "DeleteAlias";
|
|
57
|
+
const _DAR = "DeleteAliasRequest";
|
|
58
|
+
const _DCKS = "DeleteCustomKeyStore";
|
|
59
|
+
const _DCKSR = "DeleteCustomKeyStoreRequest";
|
|
60
|
+
const _DCKSRe = "DeleteCustomKeyStoreResponse";
|
|
61
|
+
const _DCKSRes = "DescribeCustomKeyStoresRequest";
|
|
62
|
+
const _DCKSResc = "DescribeCustomKeyStoresResponse";
|
|
63
|
+
const _DCKSRi = "DisconnectCustomKeyStoreRequest";
|
|
64
|
+
const _DCKSRis = "DisconnectCustomKeyStoreResponse";
|
|
65
|
+
const _DCKSe = "DescribeCustomKeyStores";
|
|
66
|
+
const _DCKSi = "DisconnectCustomKeyStore";
|
|
67
|
+
const _DD = "DeletionDate";
|
|
68
|
+
const _DE = "DisabledException";
|
|
69
|
+
const _DEA = "DestinationEncryptionAlgorithm";
|
|
70
|
+
const _DEC = "DestinationEncryptionContext";
|
|
71
|
+
const _DIKM = "DeleteImportedKeyMaterial";
|
|
72
|
+
const _DIKMR = "DeleteImportedKeyMaterialRequest";
|
|
73
|
+
const _DIKMRe = "DeleteImportedKeyMaterialResponse";
|
|
74
|
+
const _DK = "DescribeKey";
|
|
75
|
+
const _DKI = "DestinationKeyId";
|
|
76
|
+
const _DKMI = "DestinationKeyMaterialId";
|
|
77
|
+
const _DKR = "DescribeKeyRequest";
|
|
78
|
+
const _DKRR = "DisableKeyRotationRequest";
|
|
79
|
+
const _DKRe = "DescribeKeyResponse";
|
|
80
|
+
const _DKRi = "DisableKeyRequest";
|
|
81
|
+
const _DKRis = "DisableKeyRotation";
|
|
82
|
+
const _DKi = "DisableKey";
|
|
83
|
+
const _DR = "DryRun";
|
|
84
|
+
const _DROE = "DryRunOperationException";
|
|
85
|
+
const _DRe = "DecryptRequest";
|
|
86
|
+
const _DRec = "DecryptResponse";
|
|
87
|
+
const _DSS = "DeriveSharedSecret";
|
|
88
|
+
const _DSSR = "DeriveSharedSecretRequest";
|
|
89
|
+
const _DSSRe = "DeriveSharedSecretResponse";
|
|
90
|
+
const _DTE = "DependencyTimeoutException";
|
|
91
|
+
const _De = "Decrypt";
|
|
92
|
+
const _E = "Enabled";
|
|
93
|
+
const _EA = "EncryptionAlgorithm";
|
|
94
|
+
const _EAn = "EncryptionAlgorithms";
|
|
95
|
+
const _EC = "EncryptionContext";
|
|
96
|
+
const _ECE = "EncryptionContextEquals";
|
|
97
|
+
const _ECS = "EncryptionContextSubset";
|
|
98
|
+
const _EITE = "ExpiredImportTokenException";
|
|
99
|
+
const _EK = "EnableKey";
|
|
100
|
+
const _EKM = "EncryptedKeyMaterial";
|
|
101
|
+
const _EKR = "EnableKeyRequest";
|
|
102
|
+
const _EKRR = "EnableKeyRotationRequest";
|
|
103
|
+
const _EKRn = "EnableKeyRotation";
|
|
104
|
+
const _EM = "ExpirationModel";
|
|
105
|
+
const _ER = "EncryptRequest";
|
|
106
|
+
const _ERn = "EncryptResponse";
|
|
107
|
+
const _En = "Encrypt";
|
|
108
|
+
const _G = "Grants";
|
|
109
|
+
const _GC = "GrantConstraints";
|
|
110
|
+
const _GDK = "GenerateDataKey";
|
|
111
|
+
const _GDKP = "GenerateDataKeyPair";
|
|
112
|
+
const _GDKPR = "GenerateDataKeyPairRequest";
|
|
113
|
+
const _GDKPRe = "GenerateDataKeyPairResponse";
|
|
114
|
+
const _GDKPWP = "GenerateDataKeyPairWithoutPlaintext";
|
|
115
|
+
const _GDKPWPR = "GenerateDataKeyPairWithoutPlaintextRequest";
|
|
116
|
+
const _GDKPWPRe = "GenerateDataKeyPairWithoutPlaintextResponse";
|
|
117
|
+
const _GDKR = "GenerateDataKeyRequest";
|
|
118
|
+
const _GDKRe = "GenerateDataKeyResponse";
|
|
119
|
+
const _GDKWP = "GenerateDataKeyWithoutPlaintext";
|
|
120
|
+
const _GDKWPR = "GenerateDataKeyWithoutPlaintextRequest";
|
|
121
|
+
const _GDKWPRe = "GenerateDataKeyWithoutPlaintextResponse";
|
|
122
|
+
const _GI = "GrantId";
|
|
123
|
+
const _GKP = "GetKeyPolicy";
|
|
124
|
+
const _GKPR = "GetKeyPolicyRequest";
|
|
125
|
+
const _GKPRe = "GetKeyPolicyResponse";
|
|
126
|
+
const _GKRS = "GetKeyRotationStatus";
|
|
127
|
+
const _GKRSR = "GetKeyRotationStatusRequest";
|
|
128
|
+
const _GKRSRe = "GetKeyRotationStatusResponse";
|
|
129
|
+
const _GL = "GrantList";
|
|
130
|
+
const _GLE = "GrantListEntry";
|
|
131
|
+
const _GM = "GenerateMac";
|
|
132
|
+
const _GMR = "GenerateMacRequest";
|
|
133
|
+
const _GMRe = "GenerateMacResponse";
|
|
134
|
+
const _GP = "GranteePrincipal";
|
|
135
|
+
const _GPFI = "GetParametersForImport";
|
|
136
|
+
const _GPFIR = "GetParametersForImportRequest";
|
|
137
|
+
const _GPFIRe = "GetParametersForImportResponse";
|
|
138
|
+
const _GPK = "GetPublicKey";
|
|
139
|
+
const _GPKR = "GetPublicKeyRequest";
|
|
140
|
+
const _GPKRe = "GetPublicKeyResponse";
|
|
141
|
+
const _GR = "GenerateRandom";
|
|
142
|
+
const _GRR = "GenerateRandomRequest";
|
|
143
|
+
const _GRRe = "GenerateRandomResponse";
|
|
144
|
+
const _GT = "GrantTokens";
|
|
145
|
+
const _GTr = "GrantToken";
|
|
146
|
+
const _I = "Id";
|
|
147
|
+
const _IA = "IssuingAccount";
|
|
148
|
+
const _IAE = "InvalidArnException";
|
|
149
|
+
const _IANE = "InvalidAliasNameException";
|
|
150
|
+
const _ICE = "InvalidCiphertextException";
|
|
151
|
+
const _IGIE = "InvalidGrantIdException";
|
|
152
|
+
const _IGTE = "InvalidGrantTokenException";
|
|
153
|
+
const _IITE = "InvalidImportTokenException";
|
|
154
|
+
const _IKE = "IncorrectKeyException";
|
|
155
|
+
const _IKM = "IncludeKeyMaterial";
|
|
156
|
+
const _IKME = "IncorrectKeyMaterialException";
|
|
157
|
+
const _IKMR = "ImportKeyMaterialRequest";
|
|
158
|
+
const _IKMRm = "ImportKeyMaterialResponse";
|
|
159
|
+
const _IKMm = "ImportKeyMaterial";
|
|
160
|
+
const _IKUE = "InvalidKeyUsageException";
|
|
161
|
+
const _IME = "InvalidMarkerException";
|
|
162
|
+
const _IS = "ImportState";
|
|
163
|
+
const _IT = "ImportToken";
|
|
164
|
+
const _ITAE = "IncorrectTrustAnchorException";
|
|
165
|
+
const _ITm = "ImportType";
|
|
166
|
+
const _K = "Keys";
|
|
167
|
+
const _KA = "KeyArn";
|
|
168
|
+
const _KAA = "KeyAgreementAlgorithm";
|
|
169
|
+
const _KAAe = "KeyAgreementAlgorithms";
|
|
170
|
+
const _KEA = "KeyEncryptionAlgorithm";
|
|
171
|
+
const _KI = "KeyId";
|
|
172
|
+
const _KL = "KeyList";
|
|
173
|
+
const _KLE = "KeyListEntry";
|
|
174
|
+
const _KM = "KeyMetadata";
|
|
175
|
+
const _KMD = "KeyMaterialDescription";
|
|
176
|
+
const _KMI = "KeyMaterialId";
|
|
177
|
+
const _KMS = "KeyMaterialState";
|
|
178
|
+
const _KMSIE = "KMSInternalException";
|
|
179
|
+
const _KMSIME = "KMSInvalidMacException";
|
|
180
|
+
const _KMSISE = "KMSInvalidSignatureException";
|
|
181
|
+
const _KMSISEn = "KMSInvalidStateException";
|
|
182
|
+
const _KMe = "KeyManager";
|
|
183
|
+
const _KO = "KeyOrigin";
|
|
184
|
+
const _KPS = "KeyPairSpec";
|
|
185
|
+
const _KRE = "KeyRotationEnabled";
|
|
186
|
+
const _KS = "KeySpec";
|
|
187
|
+
const _KSP = "KeyStorePassword";
|
|
188
|
+
const _KSPT = "KeyStorePasswordType";
|
|
189
|
+
const _KSe = "KeyState";
|
|
190
|
+
const _KU = "KeyUsage";
|
|
191
|
+
const _KUE = "KeyUnavailableException";
|
|
192
|
+
const _L = "Limit";
|
|
193
|
+
const _LA = "ListAliases";
|
|
194
|
+
const _LAR = "ListAliasesRequest";
|
|
195
|
+
const _LARi = "ListAliasesResponse";
|
|
196
|
+
const _LEE = "LimitExceededException";
|
|
197
|
+
const _LG = "ListGrants";
|
|
198
|
+
const _LGR = "ListGrantsRequest";
|
|
199
|
+
const _LGRi = "ListGrantsResponse";
|
|
200
|
+
const _LK = "ListKeys";
|
|
201
|
+
const _LKP = "ListKeyPolicies";
|
|
202
|
+
const _LKPR = "ListKeyPoliciesRequest";
|
|
203
|
+
const _LKPRi = "ListKeyPoliciesResponse";
|
|
204
|
+
const _LKR = "ListKeysRequest";
|
|
205
|
+
const _LKRR = "ListKeyRotationsRequest";
|
|
206
|
+
const _LKRRi = "ListKeyRotationsResponse";
|
|
207
|
+
const _LKRi = "ListKeysResponse";
|
|
208
|
+
const _LKRis = "ListKeyRotations";
|
|
209
|
+
const _LRG = "ListRetirableGrants";
|
|
210
|
+
const _LRGR = "ListRetirableGrantsRequest";
|
|
211
|
+
const _LRT = "ListResourceTags";
|
|
212
|
+
const _LRTR = "ListResourceTagsRequest";
|
|
213
|
+
const _LRTRi = "ListResourceTagsResponse";
|
|
214
|
+
const _LUD = "LastUpdatedDate";
|
|
215
|
+
const _M = "Marker";
|
|
216
|
+
const _MA = "MacAlgorithm";
|
|
217
|
+
const _MAa = "MacAlgorithms";
|
|
218
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
219
|
+
const _MR = "MultiRegion";
|
|
220
|
+
const _MRC = "MultiRegionConfiguration";
|
|
221
|
+
const _MRK = "MultiRegionKey";
|
|
222
|
+
const _MRKL = "MultiRegionKeyList";
|
|
223
|
+
const _MRKT = "MultiRegionKeyType";
|
|
224
|
+
const _MT = "MessageType";
|
|
225
|
+
const _MV = "MacValid";
|
|
226
|
+
const _Ma = "Mac";
|
|
227
|
+
const _Me = "Message";
|
|
228
|
+
const _N = "Name";
|
|
229
|
+
const _NCKSN = "NewCustomKeyStoreName";
|
|
230
|
+
const _NFE = "NotFoundException";
|
|
231
|
+
const _NM = "NextMarker";
|
|
232
|
+
const _NOB = "NumberOfBytes";
|
|
233
|
+
const _NRD = "NextRotationDate";
|
|
234
|
+
const _O = "Operations";
|
|
235
|
+
const _ODRSD = "OnDemandRotationStartDate";
|
|
236
|
+
const _Or = "Origin";
|
|
237
|
+
const _P = "Policy";
|
|
238
|
+
const _PDWID = "PendingDeletionWindowInDays";
|
|
239
|
+
const _PK = "PublicKey";
|
|
240
|
+
const _PKCB = "PrivateKeyCiphertextBlob";
|
|
241
|
+
const _PKP = "PrivateKeyPlaintext";
|
|
242
|
+
const _PKPR = "PutKeyPolicyRequest";
|
|
243
|
+
const _PKPu = "PutKeyPolicy";
|
|
244
|
+
const _PKr = "PrimaryKey";
|
|
245
|
+
const _PN = "PolicyName";
|
|
246
|
+
const _PNo = "PolicyNames";
|
|
247
|
+
const _PR = "PrimaryRegion";
|
|
248
|
+
const _PT = "PlaintextType";
|
|
249
|
+
const _PVT = "ParametersValidTo";
|
|
250
|
+
const _PWID = "PendingWindowInDays";
|
|
251
|
+
const _Pl = "Plaintext";
|
|
252
|
+
const _R = "Recipient";
|
|
253
|
+
const _RD = "RotationDate";
|
|
254
|
+
const _RE = "ReEncrypt";
|
|
255
|
+
const _RER = "ReEncryptRequest";
|
|
256
|
+
const _RERe = "ReEncryptResponse";
|
|
257
|
+
const _RG = "RetireGrant";
|
|
258
|
+
const _RGR = "RetireGrantRequest";
|
|
259
|
+
const _RGRe = "RevokeGrantRequest";
|
|
260
|
+
const _RGe = "RevokeGrant";
|
|
261
|
+
const _RI = "RecipientInfo";
|
|
262
|
+
const _RK = "ReplicaKeys";
|
|
263
|
+
const _RKM = "ReplicaKeyMetadata";
|
|
264
|
+
const _RKOD = "RotateKeyOnDemand";
|
|
265
|
+
const _RKODR = "RotateKeyOnDemandRequest";
|
|
266
|
+
const _RKODRo = "RotateKeyOnDemandResponse";
|
|
267
|
+
const _RKR = "ReplicateKeyRequest";
|
|
268
|
+
const _RKRe = "ReplicateKeyResponse";
|
|
269
|
+
const _RKe = "ReplicateKey";
|
|
270
|
+
const _RL = "RotationsList";
|
|
271
|
+
const _RLE = "RotationsListEntry";
|
|
272
|
+
const _RP = "RetiringPrincipal";
|
|
273
|
+
const _RPID = "RotationPeriodInDays";
|
|
274
|
+
const _RPe = "ReplicaPolicy";
|
|
275
|
+
const _RR = "ReplicaRegion";
|
|
276
|
+
const _RSAK = "RawSecretAccessKey";
|
|
277
|
+
const _RT = "ReplicaTags";
|
|
278
|
+
const _RTo = "RotationType";
|
|
279
|
+
const _Re = "Region";
|
|
280
|
+
const _Ro = "Rotations";
|
|
281
|
+
const _S = "Signature";
|
|
282
|
+
const _SA = "SigningAlgorithms";
|
|
283
|
+
const _SAi = "SigningAlgorithm";
|
|
284
|
+
const _SEA = "SourceEncryptionAlgorithm";
|
|
285
|
+
const _SEC = "SourceEncryptionContext";
|
|
286
|
+
const _SKD = "ScheduleKeyDeletion";
|
|
287
|
+
const _SKDR = "ScheduleKeyDeletionRequest";
|
|
288
|
+
const _SKDRc = "ScheduleKeyDeletionResponse";
|
|
289
|
+
const _SKI = "SourceKeyId";
|
|
290
|
+
const _SKMI = "SourceKeyMaterialId";
|
|
291
|
+
const _SR = "SignRequest";
|
|
292
|
+
const _SRi = "SignResponse";
|
|
293
|
+
const _SS = "SharedSecret";
|
|
294
|
+
const _SV = "SignatureValid";
|
|
295
|
+
const _Si = "Sign";
|
|
296
|
+
const _T = "Tags";
|
|
297
|
+
const _TAC = "TrustAnchorCertificate";
|
|
298
|
+
const _TE = "TagException";
|
|
299
|
+
const _TK = "TagKey";
|
|
300
|
+
const _TKI = "TargetKeyId";
|
|
301
|
+
const _TKa = "TagKeys";
|
|
302
|
+
const _TL = "TagList";
|
|
303
|
+
const _TR = "TagResource";
|
|
304
|
+
const _TRR = "TagResourceRequest";
|
|
305
|
+
const _TV = "TagValue";
|
|
306
|
+
const _Ta = "Tag";
|
|
307
|
+
const _Tr = "Truncated";
|
|
308
|
+
const _UA = "UpdateAlias";
|
|
309
|
+
const _UAR = "UpdateAliasRequest";
|
|
310
|
+
const _UCKS = "UpdateCustomKeyStore";
|
|
311
|
+
const _UCKSR = "UpdateCustomKeyStoreRequest";
|
|
312
|
+
const _UCKSRp = "UpdateCustomKeyStoreResponse";
|
|
313
|
+
const _UE = "UriEndpoint";
|
|
314
|
+
const _UKD = "UpdateKeyDescription";
|
|
315
|
+
const _UKDR = "UpdateKeyDescriptionRequest";
|
|
316
|
+
const _UOE = "UnsupportedOperationException";
|
|
317
|
+
const _UP = "UriPath";
|
|
318
|
+
const _UPR = "UpdatePrimaryRegion";
|
|
319
|
+
const _UPRR = "UpdatePrimaryRegionRequest";
|
|
320
|
+
const _UR = "UntagResource";
|
|
321
|
+
const _URR = "UntagResourceRequest";
|
|
322
|
+
const _V = "Verify";
|
|
323
|
+
const _VESN = "VpcEndpointServiceName";
|
|
324
|
+
const _VESO = "VpcEndpointServiceOwner";
|
|
325
|
+
const _VM = "VerifyMac";
|
|
326
|
+
const _VMR = "VerifyMacRequest";
|
|
327
|
+
const _VMRe = "VerifyMacResponse";
|
|
328
|
+
const _VR = "VerifyRequest";
|
|
329
|
+
const _VRe = "VerifyResponse";
|
|
330
|
+
const _VT = "ValidTo";
|
|
331
|
+
const _WA = "WrappingAlgorithm";
|
|
332
|
+
const _WKS = "WrappingKeySpec";
|
|
333
|
+
const _XKAIUE = "XksKeyAlreadyInUseException";
|
|
334
|
+
const _XKC = "XksKeyConfiguration";
|
|
335
|
+
const _XKCT = "XksKeyConfigurationType";
|
|
336
|
+
const _XKI = "XksKeyId";
|
|
337
|
+
const _XKICE = "XksKeyInvalidConfigurationException";
|
|
338
|
+
const _XKNFE = "XksKeyNotFoundException";
|
|
339
|
+
const _XPAAKIT = "XksProxyAuthenticationAccessKeyIdType";
|
|
340
|
+
const _XPAC = "XksProxyAuthenticationCredential";
|
|
341
|
+
const _XPACT = "XksProxyAuthenticationCredentialType";
|
|
342
|
+
const _XPARSAKT = "XksProxyAuthenticationRawSecretAccessKeyType";
|
|
343
|
+
const _XPC = "XksProxyConnectivity";
|
|
344
|
+
const _XPCT = "XksProxyConfigurationType";
|
|
345
|
+
const _XPCk = "XksProxyConfiguration";
|
|
346
|
+
const _XPIACE = "XksProxyIncorrectAuthenticationCredentialException";
|
|
347
|
+
const _XPICE = "XksProxyInvalidConfigurationException";
|
|
348
|
+
const _XPIRE = "XksProxyInvalidResponseException";
|
|
349
|
+
const _XPUE = "XksProxyUriEndpoint";
|
|
350
|
+
const _XPUEIUE = "XksProxyUriEndpointInUseException";
|
|
351
|
+
const _XPUIUE = "XksProxyUriInUseException";
|
|
352
|
+
const _XPUP = "XksProxyUriPath";
|
|
353
|
+
const _XPUUE = "XksProxyUriUnreachableException";
|
|
354
|
+
const _XPVESICE = "XksProxyVpcEndpointServiceInvalidConfigurationException";
|
|
355
|
+
const _XPVESIUE = "XksProxyVpcEndpointServiceInUseException";
|
|
356
|
+
const _XPVESN = "XksProxyVpcEndpointServiceName";
|
|
357
|
+
const _XPVESNFE = "XksProxyVpcEndpointServiceNotFoundException";
|
|
358
|
+
const _XPVESO = "XksProxyVpcEndpointServiceOwner";
|
|
359
|
+
const _aQE = "awsQueryError";
|
|
360
|
+
const _c = "client";
|
|
361
|
+
const _e = "error";
|
|
362
|
+
const _hE = "httpError";
|
|
363
|
+
const _m = "message";
|
|
364
|
+
const _s = "server";
|
|
365
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kms";
|
|
366
|
+
const n0 = "com.amazonaws.kms";
|
|
367
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
368
|
+
import { AlreadyExistsException as __AlreadyExistsException, CloudHsmClusterInUseException as __CloudHsmClusterInUseException, CloudHsmClusterInvalidConfigurationException as __CloudHsmClusterInvalidConfigurationException, CloudHsmClusterNotActiveException as __CloudHsmClusterNotActiveException, CloudHsmClusterNotFoundException as __CloudHsmClusterNotFoundException, CloudHsmClusterNotRelatedException as __CloudHsmClusterNotRelatedException, ConflictException as __ConflictException, CustomKeyStoreHasCMKsException as __CustomKeyStoreHasCMKsException, CustomKeyStoreInvalidStateException as __CustomKeyStoreInvalidStateException, CustomKeyStoreNameInUseException as __CustomKeyStoreNameInUseException, CustomKeyStoreNotFoundException as __CustomKeyStoreNotFoundException, DependencyTimeoutException as __DependencyTimeoutException, DisabledException as __DisabledException, DryRunOperationException as __DryRunOperationException, ExpiredImportTokenException as __ExpiredImportTokenException, IncorrectKeyException as __IncorrectKeyException, IncorrectKeyMaterialException as __IncorrectKeyMaterialException, IncorrectTrustAnchorException as __IncorrectTrustAnchorException, InvalidAliasNameException as __InvalidAliasNameException, InvalidArnException as __InvalidArnException, InvalidCiphertextException as __InvalidCiphertextException, InvalidGrantIdException as __InvalidGrantIdException, InvalidGrantTokenException as __InvalidGrantTokenException, InvalidImportTokenException as __InvalidImportTokenException, InvalidKeyUsageException as __InvalidKeyUsageException, InvalidMarkerException as __InvalidMarkerException, KeyUnavailableException as __KeyUnavailableException, KMSInternalException as __KMSInternalException, KMSInvalidMacException as __KMSInvalidMacException, KMSInvalidSignatureException as __KMSInvalidSignatureException, KMSInvalidStateException as __KMSInvalidStateException, LimitExceededException as __LimitExceededException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, NotFoundException as __NotFoundException, TagException as __TagException, UnsupportedOperationException as __UnsupportedOperationException, XksKeyAlreadyInUseException as __XksKeyAlreadyInUseException, XksKeyInvalidConfigurationException as __XksKeyInvalidConfigurationException, XksKeyNotFoundException as __XksKeyNotFoundException, XksProxyIncorrectAuthenticationCredentialException as __XksProxyIncorrectAuthenticationCredentialException, XksProxyInvalidConfigurationException as __XksProxyInvalidConfigurationException, XksProxyInvalidResponseException as __XksProxyInvalidResponseException, XksProxyUriEndpointInUseException as __XksProxyUriEndpointInUseException, XksProxyUriInUseException as __XksProxyUriInUseException, XksProxyUriUnreachableException as __XksProxyUriUnreachableException, XksProxyVpcEndpointServiceInUseException as __XksProxyVpcEndpointServiceInUseException, XksProxyVpcEndpointServiceInvalidConfigurationException as __XksProxyVpcEndpointServiceInvalidConfigurationException, XksProxyVpcEndpointServiceNotFoundException as __XksProxyVpcEndpointServiceNotFoundException, } from "../models/index";
|
|
369
|
+
import { KMSServiceException as __KMSServiceException } from "../models/KMSServiceException";
|
|
370
|
+
export var KeyStorePasswordType = [0, n0, _KSPT, 8, 0];
|
|
371
|
+
export var PlaintextType = [0, n0, _PT, 8, 21];
|
|
372
|
+
export var XksProxyAuthenticationAccessKeyIdType = [0, n0, _XPAAKIT, 8, 0];
|
|
373
|
+
export var XksProxyAuthenticationRawSecretAccessKeyType = [0, n0, _XPARSAKT, 8, 0];
|
|
374
|
+
export var AliasListEntry = [3, n0, _ALE, 0, [_AN, _AA, _TKI, _CD, _LUD], [0, 0, 0, 4, 4]];
|
|
375
|
+
export var AlreadyExistsException = [
|
|
376
|
+
-3,
|
|
377
|
+
n0,
|
|
378
|
+
_AEE,
|
|
379
|
+
{
|
|
380
|
+
[_e]: _c,
|
|
381
|
+
[_hE]: 409,
|
|
382
|
+
[_aQE]: [`AlreadyExists`, 409],
|
|
383
|
+
},
|
|
384
|
+
[_m],
|
|
385
|
+
[0],
|
|
386
|
+
];
|
|
387
|
+
TypeRegistry.for(n0).registerError(AlreadyExistsException, __AlreadyExistsException);
|
|
388
|
+
export var CancelKeyDeletionRequest = [3, n0, _CKDR, 0, [_KI], [0]];
|
|
389
|
+
export var CancelKeyDeletionResponse = [3, n0, _CKDRa, 0, [_KI], [0]];
|
|
390
|
+
export var CloudHsmClusterInUseException = [
|
|
391
|
+
-3,
|
|
392
|
+
n0,
|
|
393
|
+
_CHCIUE,
|
|
394
|
+
{
|
|
395
|
+
[_e]: _c,
|
|
396
|
+
[_hE]: 400,
|
|
397
|
+
[_aQE]: [`CloudHsmClusterInUseException`, 400],
|
|
398
|
+
},
|
|
399
|
+
[_m],
|
|
400
|
+
[0],
|
|
401
|
+
];
|
|
402
|
+
TypeRegistry.for(n0).registerError(CloudHsmClusterInUseException, __CloudHsmClusterInUseException);
|
|
403
|
+
export var CloudHsmClusterInvalidConfigurationException = [
|
|
404
|
+
-3,
|
|
405
|
+
n0,
|
|
406
|
+
_CHCICE,
|
|
407
|
+
{
|
|
408
|
+
[_e]: _c,
|
|
409
|
+
[_hE]: 400,
|
|
410
|
+
[_aQE]: [`CloudHsmClusterInvalidConfigurationException`, 400],
|
|
411
|
+
},
|
|
412
|
+
[_m],
|
|
413
|
+
[0],
|
|
414
|
+
];
|
|
415
|
+
TypeRegistry.for(n0).registerError(CloudHsmClusterInvalidConfigurationException, __CloudHsmClusterInvalidConfigurationException);
|
|
416
|
+
export var CloudHsmClusterNotActiveException = [
|
|
417
|
+
-3,
|
|
418
|
+
n0,
|
|
419
|
+
_CHCNAE,
|
|
420
|
+
{
|
|
421
|
+
[_e]: _c,
|
|
422
|
+
[_hE]: 400,
|
|
423
|
+
[_aQE]: [`CloudHsmClusterNotActiveException`, 400],
|
|
424
|
+
},
|
|
425
|
+
[_m],
|
|
426
|
+
[0],
|
|
427
|
+
];
|
|
428
|
+
TypeRegistry.for(n0).registerError(CloudHsmClusterNotActiveException, __CloudHsmClusterNotActiveException);
|
|
429
|
+
export var CloudHsmClusterNotFoundException = [
|
|
430
|
+
-3,
|
|
431
|
+
n0,
|
|
432
|
+
_CHCNFE,
|
|
433
|
+
{
|
|
434
|
+
[_e]: _c,
|
|
435
|
+
[_hE]: 400,
|
|
436
|
+
[_aQE]: [`CloudHsmClusterNotFoundException`, 400],
|
|
437
|
+
},
|
|
438
|
+
[_m],
|
|
439
|
+
[0],
|
|
440
|
+
];
|
|
441
|
+
TypeRegistry.for(n0).registerError(CloudHsmClusterNotFoundException, __CloudHsmClusterNotFoundException);
|
|
442
|
+
export var CloudHsmClusterNotRelatedException = [
|
|
443
|
+
-3,
|
|
444
|
+
n0,
|
|
445
|
+
_CHCNRE,
|
|
446
|
+
{
|
|
447
|
+
[_e]: _c,
|
|
448
|
+
[_hE]: 400,
|
|
449
|
+
[_aQE]: [`CloudHsmClusterNotRelatedException`, 400],
|
|
450
|
+
},
|
|
451
|
+
[_m],
|
|
452
|
+
[0],
|
|
453
|
+
];
|
|
454
|
+
TypeRegistry.for(n0).registerError(CloudHsmClusterNotRelatedException, __CloudHsmClusterNotRelatedException);
|
|
455
|
+
export var ConflictException = [
|
|
456
|
+
-3,
|
|
457
|
+
n0,
|
|
458
|
+
_CE,
|
|
459
|
+
{
|
|
460
|
+
[_e]: _c,
|
|
461
|
+
[_hE]: 409,
|
|
462
|
+
[_aQE]: [`ConflictException`, 409],
|
|
463
|
+
},
|
|
464
|
+
[_m],
|
|
465
|
+
[0],
|
|
466
|
+
];
|
|
467
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
468
|
+
export var ConnectCustomKeyStoreRequest = [3, n0, _CCKSR, 0, [_CKSI], [0]];
|
|
469
|
+
export var ConnectCustomKeyStoreResponse = [3, n0, _CCKSRo, 0, [], []];
|
|
470
|
+
export var CreateAliasRequest = [3, n0, _CAR, 0, [_AN, _TKI], [0, 0]];
|
|
471
|
+
export var CreateCustomKeyStoreRequest = [
|
|
472
|
+
3,
|
|
473
|
+
n0,
|
|
474
|
+
_CCKSRr,
|
|
475
|
+
0,
|
|
476
|
+
[_CKSN, _CHCI, _TAC, _KSP, _CKST, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
|
|
477
|
+
[0, 0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => XksProxyAuthenticationCredentialType, 0], 0],
|
|
478
|
+
];
|
|
479
|
+
export var CreateCustomKeyStoreResponse = [3, n0, _CCKSRre, 0, [_CKSI], [0]];
|
|
480
|
+
export var CreateGrantRequest = [
|
|
481
|
+
3,
|
|
482
|
+
n0,
|
|
483
|
+
_CGR,
|
|
484
|
+
0,
|
|
485
|
+
[_KI, _GP, _RP, _O, _C, _GT, _N, _DR],
|
|
486
|
+
[0, 0, 0, 64 | 0, () => GrantConstraints, 64 | 0, 0, 2],
|
|
487
|
+
];
|
|
488
|
+
export var CreateGrantResponse = [3, n0, _CGRr, 0, [_GTr, _GI], [0, 0]];
|
|
489
|
+
export var CreateKeyRequest = [
|
|
490
|
+
3,
|
|
491
|
+
n0,
|
|
492
|
+
_CKR,
|
|
493
|
+
0,
|
|
494
|
+
[_P, _D, _KU, _CMKS, _KS, _Or, _CKSI, _BPLSC, _T, _MR, _XKI],
|
|
495
|
+
[0, 0, 0, 0, 0, 0, 0, 2, () => TagList, 2, 0],
|
|
496
|
+
];
|
|
497
|
+
export var CreateKeyResponse = [3, n0, _CKRr, 0, [_KM], [() => KeyMetadata]];
|
|
498
|
+
export var CustomKeyStoreHasCMKsException = [
|
|
499
|
+
-3,
|
|
500
|
+
n0,
|
|
501
|
+
_CKSHCMKE,
|
|
502
|
+
{
|
|
503
|
+
[_e]: _c,
|
|
504
|
+
[_hE]: 400,
|
|
505
|
+
[_aQE]: [`CustomKeyStoreHasCMKsException`, 400],
|
|
506
|
+
},
|
|
507
|
+
[_m],
|
|
508
|
+
[0],
|
|
509
|
+
];
|
|
510
|
+
TypeRegistry.for(n0).registerError(CustomKeyStoreHasCMKsException, __CustomKeyStoreHasCMKsException);
|
|
511
|
+
export var CustomKeyStoreInvalidStateException = [
|
|
512
|
+
-3,
|
|
513
|
+
n0,
|
|
514
|
+
_CKSISE,
|
|
515
|
+
{
|
|
516
|
+
[_e]: _c,
|
|
517
|
+
[_hE]: 400,
|
|
518
|
+
[_aQE]: [`CustomKeyStoreInvalidStateException`, 400],
|
|
519
|
+
},
|
|
520
|
+
[_m],
|
|
521
|
+
[0],
|
|
522
|
+
];
|
|
523
|
+
TypeRegistry.for(n0).registerError(CustomKeyStoreInvalidStateException, __CustomKeyStoreInvalidStateException);
|
|
524
|
+
export var CustomKeyStoreNameInUseException = [
|
|
525
|
+
-3,
|
|
526
|
+
n0,
|
|
527
|
+
_CKSNIUE,
|
|
528
|
+
{
|
|
529
|
+
[_e]: _c,
|
|
530
|
+
[_hE]: 400,
|
|
531
|
+
[_aQE]: [`CustomKeyStoreNameInUseException`, 400],
|
|
532
|
+
},
|
|
533
|
+
[_m],
|
|
534
|
+
[0],
|
|
535
|
+
];
|
|
536
|
+
TypeRegistry.for(n0).registerError(CustomKeyStoreNameInUseException, __CustomKeyStoreNameInUseException);
|
|
537
|
+
export var CustomKeyStoreNotFoundException = [
|
|
538
|
+
-3,
|
|
539
|
+
n0,
|
|
540
|
+
_CKSNFE,
|
|
541
|
+
{
|
|
542
|
+
[_e]: _c,
|
|
543
|
+
[_hE]: 400,
|
|
544
|
+
[_aQE]: [`CustomKeyStoreNotFoundException`, 400],
|
|
545
|
+
},
|
|
546
|
+
[_m],
|
|
547
|
+
[0],
|
|
548
|
+
];
|
|
549
|
+
TypeRegistry.for(n0).registerError(CustomKeyStoreNotFoundException, __CustomKeyStoreNotFoundException);
|
|
550
|
+
export var CustomKeyStoresListEntry = [
|
|
551
|
+
3,
|
|
552
|
+
n0,
|
|
553
|
+
_CKSLE,
|
|
554
|
+
0,
|
|
555
|
+
[_CKSI, _CKSN, _CHCI, _TAC, _CS, _CEC, _CD, _CKST, _XPCk],
|
|
556
|
+
[0, 0, 0, 0, 0, 0, 4, 0, [() => XksProxyConfigurationType, 0]],
|
|
557
|
+
];
|
|
558
|
+
export var DecryptRequest = [
|
|
559
|
+
3,
|
|
560
|
+
n0,
|
|
561
|
+
_DRe,
|
|
562
|
+
0,
|
|
563
|
+
[_CB, _EC, _GT, _KI, _EA, _R, _DR],
|
|
564
|
+
[21, 128 | 0, 64 | 0, 0, 0, () => RecipientInfo, 2],
|
|
565
|
+
];
|
|
566
|
+
export var DecryptResponse = [
|
|
567
|
+
3,
|
|
568
|
+
n0,
|
|
569
|
+
_DRec,
|
|
570
|
+
0,
|
|
571
|
+
[_KI, _Pl, _EA, _CFR, _KMI],
|
|
572
|
+
[0, [() => PlaintextType, 0], 0, 21, 0],
|
|
573
|
+
];
|
|
574
|
+
export var DeleteAliasRequest = [3, n0, _DAR, 0, [_AN], [0]];
|
|
575
|
+
export var DeleteCustomKeyStoreRequest = [3, n0, _DCKSR, 0, [_CKSI], [0]];
|
|
576
|
+
export var DeleteCustomKeyStoreResponse = [3, n0, _DCKSRe, 0, [], []];
|
|
577
|
+
export var DeleteImportedKeyMaterialRequest = [3, n0, _DIKMR, 0, [_KI, _KMI], [0, 0]];
|
|
578
|
+
export var DeleteImportedKeyMaterialResponse = [3, n0, _DIKMRe, 0, [_KI, _KMI], [0, 0]];
|
|
579
|
+
export var DependencyTimeoutException = [
|
|
580
|
+
-3,
|
|
581
|
+
n0,
|
|
582
|
+
_DTE,
|
|
583
|
+
{
|
|
584
|
+
[_e]: _s,
|
|
585
|
+
[_hE]: 503,
|
|
586
|
+
[_aQE]: [`DependencyTimeout`, 503],
|
|
587
|
+
},
|
|
588
|
+
[_m],
|
|
589
|
+
[0],
|
|
590
|
+
];
|
|
591
|
+
TypeRegistry.for(n0).registerError(DependencyTimeoutException, __DependencyTimeoutException);
|
|
592
|
+
export var DeriveSharedSecretRequest = [
|
|
593
|
+
3,
|
|
594
|
+
n0,
|
|
595
|
+
_DSSR,
|
|
596
|
+
0,
|
|
597
|
+
[_KI, _KAA, _PK, _GT, _DR, _R],
|
|
598
|
+
[0, 0, 21, 64 | 0, 2, () => RecipientInfo],
|
|
599
|
+
];
|
|
600
|
+
export var DeriveSharedSecretResponse = [
|
|
601
|
+
3,
|
|
602
|
+
n0,
|
|
603
|
+
_DSSRe,
|
|
604
|
+
0,
|
|
605
|
+
[_KI, _SS, _CFR, _KAA, _KO],
|
|
606
|
+
[0, [() => PlaintextType, 0], 21, 0, 0],
|
|
607
|
+
];
|
|
608
|
+
export var DescribeCustomKeyStoresRequest = [
|
|
609
|
+
3,
|
|
610
|
+
n0,
|
|
611
|
+
_DCKSRes,
|
|
612
|
+
0,
|
|
613
|
+
[_CKSI, _CKSN, _L, _M],
|
|
614
|
+
[0, 0, 1, 0],
|
|
615
|
+
];
|
|
616
|
+
export var DescribeCustomKeyStoresResponse = [
|
|
617
|
+
3,
|
|
618
|
+
n0,
|
|
619
|
+
_DCKSResc,
|
|
620
|
+
0,
|
|
621
|
+
[_CKS, _NM, _Tr],
|
|
622
|
+
[[() => CustomKeyStoresList, 0], 0, 2],
|
|
623
|
+
];
|
|
624
|
+
export var DescribeKeyRequest = [3, n0, _DKR, 0, [_KI, _GT], [0, 64 | 0]];
|
|
625
|
+
export var DescribeKeyResponse = [3, n0, _DKRe, 0, [_KM], [() => KeyMetadata]];
|
|
626
|
+
export var DisabledException = [
|
|
627
|
+
-3,
|
|
628
|
+
n0,
|
|
629
|
+
_DE,
|
|
630
|
+
{
|
|
631
|
+
[_e]: _c,
|
|
632
|
+
[_hE]: 409,
|
|
633
|
+
[_aQE]: [`Disabled`, 409],
|
|
634
|
+
},
|
|
635
|
+
[_m],
|
|
636
|
+
[0],
|
|
637
|
+
];
|
|
638
|
+
TypeRegistry.for(n0).registerError(DisabledException, __DisabledException);
|
|
639
|
+
export var DisableKeyRequest = [3, n0, _DKRi, 0, [_KI], [0]];
|
|
640
|
+
export var DisableKeyRotationRequest = [3, n0, _DKRR, 0, [_KI], [0]];
|
|
641
|
+
export var DisconnectCustomKeyStoreRequest = [3, n0, _DCKSRi, 0, [_CKSI], [0]];
|
|
642
|
+
export var DisconnectCustomKeyStoreResponse = [3, n0, _DCKSRis, 0, [], []];
|
|
643
|
+
export var DryRunOperationException = [
|
|
644
|
+
-3,
|
|
645
|
+
n0,
|
|
646
|
+
_DROE,
|
|
647
|
+
{
|
|
648
|
+
[_e]: _c,
|
|
649
|
+
[_hE]: 412,
|
|
650
|
+
[_aQE]: [`DryRunOperation`, 412],
|
|
651
|
+
},
|
|
652
|
+
[_m],
|
|
653
|
+
[0],
|
|
654
|
+
];
|
|
655
|
+
TypeRegistry.for(n0).registerError(DryRunOperationException, __DryRunOperationException);
|
|
656
|
+
export var EnableKeyRequest = [3, n0, _EKR, 0, [_KI], [0]];
|
|
657
|
+
export var EnableKeyRotationRequest = [3, n0, _EKRR, 0, [_KI, _RPID], [0, 1]];
|
|
658
|
+
export var EncryptRequest = [
|
|
659
|
+
3,
|
|
660
|
+
n0,
|
|
661
|
+
_ER,
|
|
662
|
+
0,
|
|
663
|
+
[_KI, _Pl, _EC, _GT, _EA, _DR],
|
|
664
|
+
[0, [() => PlaintextType, 0], 128 | 0, 64 | 0, 0, 2],
|
|
665
|
+
];
|
|
666
|
+
export var EncryptResponse = [3, n0, _ERn, 0, [_CB, _KI, _EA], [21, 0, 0]];
|
|
667
|
+
export var ExpiredImportTokenException = [
|
|
668
|
+
-3,
|
|
669
|
+
n0,
|
|
670
|
+
_EITE,
|
|
671
|
+
{
|
|
672
|
+
[_e]: _c,
|
|
673
|
+
[_hE]: 400,
|
|
674
|
+
[_aQE]: [`ExpiredImportTokenException`, 400],
|
|
675
|
+
},
|
|
676
|
+
[_m],
|
|
677
|
+
[0],
|
|
678
|
+
];
|
|
679
|
+
TypeRegistry.for(n0).registerError(ExpiredImportTokenException, __ExpiredImportTokenException);
|
|
680
|
+
export var GenerateDataKeyPairRequest = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_GDKPR,
|
|
684
|
+
0,
|
|
685
|
+
[_EC, _KI, _KPS, _GT, _R, _DR],
|
|
686
|
+
[128 | 0, 0, 0, 64 | 0, () => RecipientInfo, 2],
|
|
687
|
+
];
|
|
688
|
+
export var GenerateDataKeyPairResponse = [
|
|
689
|
+
3,
|
|
690
|
+
n0,
|
|
691
|
+
_GDKPRe,
|
|
692
|
+
0,
|
|
693
|
+
[_PKCB, _PKP, _PK, _KI, _KPS, _CFR, _KMI],
|
|
694
|
+
[21, [() => PlaintextType, 0], 21, 0, 0, 21, 0],
|
|
695
|
+
];
|
|
696
|
+
export var GenerateDataKeyPairWithoutPlaintextRequest = [
|
|
697
|
+
3,
|
|
698
|
+
n0,
|
|
699
|
+
_GDKPWPR,
|
|
700
|
+
0,
|
|
701
|
+
[_EC, _KI, _KPS, _GT, _DR],
|
|
702
|
+
[128 | 0, 0, 0, 64 | 0, 2],
|
|
703
|
+
];
|
|
704
|
+
export var GenerateDataKeyPairWithoutPlaintextResponse = [
|
|
705
|
+
3,
|
|
706
|
+
n0,
|
|
707
|
+
_GDKPWPRe,
|
|
708
|
+
0,
|
|
709
|
+
[_PKCB, _PK, _KI, _KPS, _KMI],
|
|
710
|
+
[21, 21, 0, 0, 0],
|
|
711
|
+
];
|
|
712
|
+
export var GenerateDataKeyRequest = [
|
|
713
|
+
3,
|
|
714
|
+
n0,
|
|
715
|
+
_GDKR,
|
|
716
|
+
0,
|
|
717
|
+
[_KI, _EC, _NOB, _KS, _GT, _R, _DR],
|
|
718
|
+
[0, 128 | 0, 1, 0, 64 | 0, () => RecipientInfo, 2],
|
|
719
|
+
];
|
|
720
|
+
export var GenerateDataKeyResponse = [
|
|
721
|
+
3,
|
|
722
|
+
n0,
|
|
723
|
+
_GDKRe,
|
|
724
|
+
0,
|
|
725
|
+
[_CB, _Pl, _KI, _CFR, _KMI],
|
|
726
|
+
[21, [() => PlaintextType, 0], 0, 21, 0],
|
|
727
|
+
];
|
|
728
|
+
export var GenerateDataKeyWithoutPlaintextRequest = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_GDKWPR,
|
|
732
|
+
0,
|
|
733
|
+
[_KI, _EC, _KS, _NOB, _GT, _DR],
|
|
734
|
+
[0, 128 | 0, 0, 1, 64 | 0, 2],
|
|
735
|
+
];
|
|
736
|
+
export var GenerateDataKeyWithoutPlaintextResponse = [
|
|
737
|
+
3,
|
|
738
|
+
n0,
|
|
739
|
+
_GDKWPRe,
|
|
740
|
+
0,
|
|
741
|
+
[_CB, _KI, _KMI],
|
|
742
|
+
[21, 0, 0],
|
|
743
|
+
];
|
|
744
|
+
export var GenerateMacRequest = [
|
|
745
|
+
3,
|
|
746
|
+
n0,
|
|
747
|
+
_GMR,
|
|
748
|
+
0,
|
|
749
|
+
[_Me, _KI, _MA, _GT, _DR],
|
|
750
|
+
[[() => PlaintextType, 0], 0, 0, 64 | 0, 2],
|
|
751
|
+
];
|
|
752
|
+
export var GenerateMacResponse = [3, n0, _GMRe, 0, [_Ma, _MA, _KI], [21, 0, 0]];
|
|
753
|
+
export var GenerateRandomRequest = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_GRR,
|
|
757
|
+
0,
|
|
758
|
+
[_NOB, _CKSI, _R],
|
|
759
|
+
[1, 0, () => RecipientInfo],
|
|
760
|
+
];
|
|
761
|
+
export var GenerateRandomResponse = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_GRRe,
|
|
765
|
+
0,
|
|
766
|
+
[_Pl, _CFR],
|
|
767
|
+
[[() => PlaintextType, 0], 21],
|
|
768
|
+
];
|
|
769
|
+
export var GetKeyPolicyRequest = [3, n0, _GKPR, 0, [_KI, _PN], [0, 0]];
|
|
770
|
+
export var GetKeyPolicyResponse = [3, n0, _GKPRe, 0, [_P, _PN], [0, 0]];
|
|
771
|
+
export var GetKeyRotationStatusRequest = [3, n0, _GKRSR, 0, [_KI], [0]];
|
|
772
|
+
export var GetKeyRotationStatusResponse = [
|
|
773
|
+
3,
|
|
774
|
+
n0,
|
|
775
|
+
_GKRSRe,
|
|
776
|
+
0,
|
|
777
|
+
[_KRE, _KI, _RPID, _NRD, _ODRSD],
|
|
778
|
+
[2, 0, 1, 4, 4],
|
|
779
|
+
];
|
|
780
|
+
export var GetParametersForImportRequest = [3, n0, _GPFIR, 0, [_KI, _WA, _WKS], [0, 0, 0]];
|
|
781
|
+
export var GetParametersForImportResponse = [
|
|
782
|
+
3,
|
|
783
|
+
n0,
|
|
784
|
+
_GPFIRe,
|
|
785
|
+
0,
|
|
786
|
+
[_KI, _IT, _PK, _PVT],
|
|
787
|
+
[0, 21, [() => PlaintextType, 0], 4],
|
|
788
|
+
];
|
|
789
|
+
export var GetPublicKeyRequest = [3, n0, _GPKR, 0, [_KI, _GT], [0, 64 | 0]];
|
|
790
|
+
export var GetPublicKeyResponse = [
|
|
791
|
+
3,
|
|
792
|
+
n0,
|
|
793
|
+
_GPKRe,
|
|
794
|
+
0,
|
|
795
|
+
[_KI, _PK, _CMKS, _KS, _KU, _EAn, _SA, _KAAe],
|
|
796
|
+
[0, 21, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
|
|
797
|
+
];
|
|
798
|
+
export var GrantConstraints = [3, n0, _GC, 0, [_ECS, _ECE], [128 | 0, 128 | 0]];
|
|
799
|
+
export var GrantListEntry = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_GLE,
|
|
803
|
+
0,
|
|
804
|
+
[_KI, _GI, _N, _CD, _GP, _RP, _IA, _O, _C],
|
|
805
|
+
[0, 0, 0, 4, 0, 0, 0, 64 | 0, () => GrantConstraints],
|
|
806
|
+
];
|
|
807
|
+
export var ImportKeyMaterialRequest = [
|
|
808
|
+
3,
|
|
809
|
+
n0,
|
|
810
|
+
_IKMR,
|
|
811
|
+
0,
|
|
812
|
+
[_KI, _IT, _EKM, _VT, _EM, _ITm, _KMD, _KMI],
|
|
813
|
+
[0, 21, 21, 4, 0, 0, 0, 0],
|
|
814
|
+
];
|
|
815
|
+
export var ImportKeyMaterialResponse = [3, n0, _IKMRm, 0, [_KI, _KMI], [0, 0]];
|
|
816
|
+
export var IncorrectKeyException = [
|
|
817
|
+
-3,
|
|
818
|
+
n0,
|
|
819
|
+
_IKE,
|
|
820
|
+
{
|
|
821
|
+
[_e]: _c,
|
|
822
|
+
[_hE]: 400,
|
|
823
|
+
[_aQE]: [`IncorrectKeyException`, 400],
|
|
824
|
+
},
|
|
825
|
+
[_m],
|
|
826
|
+
[0],
|
|
827
|
+
];
|
|
828
|
+
TypeRegistry.for(n0).registerError(IncorrectKeyException, __IncorrectKeyException);
|
|
829
|
+
export var IncorrectKeyMaterialException = [
|
|
830
|
+
-3,
|
|
831
|
+
n0,
|
|
832
|
+
_IKME,
|
|
833
|
+
{
|
|
834
|
+
[_e]: _c,
|
|
835
|
+
[_hE]: 400,
|
|
836
|
+
[_aQE]: [`IncorrectKeyMaterialException`, 400],
|
|
837
|
+
},
|
|
838
|
+
[_m],
|
|
839
|
+
[0],
|
|
840
|
+
];
|
|
841
|
+
TypeRegistry.for(n0).registerError(IncorrectKeyMaterialException, __IncorrectKeyMaterialException);
|
|
842
|
+
export var IncorrectTrustAnchorException = [
|
|
843
|
+
-3,
|
|
844
|
+
n0,
|
|
845
|
+
_ITAE,
|
|
846
|
+
{
|
|
847
|
+
[_e]: _c,
|
|
848
|
+
[_hE]: 400,
|
|
849
|
+
[_aQE]: [`IncorrectTrustAnchorException`, 400],
|
|
850
|
+
},
|
|
851
|
+
[_m],
|
|
852
|
+
[0],
|
|
853
|
+
];
|
|
854
|
+
TypeRegistry.for(n0).registerError(IncorrectTrustAnchorException, __IncorrectTrustAnchorException);
|
|
855
|
+
export var InvalidAliasNameException = [
|
|
856
|
+
-3,
|
|
857
|
+
n0,
|
|
858
|
+
_IANE,
|
|
859
|
+
{
|
|
860
|
+
[_e]: _c,
|
|
861
|
+
[_hE]: 400,
|
|
862
|
+
[_aQE]: [`InvalidAliasName`, 400],
|
|
863
|
+
},
|
|
864
|
+
[_m],
|
|
865
|
+
[0],
|
|
866
|
+
];
|
|
867
|
+
TypeRegistry.for(n0).registerError(InvalidAliasNameException, __InvalidAliasNameException);
|
|
868
|
+
export var InvalidArnException = [
|
|
869
|
+
-3,
|
|
870
|
+
n0,
|
|
871
|
+
_IAE,
|
|
872
|
+
{
|
|
873
|
+
[_e]: _c,
|
|
874
|
+
[_hE]: 400,
|
|
875
|
+
[_aQE]: [`InvalidArn`, 400],
|
|
876
|
+
},
|
|
877
|
+
[_m],
|
|
878
|
+
[0],
|
|
879
|
+
];
|
|
880
|
+
TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
|
|
881
|
+
export var InvalidCiphertextException = [
|
|
882
|
+
-3,
|
|
883
|
+
n0,
|
|
884
|
+
_ICE,
|
|
885
|
+
{
|
|
886
|
+
[_e]: _c,
|
|
887
|
+
[_hE]: 400,
|
|
888
|
+
[_aQE]: [`InvalidCiphertext`, 400],
|
|
889
|
+
},
|
|
890
|
+
[_m],
|
|
891
|
+
[0],
|
|
892
|
+
];
|
|
893
|
+
TypeRegistry.for(n0).registerError(InvalidCiphertextException, __InvalidCiphertextException);
|
|
894
|
+
export var InvalidGrantIdException = [
|
|
895
|
+
-3,
|
|
896
|
+
n0,
|
|
897
|
+
_IGIE,
|
|
898
|
+
{
|
|
899
|
+
[_e]: _c,
|
|
900
|
+
[_hE]: 400,
|
|
901
|
+
[_aQE]: [`InvalidGrantId`, 400],
|
|
902
|
+
},
|
|
903
|
+
[_m],
|
|
904
|
+
[0],
|
|
905
|
+
];
|
|
906
|
+
TypeRegistry.for(n0).registerError(InvalidGrantIdException, __InvalidGrantIdException);
|
|
907
|
+
export var InvalidGrantTokenException = [
|
|
908
|
+
-3,
|
|
909
|
+
n0,
|
|
910
|
+
_IGTE,
|
|
911
|
+
{
|
|
912
|
+
[_e]: _c,
|
|
913
|
+
[_hE]: 400,
|
|
914
|
+
[_aQE]: [`InvalidGrantToken`, 400],
|
|
915
|
+
},
|
|
916
|
+
[_m],
|
|
917
|
+
[0],
|
|
918
|
+
];
|
|
919
|
+
TypeRegistry.for(n0).registerError(InvalidGrantTokenException, __InvalidGrantTokenException);
|
|
920
|
+
export var InvalidImportTokenException = [
|
|
921
|
+
-3,
|
|
922
|
+
n0,
|
|
923
|
+
_IITE,
|
|
924
|
+
{
|
|
925
|
+
[_e]: _c,
|
|
926
|
+
[_hE]: 400,
|
|
927
|
+
[_aQE]: [`InvalidImportTokenException`, 400],
|
|
928
|
+
},
|
|
929
|
+
[_m],
|
|
930
|
+
[0],
|
|
931
|
+
];
|
|
932
|
+
TypeRegistry.for(n0).registerError(InvalidImportTokenException, __InvalidImportTokenException);
|
|
933
|
+
export var InvalidKeyUsageException = [
|
|
934
|
+
-3,
|
|
935
|
+
n0,
|
|
936
|
+
_IKUE,
|
|
937
|
+
{
|
|
938
|
+
[_e]: _c,
|
|
939
|
+
[_hE]: 400,
|
|
940
|
+
[_aQE]: [`InvalidKeyUsage`, 400],
|
|
941
|
+
},
|
|
942
|
+
[_m],
|
|
943
|
+
[0],
|
|
944
|
+
];
|
|
945
|
+
TypeRegistry.for(n0).registerError(InvalidKeyUsageException, __InvalidKeyUsageException);
|
|
946
|
+
export var InvalidMarkerException = [
|
|
947
|
+
-3,
|
|
948
|
+
n0,
|
|
949
|
+
_IME,
|
|
950
|
+
{
|
|
951
|
+
[_e]: _c,
|
|
952
|
+
[_hE]: 400,
|
|
953
|
+
[_aQE]: [`InvalidMarker`, 400],
|
|
954
|
+
},
|
|
955
|
+
[_m],
|
|
956
|
+
[0],
|
|
957
|
+
];
|
|
958
|
+
TypeRegistry.for(n0).registerError(InvalidMarkerException, __InvalidMarkerException);
|
|
959
|
+
export var KeyListEntry = [3, n0, _KLE, 0, [_KI, _KA], [0, 0]];
|
|
960
|
+
export var KeyMetadata = [
|
|
961
|
+
3,
|
|
962
|
+
n0,
|
|
963
|
+
_KM,
|
|
964
|
+
0,
|
|
965
|
+
[
|
|
966
|
+
_AWSAI,
|
|
967
|
+
_KI,
|
|
968
|
+
_A,
|
|
969
|
+
_CD,
|
|
970
|
+
_E,
|
|
971
|
+
_D,
|
|
972
|
+
_KU,
|
|
973
|
+
_KSe,
|
|
974
|
+
_DD,
|
|
975
|
+
_VT,
|
|
976
|
+
_Or,
|
|
977
|
+
_CKSI,
|
|
978
|
+
_CHCI,
|
|
979
|
+
_EM,
|
|
980
|
+
_KMe,
|
|
981
|
+
_CMKS,
|
|
982
|
+
_KS,
|
|
983
|
+
_EAn,
|
|
984
|
+
_SA,
|
|
985
|
+
_KAAe,
|
|
986
|
+
_MR,
|
|
987
|
+
_MRC,
|
|
988
|
+
_PDWID,
|
|
989
|
+
_MAa,
|
|
990
|
+
_XKC,
|
|
991
|
+
_CKMI,
|
|
992
|
+
],
|
|
993
|
+
[
|
|
994
|
+
0,
|
|
995
|
+
0,
|
|
996
|
+
0,
|
|
997
|
+
4,
|
|
998
|
+
2,
|
|
999
|
+
0,
|
|
1000
|
+
0,
|
|
1001
|
+
0,
|
|
1002
|
+
4,
|
|
1003
|
+
4,
|
|
1004
|
+
0,
|
|
1005
|
+
0,
|
|
1006
|
+
0,
|
|
1007
|
+
0,
|
|
1008
|
+
0,
|
|
1009
|
+
0,
|
|
1010
|
+
0,
|
|
1011
|
+
64 | 0,
|
|
1012
|
+
64 | 0,
|
|
1013
|
+
64 | 0,
|
|
1014
|
+
2,
|
|
1015
|
+
() => MultiRegionConfiguration,
|
|
1016
|
+
1,
|
|
1017
|
+
64 | 0,
|
|
1018
|
+
() => XksKeyConfigurationType,
|
|
1019
|
+
0,
|
|
1020
|
+
],
|
|
1021
|
+
];
|
|
1022
|
+
export var KeyUnavailableException = [
|
|
1023
|
+
-3,
|
|
1024
|
+
n0,
|
|
1025
|
+
_KUE,
|
|
1026
|
+
{
|
|
1027
|
+
[_e]: _s,
|
|
1028
|
+
[_hE]: 500,
|
|
1029
|
+
[_aQE]: [`KeyUnavailable`, 500],
|
|
1030
|
+
},
|
|
1031
|
+
[_m],
|
|
1032
|
+
[0],
|
|
1033
|
+
];
|
|
1034
|
+
TypeRegistry.for(n0).registerError(KeyUnavailableException, __KeyUnavailableException);
|
|
1035
|
+
export var KMSInternalException = [
|
|
1036
|
+
-3,
|
|
1037
|
+
n0,
|
|
1038
|
+
_KMSIE,
|
|
1039
|
+
{
|
|
1040
|
+
[_e]: _s,
|
|
1041
|
+
[_hE]: 500,
|
|
1042
|
+
[_aQE]: [`KMSInternal`, 500],
|
|
1043
|
+
},
|
|
1044
|
+
[_m],
|
|
1045
|
+
[0],
|
|
1046
|
+
];
|
|
1047
|
+
TypeRegistry.for(n0).registerError(KMSInternalException, __KMSInternalException);
|
|
1048
|
+
export var KMSInvalidMacException = [
|
|
1049
|
+
-3,
|
|
1050
|
+
n0,
|
|
1051
|
+
_KMSIME,
|
|
1052
|
+
{
|
|
1053
|
+
[_e]: _c,
|
|
1054
|
+
[_hE]: 400,
|
|
1055
|
+
[_aQE]: [`KMSInvalidMac`, 400],
|
|
1056
|
+
},
|
|
1057
|
+
[_m],
|
|
1058
|
+
[0],
|
|
1059
|
+
];
|
|
1060
|
+
TypeRegistry.for(n0).registerError(KMSInvalidMacException, __KMSInvalidMacException);
|
|
1061
|
+
export var KMSInvalidSignatureException = [
|
|
1062
|
+
-3,
|
|
1063
|
+
n0,
|
|
1064
|
+
_KMSISE,
|
|
1065
|
+
{
|
|
1066
|
+
[_e]: _c,
|
|
1067
|
+
[_hE]: 400,
|
|
1068
|
+
[_aQE]: [`KMSInvalidSignature`, 400],
|
|
1069
|
+
},
|
|
1070
|
+
[_m],
|
|
1071
|
+
[0],
|
|
1072
|
+
];
|
|
1073
|
+
TypeRegistry.for(n0).registerError(KMSInvalidSignatureException, __KMSInvalidSignatureException);
|
|
1074
|
+
export var KMSInvalidStateException = [
|
|
1075
|
+
-3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_KMSISEn,
|
|
1078
|
+
{
|
|
1079
|
+
[_e]: _c,
|
|
1080
|
+
[_hE]: 409,
|
|
1081
|
+
[_aQE]: [`KMSInvalidStateException`, 409],
|
|
1082
|
+
},
|
|
1083
|
+
[_m],
|
|
1084
|
+
[0],
|
|
1085
|
+
];
|
|
1086
|
+
TypeRegistry.for(n0).registerError(KMSInvalidStateException, __KMSInvalidStateException);
|
|
1087
|
+
export var LimitExceededException = [
|
|
1088
|
+
-3,
|
|
1089
|
+
n0,
|
|
1090
|
+
_LEE,
|
|
1091
|
+
{
|
|
1092
|
+
[_e]: _c,
|
|
1093
|
+
[_hE]: 400,
|
|
1094
|
+
[_aQE]: [`LimitExceeded`, 400],
|
|
1095
|
+
},
|
|
1096
|
+
[_m],
|
|
1097
|
+
[0],
|
|
1098
|
+
];
|
|
1099
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1100
|
+
export var ListAliasesRequest = [3, n0, _LAR, 0, [_KI, _L, _M], [0, 1, 0]];
|
|
1101
|
+
export var ListAliasesResponse = [3, n0, _LARi, 0, [_Al, _NM, _Tr], [() => AliasList, 0, 2]];
|
|
1102
|
+
export var ListGrantsRequest = [3, n0, _LGR, 0, [_L, _M, _KI, _GI, _GP], [1, 0, 0, 0, 0]];
|
|
1103
|
+
export var ListGrantsResponse = [3, n0, _LGRi, 0, [_G, _NM, _Tr], [() => GrantList, 0, 2]];
|
|
1104
|
+
export var ListKeyPoliciesRequest = [3, n0, _LKPR, 0, [_KI, _L, _M], [0, 1, 0]];
|
|
1105
|
+
export var ListKeyPoliciesResponse = [3, n0, _LKPRi, 0, [_PNo, _NM, _Tr], [64 | 0, 0, 2]];
|
|
1106
|
+
export var ListKeyRotationsRequest = [3, n0, _LKRR, 0, [_KI, _IKM, _L, _M], [0, 0, 1, 0]];
|
|
1107
|
+
export var ListKeyRotationsResponse = [
|
|
1108
|
+
3,
|
|
1109
|
+
n0,
|
|
1110
|
+
_LKRRi,
|
|
1111
|
+
0,
|
|
1112
|
+
[_Ro, _NM, _Tr],
|
|
1113
|
+
[() => RotationsList, 0, 2],
|
|
1114
|
+
];
|
|
1115
|
+
export var ListKeysRequest = [3, n0, _LKR, 0, [_L, _M], [1, 0]];
|
|
1116
|
+
export var ListKeysResponse = [3, n0, _LKRi, 0, [_K, _NM, _Tr], [() => KeyList, 0, 2]];
|
|
1117
|
+
export var ListResourceTagsRequest = [3, n0, _LRTR, 0, [_KI, _L, _M], [0, 1, 0]];
|
|
1118
|
+
export var ListResourceTagsResponse = [3, n0, _LRTRi, 0, [_T, _NM, _Tr], [() => TagList, 0, 2]];
|
|
1119
|
+
export var ListRetirableGrantsRequest = [3, n0, _LRGR, 0, [_L, _M, _RP], [1, 0, 0]];
|
|
1120
|
+
export var MalformedPolicyDocumentException = [
|
|
1121
|
+
-3,
|
|
1122
|
+
n0,
|
|
1123
|
+
_MPDE,
|
|
1124
|
+
{
|
|
1125
|
+
[_e]: _c,
|
|
1126
|
+
[_hE]: 400,
|
|
1127
|
+
[_aQE]: [`MalformedPolicyDocument`, 400],
|
|
1128
|
+
},
|
|
1129
|
+
[_m],
|
|
1130
|
+
[0],
|
|
1131
|
+
];
|
|
1132
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
|
|
1133
|
+
export var MultiRegionConfiguration = [
|
|
1134
|
+
3,
|
|
1135
|
+
n0,
|
|
1136
|
+
_MRC,
|
|
1137
|
+
0,
|
|
1138
|
+
[_MRKT, _PKr, _RK],
|
|
1139
|
+
[0, () => MultiRegionKey, () => MultiRegionKeyList],
|
|
1140
|
+
];
|
|
1141
|
+
export var MultiRegionKey = [3, n0, _MRK, 0, [_A, _Re], [0, 0]];
|
|
1142
|
+
export var NotFoundException = [
|
|
1143
|
+
-3,
|
|
1144
|
+
n0,
|
|
1145
|
+
_NFE,
|
|
1146
|
+
{
|
|
1147
|
+
[_e]: _c,
|
|
1148
|
+
[_hE]: 404,
|
|
1149
|
+
[_aQE]: [`NotFound`, 404],
|
|
1150
|
+
},
|
|
1151
|
+
[_m],
|
|
1152
|
+
[0],
|
|
1153
|
+
];
|
|
1154
|
+
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
1155
|
+
export var PutKeyPolicyRequest = [3, n0, _PKPR, 0, [_KI, _PN, _P, _BPLSC], [0, 0, 0, 2]];
|
|
1156
|
+
export var RecipientInfo = [3, n0, _RI, 0, [_KEA, _AD], [0, 21]];
|
|
1157
|
+
export var ReEncryptRequest = [
|
|
1158
|
+
3,
|
|
1159
|
+
n0,
|
|
1160
|
+
_RER,
|
|
1161
|
+
0,
|
|
1162
|
+
[_CB, _SEC, _SKI, _DKI, _DEC, _SEA, _DEA, _GT, _DR],
|
|
1163
|
+
[21, 128 | 0, 0, 0, 128 | 0, 0, 0, 64 | 0, 2],
|
|
1164
|
+
];
|
|
1165
|
+
export var ReEncryptResponse = [
|
|
1166
|
+
3,
|
|
1167
|
+
n0,
|
|
1168
|
+
_RERe,
|
|
1169
|
+
0,
|
|
1170
|
+
[_CB, _SKI, _KI, _SEA, _DEA, _SKMI, _DKMI],
|
|
1171
|
+
[21, 0, 0, 0, 0, 0, 0],
|
|
1172
|
+
];
|
|
1173
|
+
export var ReplicateKeyRequest = [
|
|
1174
|
+
3,
|
|
1175
|
+
n0,
|
|
1176
|
+
_RKR,
|
|
1177
|
+
0,
|
|
1178
|
+
[_KI, _RR, _P, _BPLSC, _D, _T],
|
|
1179
|
+
[0, 0, 0, 2, 0, () => TagList],
|
|
1180
|
+
];
|
|
1181
|
+
export var ReplicateKeyResponse = [
|
|
1182
|
+
3,
|
|
1183
|
+
n0,
|
|
1184
|
+
_RKRe,
|
|
1185
|
+
0,
|
|
1186
|
+
[_RKM, _RPe, _RT],
|
|
1187
|
+
[() => KeyMetadata, 0, () => TagList],
|
|
1188
|
+
];
|
|
1189
|
+
export var RetireGrantRequest = [3, n0, _RGR, 0, [_GTr, _KI, _GI, _DR], [0, 0, 0, 2]];
|
|
1190
|
+
export var RevokeGrantRequest = [3, n0, _RGRe, 0, [_KI, _GI, _DR], [0, 0, 2]];
|
|
1191
|
+
export var RotateKeyOnDemandRequest = [3, n0, _RKODR, 0, [_KI], [0]];
|
|
1192
|
+
export var RotateKeyOnDemandResponse = [3, n0, _RKODRo, 0, [_KI], [0]];
|
|
1193
|
+
export var RotationsListEntry = [
|
|
1194
|
+
3,
|
|
1195
|
+
n0,
|
|
1196
|
+
_RLE,
|
|
1197
|
+
0,
|
|
1198
|
+
[_KI, _KMI, _KMD, _IS, _KMS, _EM, _VT, _RD, _RTo],
|
|
1199
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 0],
|
|
1200
|
+
];
|
|
1201
|
+
export var ScheduleKeyDeletionRequest = [3, n0, _SKDR, 0, [_KI, _PWID], [0, 1]];
|
|
1202
|
+
export var ScheduleKeyDeletionResponse = [
|
|
1203
|
+
3,
|
|
1204
|
+
n0,
|
|
1205
|
+
_SKDRc,
|
|
1206
|
+
0,
|
|
1207
|
+
[_KI, _DD, _KSe, _PWID],
|
|
1208
|
+
[0, 4, 0, 1],
|
|
1209
|
+
];
|
|
1210
|
+
export var SignRequest = [
|
|
1211
|
+
3,
|
|
1212
|
+
n0,
|
|
1213
|
+
_SR,
|
|
1214
|
+
0,
|
|
1215
|
+
[_KI, _Me, _MT, _GT, _SAi, _DR],
|
|
1216
|
+
[0, [() => PlaintextType, 0], 0, 64 | 0, 0, 2],
|
|
1217
|
+
];
|
|
1218
|
+
export var SignResponse = [3, n0, _SRi, 0, [_KI, _S, _SAi], [0, 21, 0]];
|
|
1219
|
+
export var Tag = [3, n0, _Ta, 0, [_TK, _TV], [0, 0]];
|
|
1220
|
+
export var TagException = [
|
|
1221
|
+
-3,
|
|
1222
|
+
n0,
|
|
1223
|
+
_TE,
|
|
1224
|
+
{
|
|
1225
|
+
[_e]: _c,
|
|
1226
|
+
[_hE]: 400,
|
|
1227
|
+
[_aQE]: [`TagException`, 400],
|
|
1228
|
+
},
|
|
1229
|
+
[_m],
|
|
1230
|
+
[0],
|
|
1231
|
+
];
|
|
1232
|
+
TypeRegistry.for(n0).registerError(TagException, __TagException);
|
|
1233
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_KI, _T], [0, () => TagList]];
|
|
1234
|
+
export var UnsupportedOperationException = [
|
|
1235
|
+
-3,
|
|
1236
|
+
n0,
|
|
1237
|
+
_UOE,
|
|
1238
|
+
{
|
|
1239
|
+
[_e]: _c,
|
|
1240
|
+
[_hE]: 400,
|
|
1241
|
+
[_aQE]: [`UnsupportedOperation`, 400],
|
|
1242
|
+
},
|
|
1243
|
+
[_m],
|
|
1244
|
+
[0],
|
|
1245
|
+
];
|
|
1246
|
+
TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
|
|
1247
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_KI, _TKa], [0, 64 | 0]];
|
|
1248
|
+
export var UpdateAliasRequest = [3, n0, _UAR, 0, [_AN, _TKI], [0, 0]];
|
|
1249
|
+
export var UpdateCustomKeyStoreRequest = [
|
|
1250
|
+
3,
|
|
1251
|
+
n0,
|
|
1252
|
+
_UCKSR,
|
|
1253
|
+
0,
|
|
1254
|
+
[_CKSI, _NCKSN, _KSP, _CHCI, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
|
|
1255
|
+
[0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => XksProxyAuthenticationCredentialType, 0], 0],
|
|
1256
|
+
];
|
|
1257
|
+
export var UpdateCustomKeyStoreResponse = [3, n0, _UCKSRp, 0, [], []];
|
|
1258
|
+
export var UpdateKeyDescriptionRequest = [3, n0, _UKDR, 0, [_KI, _D], [0, 0]];
|
|
1259
|
+
export var UpdatePrimaryRegionRequest = [3, n0, _UPRR, 0, [_KI, _PR], [0, 0]];
|
|
1260
|
+
export var VerifyMacRequest = [
|
|
1261
|
+
3,
|
|
1262
|
+
n0,
|
|
1263
|
+
_VMR,
|
|
1264
|
+
0,
|
|
1265
|
+
[_Me, _KI, _MA, _Ma, _GT, _DR],
|
|
1266
|
+
[[() => PlaintextType, 0], 0, 0, 21, 64 | 0, 2],
|
|
1267
|
+
];
|
|
1268
|
+
export var VerifyMacResponse = [3, n0, _VMRe, 0, [_KI, _MV, _MA], [0, 2, 0]];
|
|
1269
|
+
export var VerifyRequest = [
|
|
1270
|
+
3,
|
|
1271
|
+
n0,
|
|
1272
|
+
_VR,
|
|
1273
|
+
0,
|
|
1274
|
+
[_KI, _Me, _MT, _S, _SAi, _GT, _DR],
|
|
1275
|
+
[0, [() => PlaintextType, 0], 0, 21, 0, 64 | 0, 2],
|
|
1276
|
+
];
|
|
1277
|
+
export var VerifyResponse = [3, n0, _VRe, 0, [_KI, _SV, _SAi], [0, 2, 0]];
|
|
1278
|
+
export var XksKeyAlreadyInUseException = [
|
|
1279
|
+
-3,
|
|
1280
|
+
n0,
|
|
1281
|
+
_XKAIUE,
|
|
1282
|
+
{
|
|
1283
|
+
[_e]: _c,
|
|
1284
|
+
[_hE]: 400,
|
|
1285
|
+
[_aQE]: [`XksKeyAlreadyInUse`, 400],
|
|
1286
|
+
},
|
|
1287
|
+
[_m],
|
|
1288
|
+
[0],
|
|
1289
|
+
];
|
|
1290
|
+
TypeRegistry.for(n0).registerError(XksKeyAlreadyInUseException, __XksKeyAlreadyInUseException);
|
|
1291
|
+
export var XksKeyConfigurationType = [3, n0, _XKCT, 0, [_I], [0]];
|
|
1292
|
+
export var XksKeyInvalidConfigurationException = [
|
|
1293
|
+
-3,
|
|
1294
|
+
n0,
|
|
1295
|
+
_XKICE,
|
|
1296
|
+
{
|
|
1297
|
+
[_e]: _c,
|
|
1298
|
+
[_hE]: 400,
|
|
1299
|
+
[_aQE]: [`XksKeyInvalidConfiguration`, 400],
|
|
1300
|
+
},
|
|
1301
|
+
[_m],
|
|
1302
|
+
[0],
|
|
1303
|
+
];
|
|
1304
|
+
TypeRegistry.for(n0).registerError(XksKeyInvalidConfigurationException, __XksKeyInvalidConfigurationException);
|
|
1305
|
+
export var XksKeyNotFoundException = [
|
|
1306
|
+
-3,
|
|
1307
|
+
n0,
|
|
1308
|
+
_XKNFE,
|
|
1309
|
+
{
|
|
1310
|
+
[_e]: _c,
|
|
1311
|
+
[_hE]: 400,
|
|
1312
|
+
[_aQE]: [`XksKeyNotFoundException`, 400],
|
|
1313
|
+
},
|
|
1314
|
+
[_m],
|
|
1315
|
+
[0],
|
|
1316
|
+
];
|
|
1317
|
+
TypeRegistry.for(n0).registerError(XksKeyNotFoundException, __XksKeyNotFoundException);
|
|
1318
|
+
export var XksProxyAuthenticationCredentialType = [
|
|
1319
|
+
3,
|
|
1320
|
+
n0,
|
|
1321
|
+
_XPACT,
|
|
1322
|
+
0,
|
|
1323
|
+
[_AKI, _RSAK],
|
|
1324
|
+
[
|
|
1325
|
+
[() => XksProxyAuthenticationAccessKeyIdType, 0],
|
|
1326
|
+
[() => XksProxyAuthenticationRawSecretAccessKeyType, 0],
|
|
1327
|
+
],
|
|
1328
|
+
];
|
|
1329
|
+
export var XksProxyConfigurationType = [
|
|
1330
|
+
3,
|
|
1331
|
+
n0,
|
|
1332
|
+
_XPCT,
|
|
1333
|
+
0,
|
|
1334
|
+
[_Co, _AKI, _UE, _UP, _VESN, _VESO],
|
|
1335
|
+
[0, [() => XksProxyAuthenticationAccessKeyIdType, 0], 0, 0, 0, 0],
|
|
1336
|
+
];
|
|
1337
|
+
export var XksProxyIncorrectAuthenticationCredentialException = [
|
|
1338
|
+
-3,
|
|
1339
|
+
n0,
|
|
1340
|
+
_XPIACE,
|
|
1341
|
+
{
|
|
1342
|
+
[_e]: _c,
|
|
1343
|
+
[_hE]: 400,
|
|
1344
|
+
[_aQE]: [`XksProxyIncorrectAuthenticationCredentialException`, 400],
|
|
1345
|
+
},
|
|
1346
|
+
[_m],
|
|
1347
|
+
[0],
|
|
1348
|
+
];
|
|
1349
|
+
TypeRegistry.for(n0).registerError(XksProxyIncorrectAuthenticationCredentialException, __XksProxyIncorrectAuthenticationCredentialException);
|
|
1350
|
+
export var XksProxyInvalidConfigurationException = [
|
|
1351
|
+
-3,
|
|
1352
|
+
n0,
|
|
1353
|
+
_XPICE,
|
|
1354
|
+
{
|
|
1355
|
+
[_e]: _c,
|
|
1356
|
+
[_hE]: 400,
|
|
1357
|
+
[_aQE]: [`XksProxyInvalidConfigurationException`, 400],
|
|
1358
|
+
},
|
|
1359
|
+
[_m],
|
|
1360
|
+
[0],
|
|
1361
|
+
];
|
|
1362
|
+
TypeRegistry.for(n0).registerError(XksProxyInvalidConfigurationException, __XksProxyInvalidConfigurationException);
|
|
1363
|
+
export var XksProxyInvalidResponseException = [
|
|
1364
|
+
-3,
|
|
1365
|
+
n0,
|
|
1366
|
+
_XPIRE,
|
|
1367
|
+
{
|
|
1368
|
+
[_e]: _c,
|
|
1369
|
+
[_hE]: 400,
|
|
1370
|
+
[_aQE]: [`XksProxyInvalidResponseException`, 400],
|
|
1371
|
+
},
|
|
1372
|
+
[_m],
|
|
1373
|
+
[0],
|
|
1374
|
+
];
|
|
1375
|
+
TypeRegistry.for(n0).registerError(XksProxyInvalidResponseException, __XksProxyInvalidResponseException);
|
|
1376
|
+
export var XksProxyUriEndpointInUseException = [
|
|
1377
|
+
-3,
|
|
1378
|
+
n0,
|
|
1379
|
+
_XPUEIUE,
|
|
1380
|
+
{
|
|
1381
|
+
[_e]: _c,
|
|
1382
|
+
[_hE]: 400,
|
|
1383
|
+
[_aQE]: [`XksProxyUriEndpointInUseException`, 400],
|
|
1384
|
+
},
|
|
1385
|
+
[_m],
|
|
1386
|
+
[0],
|
|
1387
|
+
];
|
|
1388
|
+
TypeRegistry.for(n0).registerError(XksProxyUriEndpointInUseException, __XksProxyUriEndpointInUseException);
|
|
1389
|
+
export var XksProxyUriInUseException = [
|
|
1390
|
+
-3,
|
|
1391
|
+
n0,
|
|
1392
|
+
_XPUIUE,
|
|
1393
|
+
{
|
|
1394
|
+
[_e]: _c,
|
|
1395
|
+
[_hE]: 400,
|
|
1396
|
+
[_aQE]: [`XksProxyUriInUseException`, 400],
|
|
1397
|
+
},
|
|
1398
|
+
[_m],
|
|
1399
|
+
[0],
|
|
1400
|
+
];
|
|
1401
|
+
TypeRegistry.for(n0).registerError(XksProxyUriInUseException, __XksProxyUriInUseException);
|
|
1402
|
+
export var XksProxyUriUnreachableException = [
|
|
1403
|
+
-3,
|
|
1404
|
+
n0,
|
|
1405
|
+
_XPUUE,
|
|
1406
|
+
{
|
|
1407
|
+
[_e]: _c,
|
|
1408
|
+
[_hE]: 400,
|
|
1409
|
+
[_aQE]: [`XksProxyUriUnreachableException`, 400],
|
|
1410
|
+
},
|
|
1411
|
+
[_m],
|
|
1412
|
+
[0],
|
|
1413
|
+
];
|
|
1414
|
+
TypeRegistry.for(n0).registerError(XksProxyUriUnreachableException, __XksProxyUriUnreachableException);
|
|
1415
|
+
export var XksProxyVpcEndpointServiceInUseException = [
|
|
1416
|
+
-3,
|
|
1417
|
+
n0,
|
|
1418
|
+
_XPVESIUE,
|
|
1419
|
+
{
|
|
1420
|
+
[_e]: _c,
|
|
1421
|
+
[_hE]: 400,
|
|
1422
|
+
[_aQE]: [`XksProxyVpcEndpointServiceInUseException`, 400],
|
|
1423
|
+
},
|
|
1424
|
+
[_m],
|
|
1425
|
+
[0],
|
|
1426
|
+
];
|
|
1427
|
+
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceInUseException, __XksProxyVpcEndpointServiceInUseException);
|
|
1428
|
+
export var XksProxyVpcEndpointServiceInvalidConfigurationException = [
|
|
1429
|
+
-3,
|
|
1430
|
+
n0,
|
|
1431
|
+
_XPVESICE,
|
|
1432
|
+
{
|
|
1433
|
+
[_e]: _c,
|
|
1434
|
+
[_hE]: 400,
|
|
1435
|
+
[_aQE]: [`XksProxyVpcEndpointServiceInvalidConfigurationException`, 400],
|
|
1436
|
+
},
|
|
1437
|
+
[_m],
|
|
1438
|
+
[0],
|
|
1439
|
+
];
|
|
1440
|
+
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceInvalidConfigurationException, __XksProxyVpcEndpointServiceInvalidConfigurationException);
|
|
1441
|
+
export var XksProxyVpcEndpointServiceNotFoundException = [
|
|
1442
|
+
-3,
|
|
1443
|
+
n0,
|
|
1444
|
+
_XPVESNFE,
|
|
1445
|
+
{
|
|
1446
|
+
[_e]: _c,
|
|
1447
|
+
[_hE]: 400,
|
|
1448
|
+
[_aQE]: [`XksProxyVpcEndpointServiceNotFoundException`, 400],
|
|
1449
|
+
},
|
|
1450
|
+
[_m],
|
|
1451
|
+
[0],
|
|
1452
|
+
];
|
|
1453
|
+
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceNotFoundException, __XksProxyVpcEndpointServiceNotFoundException);
|
|
1454
|
+
export var __Unit = "unit";
|
|
1455
|
+
export var KMSServiceException = [-3, _sm, "KMSServiceException", 0, [], []];
|
|
1456
|
+
TypeRegistry.for(_sm).registerError(KMSServiceException, __KMSServiceException);
|
|
1457
|
+
export var AliasList = [1, n0, _AL, 0, () => AliasListEntry];
|
|
1458
|
+
export var CustomKeyStoresList = [1, n0, _CKSL, 0, [() => CustomKeyStoresListEntry, 0]];
|
|
1459
|
+
export var EncryptionAlgorithmSpecList = 64 | 0;
|
|
1460
|
+
export var GrantList = [1, n0, _GL, 0, () => GrantListEntry];
|
|
1461
|
+
export var GrantOperationList = 64 | 0;
|
|
1462
|
+
export var GrantTokenList = 64 | 0;
|
|
1463
|
+
export var KeyAgreementAlgorithmSpecList = 64 | 0;
|
|
1464
|
+
export var KeyList = [1, n0, _KL, 0, () => KeyListEntry];
|
|
1465
|
+
export var MacAlgorithmSpecList = 64 | 0;
|
|
1466
|
+
export var MultiRegionKeyList = [1, n0, _MRKL, 0, () => MultiRegionKey];
|
|
1467
|
+
export var PolicyNameList = 64 | 0;
|
|
1468
|
+
export var RotationsList = [1, n0, _RL, 0, () => RotationsListEntry];
|
|
1469
|
+
export var SigningAlgorithmSpecList = 64 | 0;
|
|
1470
|
+
export var TagKeyList = 64 | 0;
|
|
1471
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1472
|
+
export var EncryptionContextType = 128 | 0;
|
|
1473
|
+
export var CancelKeyDeletion = [
|
|
1474
|
+
9,
|
|
1475
|
+
n0,
|
|
1476
|
+
_CKD,
|
|
1477
|
+
0,
|
|
1478
|
+
() => CancelKeyDeletionRequest,
|
|
1479
|
+
() => CancelKeyDeletionResponse,
|
|
1480
|
+
];
|
|
1481
|
+
export var ConnectCustomKeyStore = [
|
|
1482
|
+
9,
|
|
1483
|
+
n0,
|
|
1484
|
+
_CCKS,
|
|
1485
|
+
0,
|
|
1486
|
+
() => ConnectCustomKeyStoreRequest,
|
|
1487
|
+
() => ConnectCustomKeyStoreResponse,
|
|
1488
|
+
];
|
|
1489
|
+
export var CreateAlias = [9, n0, _CA, 0, () => CreateAliasRequest, () => __Unit];
|
|
1490
|
+
export var CreateCustomKeyStore = [
|
|
1491
|
+
9,
|
|
1492
|
+
n0,
|
|
1493
|
+
_CCKSr,
|
|
1494
|
+
0,
|
|
1495
|
+
() => CreateCustomKeyStoreRequest,
|
|
1496
|
+
() => CreateCustomKeyStoreResponse,
|
|
1497
|
+
];
|
|
1498
|
+
export var CreateGrant = [9, n0, _CG, 0, () => CreateGrantRequest, () => CreateGrantResponse];
|
|
1499
|
+
export var CreateKey = [9, n0, _CK, 0, () => CreateKeyRequest, () => CreateKeyResponse];
|
|
1500
|
+
export var Decrypt = [9, n0, _De, 0, () => DecryptRequest, () => DecryptResponse];
|
|
1501
|
+
export var DeleteAlias = [9, n0, _DA, 0, () => DeleteAliasRequest, () => __Unit];
|
|
1502
|
+
export var DeleteCustomKeyStore = [
|
|
1503
|
+
9,
|
|
1504
|
+
n0,
|
|
1505
|
+
_DCKS,
|
|
1506
|
+
0,
|
|
1507
|
+
() => DeleteCustomKeyStoreRequest,
|
|
1508
|
+
() => DeleteCustomKeyStoreResponse,
|
|
1509
|
+
];
|
|
1510
|
+
export var DeleteImportedKeyMaterial = [
|
|
1511
|
+
9,
|
|
1512
|
+
n0,
|
|
1513
|
+
_DIKM,
|
|
1514
|
+
0,
|
|
1515
|
+
() => DeleteImportedKeyMaterialRequest,
|
|
1516
|
+
() => DeleteImportedKeyMaterialResponse,
|
|
1517
|
+
];
|
|
1518
|
+
export var DeriveSharedSecret = [
|
|
1519
|
+
9,
|
|
1520
|
+
n0,
|
|
1521
|
+
_DSS,
|
|
1522
|
+
0,
|
|
1523
|
+
() => DeriveSharedSecretRequest,
|
|
1524
|
+
() => DeriveSharedSecretResponse,
|
|
1525
|
+
];
|
|
1526
|
+
export var DescribeCustomKeyStores = [
|
|
1527
|
+
9,
|
|
1528
|
+
n0,
|
|
1529
|
+
_DCKSe,
|
|
1530
|
+
0,
|
|
1531
|
+
() => DescribeCustomKeyStoresRequest,
|
|
1532
|
+
() => DescribeCustomKeyStoresResponse,
|
|
1533
|
+
];
|
|
1534
|
+
export var DescribeKey = [9, n0, _DK, 0, () => DescribeKeyRequest, () => DescribeKeyResponse];
|
|
1535
|
+
export var DisableKey = [9, n0, _DKi, 0, () => DisableKeyRequest, () => __Unit];
|
|
1536
|
+
export var DisableKeyRotation = [
|
|
1537
|
+
9,
|
|
1538
|
+
n0,
|
|
1539
|
+
_DKRis,
|
|
1540
|
+
0,
|
|
1541
|
+
() => DisableKeyRotationRequest,
|
|
1542
|
+
() => __Unit,
|
|
1543
|
+
];
|
|
1544
|
+
export var DisconnectCustomKeyStore = [
|
|
1545
|
+
9,
|
|
1546
|
+
n0,
|
|
1547
|
+
_DCKSi,
|
|
1548
|
+
0,
|
|
1549
|
+
() => DisconnectCustomKeyStoreRequest,
|
|
1550
|
+
() => DisconnectCustomKeyStoreResponse,
|
|
1551
|
+
];
|
|
1552
|
+
export var EnableKey = [9, n0, _EK, 0, () => EnableKeyRequest, () => __Unit];
|
|
1553
|
+
export var EnableKeyRotation = [9, n0, _EKRn, 0, () => EnableKeyRotationRequest, () => __Unit];
|
|
1554
|
+
export var Encrypt = [9, n0, _En, 0, () => EncryptRequest, () => EncryptResponse];
|
|
1555
|
+
export var GenerateDataKey = [
|
|
1556
|
+
9,
|
|
1557
|
+
n0,
|
|
1558
|
+
_GDK,
|
|
1559
|
+
0,
|
|
1560
|
+
() => GenerateDataKeyRequest,
|
|
1561
|
+
() => GenerateDataKeyResponse,
|
|
1562
|
+
];
|
|
1563
|
+
export var GenerateDataKeyPair = [
|
|
1564
|
+
9,
|
|
1565
|
+
n0,
|
|
1566
|
+
_GDKP,
|
|
1567
|
+
0,
|
|
1568
|
+
() => GenerateDataKeyPairRequest,
|
|
1569
|
+
() => GenerateDataKeyPairResponse,
|
|
1570
|
+
];
|
|
1571
|
+
export var GenerateDataKeyPairWithoutPlaintext = [
|
|
1572
|
+
9,
|
|
1573
|
+
n0,
|
|
1574
|
+
_GDKPWP,
|
|
1575
|
+
0,
|
|
1576
|
+
() => GenerateDataKeyPairWithoutPlaintextRequest,
|
|
1577
|
+
() => GenerateDataKeyPairWithoutPlaintextResponse,
|
|
1578
|
+
];
|
|
1579
|
+
export var GenerateDataKeyWithoutPlaintext = [
|
|
1580
|
+
9,
|
|
1581
|
+
n0,
|
|
1582
|
+
_GDKWP,
|
|
1583
|
+
0,
|
|
1584
|
+
() => GenerateDataKeyWithoutPlaintextRequest,
|
|
1585
|
+
() => GenerateDataKeyWithoutPlaintextResponse,
|
|
1586
|
+
];
|
|
1587
|
+
export var GenerateMac = [9, n0, _GM, 0, () => GenerateMacRequest, () => GenerateMacResponse];
|
|
1588
|
+
export var GenerateRandom = [
|
|
1589
|
+
9,
|
|
1590
|
+
n0,
|
|
1591
|
+
_GR,
|
|
1592
|
+
0,
|
|
1593
|
+
() => GenerateRandomRequest,
|
|
1594
|
+
() => GenerateRandomResponse,
|
|
1595
|
+
];
|
|
1596
|
+
export var GetKeyPolicy = [
|
|
1597
|
+
9,
|
|
1598
|
+
n0,
|
|
1599
|
+
_GKP,
|
|
1600
|
+
0,
|
|
1601
|
+
() => GetKeyPolicyRequest,
|
|
1602
|
+
() => GetKeyPolicyResponse,
|
|
1603
|
+
];
|
|
1604
|
+
export var GetKeyRotationStatus = [
|
|
1605
|
+
9,
|
|
1606
|
+
n0,
|
|
1607
|
+
_GKRS,
|
|
1608
|
+
0,
|
|
1609
|
+
() => GetKeyRotationStatusRequest,
|
|
1610
|
+
() => GetKeyRotationStatusResponse,
|
|
1611
|
+
];
|
|
1612
|
+
export var GetParametersForImport = [
|
|
1613
|
+
9,
|
|
1614
|
+
n0,
|
|
1615
|
+
_GPFI,
|
|
1616
|
+
0,
|
|
1617
|
+
() => GetParametersForImportRequest,
|
|
1618
|
+
() => GetParametersForImportResponse,
|
|
1619
|
+
];
|
|
1620
|
+
export var GetPublicKey = [
|
|
1621
|
+
9,
|
|
1622
|
+
n0,
|
|
1623
|
+
_GPK,
|
|
1624
|
+
0,
|
|
1625
|
+
() => GetPublicKeyRequest,
|
|
1626
|
+
() => GetPublicKeyResponse,
|
|
1627
|
+
];
|
|
1628
|
+
export var ImportKeyMaterial = [
|
|
1629
|
+
9,
|
|
1630
|
+
n0,
|
|
1631
|
+
_IKMm,
|
|
1632
|
+
0,
|
|
1633
|
+
() => ImportKeyMaterialRequest,
|
|
1634
|
+
() => ImportKeyMaterialResponse,
|
|
1635
|
+
];
|
|
1636
|
+
export var ListAliases = [9, n0, _LA, 0, () => ListAliasesRequest, () => ListAliasesResponse];
|
|
1637
|
+
export var ListGrants = [9, n0, _LG, 0, () => ListGrantsRequest, () => ListGrantsResponse];
|
|
1638
|
+
export var ListKeyPolicies = [
|
|
1639
|
+
9,
|
|
1640
|
+
n0,
|
|
1641
|
+
_LKP,
|
|
1642
|
+
0,
|
|
1643
|
+
() => ListKeyPoliciesRequest,
|
|
1644
|
+
() => ListKeyPoliciesResponse,
|
|
1645
|
+
];
|
|
1646
|
+
export var ListKeyRotations = [
|
|
1647
|
+
9,
|
|
1648
|
+
n0,
|
|
1649
|
+
_LKRis,
|
|
1650
|
+
0,
|
|
1651
|
+
() => ListKeyRotationsRequest,
|
|
1652
|
+
() => ListKeyRotationsResponse,
|
|
1653
|
+
];
|
|
1654
|
+
export var ListKeys = [9, n0, _LK, 0, () => ListKeysRequest, () => ListKeysResponse];
|
|
1655
|
+
export var ListResourceTags = [
|
|
1656
|
+
9,
|
|
1657
|
+
n0,
|
|
1658
|
+
_LRT,
|
|
1659
|
+
0,
|
|
1660
|
+
() => ListResourceTagsRequest,
|
|
1661
|
+
() => ListResourceTagsResponse,
|
|
1662
|
+
];
|
|
1663
|
+
export var ListRetirableGrants = [
|
|
1664
|
+
9,
|
|
1665
|
+
n0,
|
|
1666
|
+
_LRG,
|
|
1667
|
+
0,
|
|
1668
|
+
() => ListRetirableGrantsRequest,
|
|
1669
|
+
() => ListGrantsResponse,
|
|
1670
|
+
];
|
|
1671
|
+
export var PutKeyPolicy = [9, n0, _PKPu, 0, () => PutKeyPolicyRequest, () => __Unit];
|
|
1672
|
+
export var ReEncrypt = [9, n0, _RE, 0, () => ReEncryptRequest, () => ReEncryptResponse];
|
|
1673
|
+
export var ReplicateKey = [
|
|
1674
|
+
9,
|
|
1675
|
+
n0,
|
|
1676
|
+
_RKe,
|
|
1677
|
+
0,
|
|
1678
|
+
() => ReplicateKeyRequest,
|
|
1679
|
+
() => ReplicateKeyResponse,
|
|
1680
|
+
];
|
|
1681
|
+
export var RetireGrant = [9, n0, _RG, 0, () => RetireGrantRequest, () => __Unit];
|
|
1682
|
+
export var RevokeGrant = [9, n0, _RGe, 0, () => RevokeGrantRequest, () => __Unit];
|
|
1683
|
+
export var RotateKeyOnDemand = [
|
|
1684
|
+
9,
|
|
1685
|
+
n0,
|
|
1686
|
+
_RKOD,
|
|
1687
|
+
0,
|
|
1688
|
+
() => RotateKeyOnDemandRequest,
|
|
1689
|
+
() => RotateKeyOnDemandResponse,
|
|
1690
|
+
];
|
|
1691
|
+
export var ScheduleKeyDeletion = [
|
|
1692
|
+
9,
|
|
1693
|
+
n0,
|
|
1694
|
+
_SKD,
|
|
1695
|
+
0,
|
|
1696
|
+
() => ScheduleKeyDeletionRequest,
|
|
1697
|
+
() => ScheduleKeyDeletionResponse,
|
|
1698
|
+
];
|
|
1699
|
+
export var Sign = [9, n0, _Si, 0, () => SignRequest, () => SignResponse];
|
|
1700
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
1701
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
1702
|
+
export var UpdateAlias = [9, n0, _UA, 0, () => UpdateAliasRequest, () => __Unit];
|
|
1703
|
+
export var UpdateCustomKeyStore = [
|
|
1704
|
+
9,
|
|
1705
|
+
n0,
|
|
1706
|
+
_UCKS,
|
|
1707
|
+
0,
|
|
1708
|
+
() => UpdateCustomKeyStoreRequest,
|
|
1709
|
+
() => UpdateCustomKeyStoreResponse,
|
|
1710
|
+
];
|
|
1711
|
+
export var UpdateKeyDescription = [
|
|
1712
|
+
9,
|
|
1713
|
+
n0,
|
|
1714
|
+
_UKD,
|
|
1715
|
+
0,
|
|
1716
|
+
() => UpdateKeyDescriptionRequest,
|
|
1717
|
+
() => __Unit,
|
|
1718
|
+
];
|
|
1719
|
+
export var UpdatePrimaryRegion = [
|
|
1720
|
+
9,
|
|
1721
|
+
n0,
|
|
1722
|
+
_UPR,
|
|
1723
|
+
0,
|
|
1724
|
+
() => UpdatePrimaryRegionRequest,
|
|
1725
|
+
() => __Unit,
|
|
1726
|
+
];
|
|
1727
|
+
export var Verify = [9, n0, _V, 0, () => VerifyRequest, () => VerifyResponse];
|
|
1728
|
+
export var VerifyMac = [9, n0, _VM, 0, () => VerifyMacRequest, () => VerifyMacResponse];
|