@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,731 @@
|
|
|
1
|
+
const _AAD = "AutomaticallyAfterDays";
|
|
2
|
+
const _APIELT = "APIErrorListType";
|
|
3
|
+
const _APIET = "APIErrorType";
|
|
4
|
+
const _ARN = "ARN";
|
|
5
|
+
const _ARR = "AddReplicaRegions";
|
|
6
|
+
const _ARRLT = "AddReplicaRegionListType";
|
|
7
|
+
const _BGSV = "BatchGetSecretValue";
|
|
8
|
+
const _BGSVR = "BatchGetSecretValueRequest";
|
|
9
|
+
const _BGSVRa = "BatchGetSecretValueResponse";
|
|
10
|
+
const _BPP = "BlockPublicPolicy";
|
|
11
|
+
const _CD = "CreatedDate";
|
|
12
|
+
const _CN = "CheckName";
|
|
13
|
+
const _CRS = "CancelRotateSecret";
|
|
14
|
+
const _CRSR = "CancelRotateSecretRequest";
|
|
15
|
+
const _CRSRa = "CancelRotateSecretResponse";
|
|
16
|
+
const _CRT = "ClientRequestToken";
|
|
17
|
+
const _CS = "CreateSecret";
|
|
18
|
+
const _CSR = "CreateSecretRequest";
|
|
19
|
+
const _CSRr = "CreateSecretResponse";
|
|
20
|
+
const _D = "Description";
|
|
21
|
+
const _DD = "DeletionDate";
|
|
22
|
+
const _DDe = "DeletedDate";
|
|
23
|
+
const _DF = "DecryptionFailure";
|
|
24
|
+
const _DRP = "DeleteResourcePolicy";
|
|
25
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
26
|
+
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
27
|
+
const _DS = "DeleteSecret";
|
|
28
|
+
const _DSR = "DeleteSecretRequest";
|
|
29
|
+
const _DSRe = "DeleteSecretResponse";
|
|
30
|
+
const _DSRes = "DescribeSecretRequest";
|
|
31
|
+
const _DSResc = "DescribeSecretResponse";
|
|
32
|
+
const _DSe = "DescribeSecret";
|
|
33
|
+
const _Du = "Duration";
|
|
34
|
+
const _E = "Errors";
|
|
35
|
+
const _EC = "ErrorCode";
|
|
36
|
+
const _ECx = "ExcludeCharacters";
|
|
37
|
+
const _EF = "EncryptionFailure";
|
|
38
|
+
const _EL = "ExcludeLowercase";
|
|
39
|
+
const _EM = "ErrorMessage";
|
|
40
|
+
const _EN = "ExcludeNumbers";
|
|
41
|
+
const _EP = "ExcludePunctuation";
|
|
42
|
+
const _EU = "ExcludeUppercase";
|
|
43
|
+
const _F = "Filters";
|
|
44
|
+
const _FDWR = "ForceDeleteWithoutRecovery";
|
|
45
|
+
const _FLT = "FiltersListType";
|
|
46
|
+
const _FORS = "ForceOverwriteReplicaSecret";
|
|
47
|
+
const _Fi = "Filter";
|
|
48
|
+
const _GRP = "GetRandomPassword";
|
|
49
|
+
const _GRPR = "GetRandomPasswordRequest";
|
|
50
|
+
const _GRPRe = "GetRandomPasswordResponse";
|
|
51
|
+
const _GRPRet = "GetResourcePolicyRequest";
|
|
52
|
+
const _GRPRete = "GetResourcePolicyResponse";
|
|
53
|
+
const _GRPe = "GetResourcePolicy";
|
|
54
|
+
const _GSV = "GetSecretValue";
|
|
55
|
+
const _GSVR = "GetSecretValueRequest";
|
|
56
|
+
const _GSVRe = "GetSecretValueResponse";
|
|
57
|
+
const _ID = "IncludeDeprecated";
|
|
58
|
+
const _INTE = "InvalidNextTokenException";
|
|
59
|
+
const _IPD = "IncludePlannedDeletion";
|
|
60
|
+
const _IPE = "InvalidParameterException";
|
|
61
|
+
const _IRE = "InvalidRequestException";
|
|
62
|
+
const _IS = "IncludeSpace";
|
|
63
|
+
const _ISE = "InternalServiceError";
|
|
64
|
+
const _K = "Key";
|
|
65
|
+
const _KKI = "KmsKeyId";
|
|
66
|
+
const _KKIm = "KmsKeyIds";
|
|
67
|
+
const _LAD = "LastAccessedDate";
|
|
68
|
+
const _LCD = "LastChangedDate";
|
|
69
|
+
const _LEE = "LimitExceededException";
|
|
70
|
+
const _LRD = "LastRotatedDate";
|
|
71
|
+
const _LS = "ListSecrets";
|
|
72
|
+
const _LSR = "ListSecretsRequest";
|
|
73
|
+
const _LSRi = "ListSecretsResponse";
|
|
74
|
+
const _LSVI = "ListSecretVersionIds";
|
|
75
|
+
const _LSVIR = "ListSecretVersionIdsRequest";
|
|
76
|
+
const _LSVIRi = "ListSecretVersionIdsResponse";
|
|
77
|
+
const _M = "Message";
|
|
78
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
79
|
+
const _MR = "MaxResults";
|
|
80
|
+
const _MTVI = "MoveToVersionId";
|
|
81
|
+
const _N = "Name";
|
|
82
|
+
const _NRD = "NextRotationDate";
|
|
83
|
+
const _NT = "NextToken";
|
|
84
|
+
const _OS = "OwningService";
|
|
85
|
+
const _PL = "PasswordLength";
|
|
86
|
+
const _PNME = "PreconditionNotMetException";
|
|
87
|
+
const _PPE = "PublicPolicyException";
|
|
88
|
+
const _PR = "PrimaryRegion";
|
|
89
|
+
const _PRP = "PutResourcePolicy";
|
|
90
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
91
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
92
|
+
const _PSV = "PutSecretValue";
|
|
93
|
+
const _PSVR = "PutSecretValueRequest";
|
|
94
|
+
const _PSVRu = "PutSecretValueResponse";
|
|
95
|
+
const _PVP = "PolicyValidationPassed";
|
|
96
|
+
const _R = "Region";
|
|
97
|
+
const _RE = "RotationEnabled";
|
|
98
|
+
const _REE = "ResourceExistsException";
|
|
99
|
+
const _REIT = "RequireEachIncludedType";
|
|
100
|
+
const _RFVI = "RemoveFromVersionId";
|
|
101
|
+
const _RI = "RotateImmediately";
|
|
102
|
+
const _RLARN = "RotationLambdaARN";
|
|
103
|
+
const _RNFE = "ResourceNotFoundException";
|
|
104
|
+
const _RP = "RandomPassword";
|
|
105
|
+
const _RPT = "RandomPasswordType";
|
|
106
|
+
const _RPe = "ResourcePolicy";
|
|
107
|
+
const _RR = "RotationRules";
|
|
108
|
+
const _RRFR = "RemoveRegionsFromReplication";
|
|
109
|
+
const _RRFRR = "RemoveRegionsFromReplicationRequest";
|
|
110
|
+
const _RRFRRe = "RemoveRegionsFromReplicationResponse";
|
|
111
|
+
const _RRR = "RemoveReplicaRegions";
|
|
112
|
+
const _RRT = "ReplicaRegionType";
|
|
113
|
+
const _RRTo = "RotationRulesType";
|
|
114
|
+
const _RS = "ReplicationStatus";
|
|
115
|
+
const _RSLT = "ReplicationStatusListType";
|
|
116
|
+
const _RSR = "RestoreSecretRequest";
|
|
117
|
+
const _RSRe = "RestoreSecretResponse";
|
|
118
|
+
const _RSRo = "RotateSecretRequest";
|
|
119
|
+
const _RSRot = "RotateSecretResponse";
|
|
120
|
+
const _RST = "ReplicationStatusType";
|
|
121
|
+
const _RSTR = "ReplicateSecretToRegions";
|
|
122
|
+
const _RSTRR = "ReplicateSecretToRegionsRequest";
|
|
123
|
+
const _RSTRRe = "ReplicateSecretToRegionsResponse";
|
|
124
|
+
const _RSe = "RestoreSecret";
|
|
125
|
+
const _RSo = "RotateSecret";
|
|
126
|
+
const _RT = "RotationToken";
|
|
127
|
+
const _RTT = "RotationTokenType";
|
|
128
|
+
const _RWID = "RecoveryWindowInDays";
|
|
129
|
+
const _S = "Status";
|
|
130
|
+
const _SB = "SecretBinary";
|
|
131
|
+
const _SBT = "SecretBinaryType";
|
|
132
|
+
const _SE = "ScheduleExpression";
|
|
133
|
+
const _SI = "SecretId";
|
|
134
|
+
const _SIL = "SecretIdList";
|
|
135
|
+
const _SL = "SecretList";
|
|
136
|
+
const _SLE = "SecretListEntry";
|
|
137
|
+
const _SLT = "SecretListType";
|
|
138
|
+
const _SM = "StatusMessage";
|
|
139
|
+
const _SO = "SortOrder";
|
|
140
|
+
const _SRTR = "StopReplicationToReplica";
|
|
141
|
+
const _SRTRR = "StopReplicationToReplicaRequest";
|
|
142
|
+
const _SRTRRt = "StopReplicationToReplicaResponse";
|
|
143
|
+
const _SS = "SecretString";
|
|
144
|
+
const _SST = "SecretStringType";
|
|
145
|
+
const _SV = "SecretValues";
|
|
146
|
+
const _SVE = "SecretValueEntry";
|
|
147
|
+
const _SVLE = "SecretVersionsListEntry";
|
|
148
|
+
const _SVLT = "SecretVersionsListType";
|
|
149
|
+
const _SVT = "SecretValuesType";
|
|
150
|
+
const _SVTS = "SecretVersionsToStages";
|
|
151
|
+
const _SVTSMT = "SecretVersionsToStagesMapType";
|
|
152
|
+
const _T = "Tags";
|
|
153
|
+
const _TK = "TagKeys";
|
|
154
|
+
const _TLT = "TagListType";
|
|
155
|
+
const _TR = "TagResource";
|
|
156
|
+
const _TRR = "TagResourceRequest";
|
|
157
|
+
const _Ta = "Tag";
|
|
158
|
+
const _UR = "UntagResource";
|
|
159
|
+
const _URR = "UntagResourceRequest";
|
|
160
|
+
const _US = "UpdateSecret";
|
|
161
|
+
const _USR = "UpdateSecretRequest";
|
|
162
|
+
const _USRp = "UpdateSecretResponse";
|
|
163
|
+
const _USVS = "UpdateSecretVersionStage";
|
|
164
|
+
const _USVSR = "UpdateSecretVersionStageRequest";
|
|
165
|
+
const _USVSRp = "UpdateSecretVersionStageResponse";
|
|
166
|
+
const _V = "Values";
|
|
167
|
+
const _VE = "ValidationErrors";
|
|
168
|
+
const _VEE = "ValidationErrorsEntry";
|
|
169
|
+
const _VET = "ValidationErrorsType";
|
|
170
|
+
const _VI = "VersionId";
|
|
171
|
+
const _VITS = "VersionIdsToStages";
|
|
172
|
+
const _VRP = "ValidateResourcePolicy";
|
|
173
|
+
const _VRPR = "ValidateResourcePolicyRequest";
|
|
174
|
+
const _VRPRa = "ValidateResourcePolicyResponse";
|
|
175
|
+
const _VS = "VersionStage";
|
|
176
|
+
const _VSe = "VersionStages";
|
|
177
|
+
const _Va = "Value";
|
|
178
|
+
const _Ve = "Versions";
|
|
179
|
+
const _c = "client";
|
|
180
|
+
const _e = "error";
|
|
181
|
+
const _s = "server";
|
|
182
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.secretsmanager";
|
|
183
|
+
const n0 = "com.amazonaws.secretsmanager";
|
|
184
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
|
+
import { DecryptionFailure as __DecryptionFailure, EncryptionFailure as __EncryptionFailure, InternalServiceError as __InternalServiceError, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, PreconditionNotMetException as __PreconditionNotMetException, PublicPolicyException as __PublicPolicyException, ResourceExistsException as __ResourceExistsException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
|
|
186
|
+
import { SecretsManagerServiceException as __SecretsManagerServiceException } from "../models/SecretsManagerServiceException";
|
|
187
|
+
export var RandomPasswordType = [0, n0, _RPT, 8, 0];
|
|
188
|
+
export var RotationTokenType = [0, n0, _RTT, 8, 0];
|
|
189
|
+
export var SecretBinaryType = [0, n0, _SBT, 8, 21];
|
|
190
|
+
export var SecretStringType = [0, n0, _SST, 8, 0];
|
|
191
|
+
export var APIErrorType = [3, n0, _APIET, 0, [_SI, _EC, _M], [0, 0, 0]];
|
|
192
|
+
export var BatchGetSecretValueRequest = [
|
|
193
|
+
3,
|
|
194
|
+
n0,
|
|
195
|
+
_BGSVR,
|
|
196
|
+
0,
|
|
197
|
+
[_SIL, _F, _MR, _NT],
|
|
198
|
+
[64 | 0, () => FiltersListType, 1, 0],
|
|
199
|
+
];
|
|
200
|
+
export var BatchGetSecretValueResponse = [
|
|
201
|
+
3,
|
|
202
|
+
n0,
|
|
203
|
+
_BGSVRa,
|
|
204
|
+
0,
|
|
205
|
+
[_SV, _NT, _E],
|
|
206
|
+
[[() => SecretValuesType, 0], 0, () => APIErrorListType],
|
|
207
|
+
];
|
|
208
|
+
export var CancelRotateSecretRequest = [3, n0, _CRSR, 0, [_SI], [0]];
|
|
209
|
+
export var CancelRotateSecretResponse = [3, n0, _CRSRa, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
210
|
+
export var CreateSecretRequest = [
|
|
211
|
+
3,
|
|
212
|
+
n0,
|
|
213
|
+
_CSR,
|
|
214
|
+
0,
|
|
215
|
+
[_N, _CRT, _D, _KKI, _SB, _SS, _T, _ARR, _FORS],
|
|
216
|
+
[
|
|
217
|
+
0,
|
|
218
|
+
[0, 4],
|
|
219
|
+
0,
|
|
220
|
+
0,
|
|
221
|
+
[() => SecretBinaryType, 0],
|
|
222
|
+
[() => SecretStringType, 0],
|
|
223
|
+
() => TagListType,
|
|
224
|
+
() => AddReplicaRegionListType,
|
|
225
|
+
2,
|
|
226
|
+
],
|
|
227
|
+
];
|
|
228
|
+
export var CreateSecretResponse = [
|
|
229
|
+
3,
|
|
230
|
+
n0,
|
|
231
|
+
_CSRr,
|
|
232
|
+
0,
|
|
233
|
+
[_ARN, _N, _VI, _RS],
|
|
234
|
+
[0, 0, 0, () => ReplicationStatusListType],
|
|
235
|
+
];
|
|
236
|
+
export var DecryptionFailure = [
|
|
237
|
+
-3,
|
|
238
|
+
n0,
|
|
239
|
+
_DF,
|
|
240
|
+
{
|
|
241
|
+
[_e]: _c,
|
|
242
|
+
},
|
|
243
|
+
[_M],
|
|
244
|
+
[0],
|
|
245
|
+
];
|
|
246
|
+
TypeRegistry.for(n0).registerError(DecryptionFailure, __DecryptionFailure);
|
|
247
|
+
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_SI], [0]];
|
|
248
|
+
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [_ARN, _N], [0, 0]];
|
|
249
|
+
export var DeleteSecretRequest = [3, n0, _DSR, 0, [_SI, _RWID, _FDWR], [0, 1, 2]];
|
|
250
|
+
export var DeleteSecretResponse = [3, n0, _DSRe, 0, [_ARN, _N, _DD], [0, 0, 4]];
|
|
251
|
+
export var DescribeSecretRequest = [3, n0, _DSRes, 0, [_SI], [0]];
|
|
252
|
+
export var DescribeSecretResponse = [
|
|
253
|
+
3,
|
|
254
|
+
n0,
|
|
255
|
+
_DSResc,
|
|
256
|
+
0,
|
|
257
|
+
[_ARN, _N, _D, _KKI, _RE, _RLARN, _RR, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _VITS, _OS, _CD, _PR, _RS],
|
|
258
|
+
[
|
|
259
|
+
0,
|
|
260
|
+
0,
|
|
261
|
+
0,
|
|
262
|
+
0,
|
|
263
|
+
2,
|
|
264
|
+
0,
|
|
265
|
+
() => RotationRulesType,
|
|
266
|
+
4,
|
|
267
|
+
4,
|
|
268
|
+
4,
|
|
269
|
+
4,
|
|
270
|
+
4,
|
|
271
|
+
() => TagListType,
|
|
272
|
+
[2, n0, _SVTSMT, 0, 0, 64 | 0],
|
|
273
|
+
0,
|
|
274
|
+
4,
|
|
275
|
+
0,
|
|
276
|
+
() => ReplicationStatusListType,
|
|
277
|
+
],
|
|
278
|
+
];
|
|
279
|
+
export var EncryptionFailure = [
|
|
280
|
+
-3,
|
|
281
|
+
n0,
|
|
282
|
+
_EF,
|
|
283
|
+
{
|
|
284
|
+
[_e]: _c,
|
|
285
|
+
},
|
|
286
|
+
[_M],
|
|
287
|
+
[0],
|
|
288
|
+
];
|
|
289
|
+
TypeRegistry.for(n0).registerError(EncryptionFailure, __EncryptionFailure);
|
|
290
|
+
export var Filter = [3, n0, _Fi, 0, [_K, _V], [0, 64 | 0]];
|
|
291
|
+
export var GetRandomPasswordRequest = [
|
|
292
|
+
3,
|
|
293
|
+
n0,
|
|
294
|
+
_GRPR,
|
|
295
|
+
0,
|
|
296
|
+
[_PL, _ECx, _EN, _EP, _EU, _EL, _IS, _REIT],
|
|
297
|
+
[1, 0, 2, 2, 2, 2, 2, 2],
|
|
298
|
+
];
|
|
299
|
+
export var GetRandomPasswordResponse = [
|
|
300
|
+
3,
|
|
301
|
+
n0,
|
|
302
|
+
_GRPRe,
|
|
303
|
+
0,
|
|
304
|
+
[_RP],
|
|
305
|
+
[[() => RandomPasswordType, 0]],
|
|
306
|
+
];
|
|
307
|
+
export var GetResourcePolicyRequest = [3, n0, _GRPRet, 0, [_SI], [0]];
|
|
308
|
+
export var GetResourcePolicyResponse = [3, n0, _GRPRete, 0, [_ARN, _N, _RPe], [0, 0, 0]];
|
|
309
|
+
export var GetSecretValueRequest = [3, n0, _GSVR, 0, [_SI, _VI, _VS], [0, 0, 0]];
|
|
310
|
+
export var GetSecretValueResponse = [
|
|
311
|
+
3,
|
|
312
|
+
n0,
|
|
313
|
+
_GSVRe,
|
|
314
|
+
0,
|
|
315
|
+
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
316
|
+
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4],
|
|
317
|
+
];
|
|
318
|
+
export var InternalServiceError = [
|
|
319
|
+
-3,
|
|
320
|
+
n0,
|
|
321
|
+
_ISE,
|
|
322
|
+
{
|
|
323
|
+
[_e]: _s,
|
|
324
|
+
},
|
|
325
|
+
[_M],
|
|
326
|
+
[0],
|
|
327
|
+
];
|
|
328
|
+
TypeRegistry.for(n0).registerError(InternalServiceError, __InternalServiceError);
|
|
329
|
+
export var InvalidNextTokenException = [
|
|
330
|
+
-3,
|
|
331
|
+
n0,
|
|
332
|
+
_INTE,
|
|
333
|
+
{
|
|
334
|
+
[_e]: _c,
|
|
335
|
+
},
|
|
336
|
+
[_M],
|
|
337
|
+
[0],
|
|
338
|
+
];
|
|
339
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
340
|
+
export var InvalidParameterException = [
|
|
341
|
+
-3,
|
|
342
|
+
n0,
|
|
343
|
+
_IPE,
|
|
344
|
+
{
|
|
345
|
+
[_e]: _c,
|
|
346
|
+
},
|
|
347
|
+
[_M],
|
|
348
|
+
[0],
|
|
349
|
+
];
|
|
350
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
351
|
+
export var InvalidRequestException = [
|
|
352
|
+
-3,
|
|
353
|
+
n0,
|
|
354
|
+
_IRE,
|
|
355
|
+
{
|
|
356
|
+
[_e]: _c,
|
|
357
|
+
},
|
|
358
|
+
[_M],
|
|
359
|
+
[0],
|
|
360
|
+
];
|
|
361
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
362
|
+
export var LimitExceededException = [
|
|
363
|
+
-3,
|
|
364
|
+
n0,
|
|
365
|
+
_LEE,
|
|
366
|
+
{
|
|
367
|
+
[_e]: _c,
|
|
368
|
+
},
|
|
369
|
+
[_M],
|
|
370
|
+
[0],
|
|
371
|
+
];
|
|
372
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
373
|
+
export var ListSecretsRequest = [
|
|
374
|
+
3,
|
|
375
|
+
n0,
|
|
376
|
+
_LSR,
|
|
377
|
+
0,
|
|
378
|
+
[_IPD, _MR, _NT, _F, _SO],
|
|
379
|
+
[2, 1, 0, () => FiltersListType, 0],
|
|
380
|
+
];
|
|
381
|
+
export var ListSecretsResponse = [3, n0, _LSRi, 0, [_SL, _NT], [() => SecretListType, 0]];
|
|
382
|
+
export var ListSecretVersionIdsRequest = [3, n0, _LSVIR, 0, [_SI, _MR, _NT, _ID], [0, 1, 0, 2]];
|
|
383
|
+
export var ListSecretVersionIdsResponse = [
|
|
384
|
+
3,
|
|
385
|
+
n0,
|
|
386
|
+
_LSVIRi,
|
|
387
|
+
0,
|
|
388
|
+
[_Ve, _NT, _ARN, _N],
|
|
389
|
+
[() => SecretVersionsListType, 0, 0, 0],
|
|
390
|
+
];
|
|
391
|
+
export var MalformedPolicyDocumentException = [
|
|
392
|
+
-3,
|
|
393
|
+
n0,
|
|
394
|
+
_MPDE,
|
|
395
|
+
{
|
|
396
|
+
[_e]: _c,
|
|
397
|
+
},
|
|
398
|
+
[_M],
|
|
399
|
+
[0],
|
|
400
|
+
];
|
|
401
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
|
|
402
|
+
export var PreconditionNotMetException = [
|
|
403
|
+
-3,
|
|
404
|
+
n0,
|
|
405
|
+
_PNME,
|
|
406
|
+
{
|
|
407
|
+
[_e]: _c,
|
|
408
|
+
},
|
|
409
|
+
[_M],
|
|
410
|
+
[0],
|
|
411
|
+
];
|
|
412
|
+
TypeRegistry.for(n0).registerError(PreconditionNotMetException, __PreconditionNotMetException);
|
|
413
|
+
export var PublicPolicyException = [
|
|
414
|
+
-3,
|
|
415
|
+
n0,
|
|
416
|
+
_PPE,
|
|
417
|
+
{
|
|
418
|
+
[_e]: _c,
|
|
419
|
+
},
|
|
420
|
+
[_M],
|
|
421
|
+
[0],
|
|
422
|
+
];
|
|
423
|
+
TypeRegistry.for(n0).registerError(PublicPolicyException, __PublicPolicyException);
|
|
424
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_SI, _RPe, _BPP], [0, 0, 2]];
|
|
425
|
+
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_ARN, _N], [0, 0]];
|
|
426
|
+
export var PutSecretValueRequest = [
|
|
427
|
+
3,
|
|
428
|
+
n0,
|
|
429
|
+
_PSVR,
|
|
430
|
+
0,
|
|
431
|
+
[_SI, _CRT, _SB, _SS, _VSe, _RT],
|
|
432
|
+
[0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]],
|
|
433
|
+
];
|
|
434
|
+
export var PutSecretValueResponse = [3, n0, _PSVRu, 0, [_ARN, _N, _VI, _VSe], [0, 0, 0, 64 | 0]];
|
|
435
|
+
export var RemoveRegionsFromReplicationRequest = [3, n0, _RRFRR, 0, [_SI, _RRR], [0, 64 | 0]];
|
|
436
|
+
export var RemoveRegionsFromReplicationResponse = [
|
|
437
|
+
3,
|
|
438
|
+
n0,
|
|
439
|
+
_RRFRRe,
|
|
440
|
+
0,
|
|
441
|
+
[_ARN, _RS],
|
|
442
|
+
[0, () => ReplicationStatusListType],
|
|
443
|
+
];
|
|
444
|
+
export var ReplicaRegionType = [3, n0, _RRT, 0, [_R, _KKI], [0, 0]];
|
|
445
|
+
export var ReplicateSecretToRegionsRequest = [
|
|
446
|
+
3,
|
|
447
|
+
n0,
|
|
448
|
+
_RSTRR,
|
|
449
|
+
0,
|
|
450
|
+
[_SI, _ARR, _FORS],
|
|
451
|
+
[0, () => AddReplicaRegionListType, 2],
|
|
452
|
+
];
|
|
453
|
+
export var ReplicateSecretToRegionsResponse = [
|
|
454
|
+
3,
|
|
455
|
+
n0,
|
|
456
|
+
_RSTRRe,
|
|
457
|
+
0,
|
|
458
|
+
[_ARN, _RS],
|
|
459
|
+
[0, () => ReplicationStatusListType],
|
|
460
|
+
];
|
|
461
|
+
export var ReplicationStatusType = [3, n0, _RST, 0, [_R, _KKI, _S, _SM, _LAD], [0, 0, 0, 0, 4]];
|
|
462
|
+
export var ResourceExistsException = [
|
|
463
|
+
-3,
|
|
464
|
+
n0,
|
|
465
|
+
_REE,
|
|
466
|
+
{
|
|
467
|
+
[_e]: _c,
|
|
468
|
+
},
|
|
469
|
+
[_M],
|
|
470
|
+
[0],
|
|
471
|
+
];
|
|
472
|
+
TypeRegistry.for(n0).registerError(ResourceExistsException, __ResourceExistsException);
|
|
473
|
+
export var ResourceNotFoundException = [
|
|
474
|
+
-3,
|
|
475
|
+
n0,
|
|
476
|
+
_RNFE,
|
|
477
|
+
{
|
|
478
|
+
[_e]: _c,
|
|
479
|
+
},
|
|
480
|
+
[_M],
|
|
481
|
+
[0],
|
|
482
|
+
];
|
|
483
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
484
|
+
export var RestoreSecretRequest = [3, n0, _RSR, 0, [_SI], [0]];
|
|
485
|
+
export var RestoreSecretResponse = [3, n0, _RSRe, 0, [_ARN, _N], [0, 0]];
|
|
486
|
+
export var RotateSecretRequest = [
|
|
487
|
+
3,
|
|
488
|
+
n0,
|
|
489
|
+
_RSRo,
|
|
490
|
+
0,
|
|
491
|
+
[_SI, _CRT, _RLARN, _RR, _RI],
|
|
492
|
+
[0, [0, 4], 0, () => RotationRulesType, 2],
|
|
493
|
+
];
|
|
494
|
+
export var RotateSecretResponse = [3, n0, _RSRot, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
495
|
+
export var RotationRulesType = [3, n0, _RRTo, 0, [_AAD, _Du, _SE], [1, 0, 0]];
|
|
496
|
+
export var SecretListEntry = [
|
|
497
|
+
3,
|
|
498
|
+
n0,
|
|
499
|
+
_SLE,
|
|
500
|
+
0,
|
|
501
|
+
[_ARN, _N, _D, _KKI, _RE, _RLARN, _RR, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _SVTS, _OS, _CD, _PR],
|
|
502
|
+
[
|
|
503
|
+
0,
|
|
504
|
+
0,
|
|
505
|
+
0,
|
|
506
|
+
0,
|
|
507
|
+
2,
|
|
508
|
+
0,
|
|
509
|
+
() => RotationRulesType,
|
|
510
|
+
4,
|
|
511
|
+
4,
|
|
512
|
+
4,
|
|
513
|
+
4,
|
|
514
|
+
4,
|
|
515
|
+
() => TagListType,
|
|
516
|
+
[2, n0, _SVTSMT, 0, 0, 64 | 0],
|
|
517
|
+
0,
|
|
518
|
+
4,
|
|
519
|
+
0,
|
|
520
|
+
],
|
|
521
|
+
];
|
|
522
|
+
export var SecretValueEntry = [
|
|
523
|
+
3,
|
|
524
|
+
n0,
|
|
525
|
+
_SVE,
|
|
526
|
+
0,
|
|
527
|
+
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
528
|
+
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4],
|
|
529
|
+
];
|
|
530
|
+
export var SecretVersionsListEntry = [
|
|
531
|
+
3,
|
|
532
|
+
n0,
|
|
533
|
+
_SVLE,
|
|
534
|
+
0,
|
|
535
|
+
[_VI, _VSe, _LAD, _CD, _KKIm],
|
|
536
|
+
[0, 64 | 0, 4, 4, 64 | 0],
|
|
537
|
+
];
|
|
538
|
+
export var StopReplicationToReplicaRequest = [3, n0, _SRTRR, 0, [_SI], [0]];
|
|
539
|
+
export var StopReplicationToReplicaResponse = [3, n0, _SRTRRt, 0, [_ARN], [0]];
|
|
540
|
+
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
541
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_SI, _T], [0, () => TagListType]];
|
|
542
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_SI, _TK], [0, 64 | 0]];
|
|
543
|
+
export var UpdateSecretRequest = [
|
|
544
|
+
3,
|
|
545
|
+
n0,
|
|
546
|
+
_USR,
|
|
547
|
+
0,
|
|
548
|
+
[_SI, _CRT, _D, _KKI, _SB, _SS],
|
|
549
|
+
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0]],
|
|
550
|
+
];
|
|
551
|
+
export var UpdateSecretResponse = [3, n0, _USRp, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
552
|
+
export var UpdateSecretVersionStageRequest = [
|
|
553
|
+
3,
|
|
554
|
+
n0,
|
|
555
|
+
_USVSR,
|
|
556
|
+
0,
|
|
557
|
+
[_SI, _VS, _RFVI, _MTVI],
|
|
558
|
+
[0, 0, 0, 0],
|
|
559
|
+
];
|
|
560
|
+
export var UpdateSecretVersionStageResponse = [3, n0, _USVSRp, 0, [_ARN, _N], [0, 0]];
|
|
561
|
+
export var ValidateResourcePolicyRequest = [3, n0, _VRPR, 0, [_SI, _RPe], [0, 0]];
|
|
562
|
+
export var ValidateResourcePolicyResponse = [
|
|
563
|
+
3,
|
|
564
|
+
n0,
|
|
565
|
+
_VRPRa,
|
|
566
|
+
0,
|
|
567
|
+
[_PVP, _VE],
|
|
568
|
+
[2, () => ValidationErrorsType],
|
|
569
|
+
];
|
|
570
|
+
export var ValidationErrorsEntry = [3, n0, _VEE, 0, [_CN, _EM], [0, 0]];
|
|
571
|
+
export var __Unit = "unit";
|
|
572
|
+
export var SecretsManagerServiceException = [-3, _sm, "SecretsManagerServiceException", 0, [], []];
|
|
573
|
+
TypeRegistry.for(_sm).registerError(SecretsManagerServiceException, __SecretsManagerServiceException);
|
|
574
|
+
export var AddReplicaRegionListType = [1, n0, _ARRLT, 0, () => ReplicaRegionType];
|
|
575
|
+
export var APIErrorListType = [1, n0, _APIELT, 0, () => APIErrorType];
|
|
576
|
+
export var FiltersListType = [1, n0, _FLT, 0, () => Filter];
|
|
577
|
+
export var FilterValuesStringList = 64 | 0;
|
|
578
|
+
export var KmsKeyIdListType = 64 | 0;
|
|
579
|
+
export var RemoveReplicaRegionListType = 64 | 0;
|
|
580
|
+
export var ReplicationStatusListType = [1, n0, _RSLT, 0, () => ReplicationStatusType];
|
|
581
|
+
export var SecretIdListType = 64 | 0;
|
|
582
|
+
export var SecretListType = [1, n0, _SLT, 0, () => SecretListEntry];
|
|
583
|
+
export var SecretValuesType = [1, n0, _SVT, 0, [() => SecretValueEntry, 0]];
|
|
584
|
+
export var SecretVersionsListType = [1, n0, _SVLT, 0, () => SecretVersionsListEntry];
|
|
585
|
+
export var SecretVersionStagesType = 64 | 0;
|
|
586
|
+
export var TagKeyListType = 64 | 0;
|
|
587
|
+
export var TagListType = [1, n0, _TLT, 0, () => Tag];
|
|
588
|
+
export var ValidationErrorsType = [1, n0, _VET, 0, () => ValidationErrorsEntry];
|
|
589
|
+
export var SecretVersionsToStagesMapType = [2, n0, _SVTSMT, 0, 0, 64 | 0];
|
|
590
|
+
export var BatchGetSecretValue = [
|
|
591
|
+
9,
|
|
592
|
+
n0,
|
|
593
|
+
_BGSV,
|
|
594
|
+
0,
|
|
595
|
+
() => BatchGetSecretValueRequest,
|
|
596
|
+
() => BatchGetSecretValueResponse,
|
|
597
|
+
];
|
|
598
|
+
export var CancelRotateSecret = [
|
|
599
|
+
9,
|
|
600
|
+
n0,
|
|
601
|
+
_CRS,
|
|
602
|
+
0,
|
|
603
|
+
() => CancelRotateSecretRequest,
|
|
604
|
+
() => CancelRotateSecretResponse,
|
|
605
|
+
];
|
|
606
|
+
export var CreateSecret = [9, n0, _CS, 0, () => CreateSecretRequest, () => CreateSecretResponse];
|
|
607
|
+
export var DeleteResourcePolicy = [
|
|
608
|
+
9,
|
|
609
|
+
n0,
|
|
610
|
+
_DRP,
|
|
611
|
+
0,
|
|
612
|
+
() => DeleteResourcePolicyRequest,
|
|
613
|
+
() => DeleteResourcePolicyResponse,
|
|
614
|
+
];
|
|
615
|
+
export var DeleteSecret = [9, n0, _DS, 0, () => DeleteSecretRequest, () => DeleteSecretResponse];
|
|
616
|
+
export var DescribeSecret = [
|
|
617
|
+
9,
|
|
618
|
+
n0,
|
|
619
|
+
_DSe,
|
|
620
|
+
0,
|
|
621
|
+
() => DescribeSecretRequest,
|
|
622
|
+
() => DescribeSecretResponse,
|
|
623
|
+
];
|
|
624
|
+
export var GetRandomPassword = [
|
|
625
|
+
9,
|
|
626
|
+
n0,
|
|
627
|
+
_GRP,
|
|
628
|
+
0,
|
|
629
|
+
() => GetRandomPasswordRequest,
|
|
630
|
+
() => GetRandomPasswordResponse,
|
|
631
|
+
];
|
|
632
|
+
export var GetResourcePolicy = [
|
|
633
|
+
9,
|
|
634
|
+
n0,
|
|
635
|
+
_GRPe,
|
|
636
|
+
0,
|
|
637
|
+
() => GetResourcePolicyRequest,
|
|
638
|
+
() => GetResourcePolicyResponse,
|
|
639
|
+
];
|
|
640
|
+
export var GetSecretValue = [
|
|
641
|
+
9,
|
|
642
|
+
n0,
|
|
643
|
+
_GSV,
|
|
644
|
+
0,
|
|
645
|
+
() => GetSecretValueRequest,
|
|
646
|
+
() => GetSecretValueResponse,
|
|
647
|
+
];
|
|
648
|
+
export var ListSecrets = [9, n0, _LS, 0, () => ListSecretsRequest, () => ListSecretsResponse];
|
|
649
|
+
export var ListSecretVersionIds = [
|
|
650
|
+
9,
|
|
651
|
+
n0,
|
|
652
|
+
_LSVI,
|
|
653
|
+
0,
|
|
654
|
+
() => ListSecretVersionIdsRequest,
|
|
655
|
+
() => ListSecretVersionIdsResponse,
|
|
656
|
+
];
|
|
657
|
+
export var PutResourcePolicy = [
|
|
658
|
+
9,
|
|
659
|
+
n0,
|
|
660
|
+
_PRP,
|
|
661
|
+
0,
|
|
662
|
+
() => PutResourcePolicyRequest,
|
|
663
|
+
() => PutResourcePolicyResponse,
|
|
664
|
+
];
|
|
665
|
+
export var PutSecretValue = [
|
|
666
|
+
9,
|
|
667
|
+
n0,
|
|
668
|
+
_PSV,
|
|
669
|
+
0,
|
|
670
|
+
() => PutSecretValueRequest,
|
|
671
|
+
() => PutSecretValueResponse,
|
|
672
|
+
];
|
|
673
|
+
export var RemoveRegionsFromReplication = [
|
|
674
|
+
9,
|
|
675
|
+
n0,
|
|
676
|
+
_RRFR,
|
|
677
|
+
0,
|
|
678
|
+
() => RemoveRegionsFromReplicationRequest,
|
|
679
|
+
() => RemoveRegionsFromReplicationResponse,
|
|
680
|
+
];
|
|
681
|
+
export var ReplicateSecretToRegions = [
|
|
682
|
+
9,
|
|
683
|
+
n0,
|
|
684
|
+
_RSTR,
|
|
685
|
+
0,
|
|
686
|
+
() => ReplicateSecretToRegionsRequest,
|
|
687
|
+
() => ReplicateSecretToRegionsResponse,
|
|
688
|
+
];
|
|
689
|
+
export var RestoreSecret = [
|
|
690
|
+
9,
|
|
691
|
+
n0,
|
|
692
|
+
_RSe,
|
|
693
|
+
0,
|
|
694
|
+
() => RestoreSecretRequest,
|
|
695
|
+
() => RestoreSecretResponse,
|
|
696
|
+
];
|
|
697
|
+
export var RotateSecret = [
|
|
698
|
+
9,
|
|
699
|
+
n0,
|
|
700
|
+
_RSo,
|
|
701
|
+
0,
|
|
702
|
+
() => RotateSecretRequest,
|
|
703
|
+
() => RotateSecretResponse,
|
|
704
|
+
];
|
|
705
|
+
export var StopReplicationToReplica = [
|
|
706
|
+
9,
|
|
707
|
+
n0,
|
|
708
|
+
_SRTR,
|
|
709
|
+
0,
|
|
710
|
+
() => StopReplicationToReplicaRequest,
|
|
711
|
+
() => StopReplicationToReplicaResponse,
|
|
712
|
+
];
|
|
713
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
714
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
715
|
+
export var UpdateSecret = [9, n0, _US, 0, () => UpdateSecretRequest, () => UpdateSecretResponse];
|
|
716
|
+
export var UpdateSecretVersionStage = [
|
|
717
|
+
9,
|
|
718
|
+
n0,
|
|
719
|
+
_USVS,
|
|
720
|
+
0,
|
|
721
|
+
() => UpdateSecretVersionStageRequest,
|
|
722
|
+
() => UpdateSecretVersionStageResponse,
|
|
723
|
+
];
|
|
724
|
+
export var ValidateResourcePolicy = [
|
|
725
|
+
9,
|
|
726
|
+
n0,
|
|
727
|
+
_VRP,
|
|
728
|
+
0,
|
|
729
|
+
() => ValidateResourcePolicyRequest,
|
|
730
|
+
() => ValidateResourcePolicyResponse,
|
|
731
|
+
];
|