@jjrawlins/cdk-ami-builder 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +3726 -3105
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeClustersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ExecuteCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/GetTaskProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAccountSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListClustersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListContainerInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StartTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServiceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +0 -9
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3541 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +446 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +5 -6
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1971 -2615
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +0 -80
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1728 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +0 -68
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +229 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +0 -49
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
- package/node_modules/@aws-sdk/client-kms/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/package.json +9 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +808 -1068
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +731 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +112 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -6
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +2040 -2279
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/SFNClient.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeActivityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeMapRunCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListActivitiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListMapRunsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/RedriveExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskFailureCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskSuccessCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartSyncExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StopExecutionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TestStateCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateMapRunCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sfn/dist-es/models/models_0.js +0 -333
- package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +1867 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +0 -204
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +235 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/models/models_0.d.ts +0 -151
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
- package/node_modules/@aws-sdk/client-sfn/package.json +5 -6
- package/node_modules/@aws-sdk/client-sns/package.json +5 -5
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +1509 -1437
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +1384 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +125 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
- package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +8788 -8207
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -99
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -159
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -82
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +8146 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -80
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -140
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -60
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +957 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -58
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -93
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -45
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +964 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +5 -6
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +12 -12
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +0 -2596
- package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +0 -542
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
- package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
- package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
- package/node_modules/@aws-sdk/client-sfn/dist-es/protocols/Aws_json1_0.js +0 -1539
- package/node_modules/@aws-sdk/client-sfn/dist-types/protocols/Aws_json1_0.d.ts +0 -335
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
- package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +0 -1193
- package/node_modules/@aws-sdk/client-sqs/dist-types/protocols/Aws_json1_0.d.ts +0 -209
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6370
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
|
@@ -0,0 +1,1384 @@
|
|
|
1
|
+
const _A = "Actions";
|
|
2
|
+
const _AN = "ActionName";
|
|
3
|
+
const _ANOMM = "ApproximateNumberOfMessagesMoved";
|
|
4
|
+
const _ANOMTM = "ApproximateNumberOfMessagesToMove";
|
|
5
|
+
const _ANt = "AttributeNames";
|
|
6
|
+
const _ANtt = "AttributeName";
|
|
7
|
+
const _AP = "AddPermission";
|
|
8
|
+
const _APR = "AddPermissionRequest";
|
|
9
|
+
const _AWSAI = "AWSAccountIds";
|
|
10
|
+
const _AWSAIc = "AWSAccountId";
|
|
11
|
+
const _At = "Attributes";
|
|
12
|
+
const _Att = "Attribute";
|
|
13
|
+
const _B = "Body";
|
|
14
|
+
const _BEIND = "BatchEntryIdsNotDistinct";
|
|
15
|
+
const _BL = "BinaryList";
|
|
16
|
+
const _BLV = "BinaryListValues";
|
|
17
|
+
const _BLVi = "BinaryListValue";
|
|
18
|
+
const _BREE = "BatchResultErrorEntry";
|
|
19
|
+
const _BREEL = "BatchResultErrorEntryList";
|
|
20
|
+
const _BRTL = "BatchRequestTooLong";
|
|
21
|
+
const _BV = "BinaryValue";
|
|
22
|
+
const _C = "Code";
|
|
23
|
+
const _CMMT = "CancelMessageMoveTask";
|
|
24
|
+
const _CMMTR = "CancelMessageMoveTaskRequest";
|
|
25
|
+
const _CMMTRa = "CancelMessageMoveTaskResult";
|
|
26
|
+
const _CMV = "ChangeMessageVisibility";
|
|
27
|
+
const _CMVB = "ChangeMessageVisibilityBatch";
|
|
28
|
+
const _CMVBR = "ChangeMessageVisibilityBatchRequest";
|
|
29
|
+
const _CMVBRE = "ChangeMessageVisibilityBatchRequestEntry";
|
|
30
|
+
const _CMVBREL = "ChangeMessageVisibilityBatchRequestEntryList";
|
|
31
|
+
const _CMVBRELh = "ChangeMessageVisibilityBatchResultEntryList";
|
|
32
|
+
const _CMVBREh = "ChangeMessageVisibilityBatchResultEntry";
|
|
33
|
+
const _CMVBRh = "ChangeMessageVisibilityBatchResult";
|
|
34
|
+
const _CMVR = "ChangeMessageVisibilityRequest";
|
|
35
|
+
const _CQ = "CreateQueue";
|
|
36
|
+
const _CQR = "CreateQueueRequest";
|
|
37
|
+
const _CQRr = "CreateQueueResult";
|
|
38
|
+
const _DA = "DestinationArn";
|
|
39
|
+
const _DM = "DeleteMessage";
|
|
40
|
+
const _DMB = "DeleteMessageBatch";
|
|
41
|
+
const _DMBR = "DeleteMessageBatchRequest";
|
|
42
|
+
const _DMBRE = "DeleteMessageBatchRequestEntry";
|
|
43
|
+
const _DMBREL = "DeleteMessageBatchRequestEntryList";
|
|
44
|
+
const _DMBRELe = "DeleteMessageBatchResultEntryList";
|
|
45
|
+
const _DMBREe = "DeleteMessageBatchResultEntry";
|
|
46
|
+
const _DMBRe = "DeleteMessageBatchResult";
|
|
47
|
+
const _DMR = "DeleteMessageRequest";
|
|
48
|
+
const _DQ = "DeleteQueue";
|
|
49
|
+
const _DQR = "DeleteQueueRequest";
|
|
50
|
+
const _DS = "DelaySeconds";
|
|
51
|
+
const _DT = "DataType";
|
|
52
|
+
const _E = "Entries";
|
|
53
|
+
const _EBR = "EmptyBatchRequest";
|
|
54
|
+
const _F = "Failed";
|
|
55
|
+
const _FR = "FailureReason";
|
|
56
|
+
const _GQA = "GetQueueAttributes";
|
|
57
|
+
const _GQAR = "GetQueueAttributesRequest";
|
|
58
|
+
const _GQARe = "GetQueueAttributesResult";
|
|
59
|
+
const _GQU = "GetQueueUrl";
|
|
60
|
+
const _GQUR = "GetQueueUrlRequest";
|
|
61
|
+
const _GQURe = "GetQueueUrlResult";
|
|
62
|
+
const _I = "Id";
|
|
63
|
+
const _IA = "InvalidAddress";
|
|
64
|
+
const _IAN = "InvalidAttributeName";
|
|
65
|
+
const _IAV = "InvalidAttributeValue";
|
|
66
|
+
const _IBEI = "InvalidBatchEntryId";
|
|
67
|
+
const _IIF = "InvalidIdFormat";
|
|
68
|
+
const _IMC = "InvalidMessageContents";
|
|
69
|
+
const _IS = "InvalidSecurity";
|
|
70
|
+
const _K = "Key";
|
|
71
|
+
const _KAD = "KmsAccessDenied";
|
|
72
|
+
const _KD = "KmsDisabled";
|
|
73
|
+
const _KIKU = "KmsInvalidKeyUsage";
|
|
74
|
+
const _KIS = "KmsInvalidState";
|
|
75
|
+
const _KNF = "KmsNotFound";
|
|
76
|
+
const _KOIR = "KmsOptInRequired";
|
|
77
|
+
const _KT = "KmsThrottled";
|
|
78
|
+
const _L = "Label";
|
|
79
|
+
const _LDLSQ = "ListDeadLetterSourceQueues";
|
|
80
|
+
const _LDLSQR = "ListDeadLetterSourceQueuesRequest";
|
|
81
|
+
const _LDLSQRi = "ListDeadLetterSourceQueuesResult";
|
|
82
|
+
const _LMMT = "ListMessageMoveTasks";
|
|
83
|
+
const _LMMTR = "ListMessageMoveTasksRequest";
|
|
84
|
+
const _LMMTRE = "ListMessageMoveTasksResultEntry";
|
|
85
|
+
const _LMMTREL = "ListMessageMoveTasksResultEntryList";
|
|
86
|
+
const _LMMTRi = "ListMessageMoveTasksResult";
|
|
87
|
+
const _LQ = "ListQueues";
|
|
88
|
+
const _LQR = "ListQueuesRequest";
|
|
89
|
+
const _LQRi = "ListQueuesResult";
|
|
90
|
+
const _LQT = "ListQueueTags";
|
|
91
|
+
const _LQTR = "ListQueueTagsRequest";
|
|
92
|
+
const _LQTRi = "ListQueueTagsResult";
|
|
93
|
+
const _M = "Message";
|
|
94
|
+
const _MA = "MessageAttributes";
|
|
95
|
+
const _MAN = "MessageAttributeNames";
|
|
96
|
+
const _MANe = "MessageAttributeName";
|
|
97
|
+
const _MAV = "MessageAttributeValue";
|
|
98
|
+
const _MAe = "MessageAttribute";
|
|
99
|
+
const _MB = "MessageBody";
|
|
100
|
+
const _MBAM = "MessageBodyAttributeMap";
|
|
101
|
+
const _MBSAM = "MessageBodySystemAttributeMap";
|
|
102
|
+
const _MDI = "MessageDeduplicationId";
|
|
103
|
+
const _MDOB = "MD5OfBody";
|
|
104
|
+
const _MDOMA = "MD5OfMessageAttributes";
|
|
105
|
+
const _MDOMB = "MD5OfMessageBody";
|
|
106
|
+
const _MDOMSA = "MD5OfMessageSystemAttributes";
|
|
107
|
+
const _MGI = "MessageGroupId";
|
|
108
|
+
const _MI = "MessageId";
|
|
109
|
+
const _ML = "MessageList";
|
|
110
|
+
const _MNI = "MessageNotInflight";
|
|
111
|
+
const _MNOM = "MaxNumberOfMessages";
|
|
112
|
+
const _MNOMPS = "MaxNumberOfMessagesPerSecond";
|
|
113
|
+
const _MR = "MaxResults";
|
|
114
|
+
const _MSA = "MessageSystemAttributes";
|
|
115
|
+
const _MSAM = "MessageSystemAttributeMap";
|
|
116
|
+
const _MSAN = "MessageSystemAttributeNames";
|
|
117
|
+
const _MSAV = "MessageSystemAttributeValue";
|
|
118
|
+
const _MSAe = "MessageSystemAttribute";
|
|
119
|
+
const _Me = "Messages";
|
|
120
|
+
const _N = "Name";
|
|
121
|
+
const _NT = "NextToken";
|
|
122
|
+
const _OL = "OverLimit";
|
|
123
|
+
const _PQ = "PurgeQueue";
|
|
124
|
+
const _PQIP = "PurgeQueueInProgress";
|
|
125
|
+
const _PQR = "PurgeQueueRequest";
|
|
126
|
+
const _QAM = "QueueAttributeMap";
|
|
127
|
+
const _QDNE = "QueueDoesNotExist";
|
|
128
|
+
const _QDR = "QueueDeletedRecently";
|
|
129
|
+
const _QN = "QueueName";
|
|
130
|
+
const _QNE = "QueueNameExists";
|
|
131
|
+
const _QNP = "QueueNamePrefix";
|
|
132
|
+
const _QOAWSAI = "QueueOwnerAWSAccountId";
|
|
133
|
+
const _QU = "QueueUrl";
|
|
134
|
+
const _QUu = "QueueUrls";
|
|
135
|
+
const _R = "Results";
|
|
136
|
+
const _RH = "ReceiptHandle";
|
|
137
|
+
const _RHII = "ReceiptHandleIsInvalid";
|
|
138
|
+
const _RM = "ReceiveMessage";
|
|
139
|
+
const _RMR = "ReceiveMessageRequest";
|
|
140
|
+
const _RMRe = "ReceiveMessageResult";
|
|
141
|
+
const _RNFE = "ResourceNotFoundException";
|
|
142
|
+
const _RP = "RemovePermission";
|
|
143
|
+
const _RPR = "RemovePermissionRequest";
|
|
144
|
+
const _RRAI = "ReceiveRequestAttemptId";
|
|
145
|
+
const _RT = "RequestThrottled";
|
|
146
|
+
const _S = "Successful";
|
|
147
|
+
const _SA = "SourceArn";
|
|
148
|
+
const _SF = "SenderFault";
|
|
149
|
+
const _SL = "StringList";
|
|
150
|
+
const _SLV = "StringListValues";
|
|
151
|
+
const _SLVt = "StringListValue";
|
|
152
|
+
const _SM = "SendMessage";
|
|
153
|
+
const _SMB = "SendMessageBatch";
|
|
154
|
+
const _SMBR = "SendMessageBatchRequest";
|
|
155
|
+
const _SMBRE = "SendMessageBatchRequestEntry";
|
|
156
|
+
const _SMBREL = "SendMessageBatchRequestEntryList";
|
|
157
|
+
const _SMBRELe = "SendMessageBatchResultEntryList";
|
|
158
|
+
const _SMBREe = "SendMessageBatchResultEntry";
|
|
159
|
+
const _SMBRe = "SendMessageBatchResult";
|
|
160
|
+
const _SMMT = "StartMessageMoveTask";
|
|
161
|
+
const _SMMTR = "StartMessageMoveTaskRequest";
|
|
162
|
+
const _SMMTRt = "StartMessageMoveTaskResult";
|
|
163
|
+
const _SMR = "SendMessageRequest";
|
|
164
|
+
const _SMRe = "SendMessageResult";
|
|
165
|
+
const _SN = "SequenceNumber";
|
|
166
|
+
const _SQA = "SetQueueAttributes";
|
|
167
|
+
const _SQAR = "SetQueueAttributesRequest";
|
|
168
|
+
const _ST = "StartedTimestamp";
|
|
169
|
+
const _SV = "StringValue";
|
|
170
|
+
const _St = "Status";
|
|
171
|
+
const _T = "Tag";
|
|
172
|
+
const _TH = "TaskHandle";
|
|
173
|
+
const _TK = "TagKeys";
|
|
174
|
+
const _TKa = "TagKey";
|
|
175
|
+
const _TM = "TagMap";
|
|
176
|
+
const _TMEIBR = "TooManyEntriesInBatchRequest";
|
|
177
|
+
const _TQ = "TagQueue";
|
|
178
|
+
const _TQR = "TagQueueRequest";
|
|
179
|
+
const _Ta = "Tags";
|
|
180
|
+
const _UO = "UnsupportedOperation";
|
|
181
|
+
const _UQ = "UntagQueue";
|
|
182
|
+
const _UQR = "UntagQueueRequest";
|
|
183
|
+
const _V = "Value";
|
|
184
|
+
const _VT = "VisibilityTimeout";
|
|
185
|
+
const _WTS = "WaitTimeSeconds";
|
|
186
|
+
const _aQE = "awsQueryError";
|
|
187
|
+
const _c = "client";
|
|
188
|
+
const _e = "error";
|
|
189
|
+
const _hE = "httpError";
|
|
190
|
+
const _m = "message";
|
|
191
|
+
const _qU = "queueUrls";
|
|
192
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sqs";
|
|
193
|
+
const _t = "tags";
|
|
194
|
+
const _xF = "xmlFlattened";
|
|
195
|
+
const _xN = "xmlName";
|
|
196
|
+
const n0 = "com.amazonaws.sqs";
|
|
197
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
198
|
+
import { BatchEntryIdsNotDistinct as __BatchEntryIdsNotDistinct, BatchRequestTooLong as __BatchRequestTooLong, EmptyBatchRequest as __EmptyBatchRequest, InvalidAddress as __InvalidAddress, InvalidAttributeName as __InvalidAttributeName, InvalidAttributeValue as __InvalidAttributeValue, InvalidBatchEntryId as __InvalidBatchEntryId, InvalidIdFormat as __InvalidIdFormat, InvalidMessageContents as __InvalidMessageContents, InvalidSecurity as __InvalidSecurity, KmsAccessDenied as __KmsAccessDenied, KmsDisabled as __KmsDisabled, KmsInvalidKeyUsage as __KmsInvalidKeyUsage, KmsInvalidState as __KmsInvalidState, KmsNotFound as __KmsNotFound, KmsOptInRequired as __KmsOptInRequired, KmsThrottled as __KmsThrottled, MessageNotInflight as __MessageNotInflight, OverLimit as __OverLimit, PurgeQueueInProgress as __PurgeQueueInProgress, QueueDeletedRecently as __QueueDeletedRecently, QueueDoesNotExist as __QueueDoesNotExist, QueueNameExists as __QueueNameExists, ReceiptHandleIsInvalid as __ReceiptHandleIsInvalid, RequestThrottled as __RequestThrottled, ResourceNotFoundException as __ResourceNotFoundException, TooManyEntriesInBatchRequest as __TooManyEntriesInBatchRequest, UnsupportedOperation as __UnsupportedOperation, } from "../models/index";
|
|
199
|
+
import { SQSServiceException as __SQSServiceException } from "../models/SQSServiceException";
|
|
200
|
+
export var AddPermissionRequest = [
|
|
201
|
+
3,
|
|
202
|
+
n0,
|
|
203
|
+
_APR,
|
|
204
|
+
0,
|
|
205
|
+
[_QU, _L, _AWSAI, _A],
|
|
206
|
+
[
|
|
207
|
+
0,
|
|
208
|
+
0,
|
|
209
|
+
[
|
|
210
|
+
64 | 0,
|
|
211
|
+
{
|
|
212
|
+
[_xN]: _AWSAIc,
|
|
213
|
+
[_xF]: 1,
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
[
|
|
217
|
+
64 | 0,
|
|
218
|
+
{
|
|
219
|
+
[_xN]: _AN,
|
|
220
|
+
[_xF]: 1,
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
],
|
|
224
|
+
];
|
|
225
|
+
export var BatchEntryIdsNotDistinct = [
|
|
226
|
+
-3,
|
|
227
|
+
n0,
|
|
228
|
+
_BEIND,
|
|
229
|
+
{
|
|
230
|
+
[_e]: _c,
|
|
231
|
+
[_hE]: 400,
|
|
232
|
+
[_aQE]: [`AWS.SimpleQueueService.BatchEntryIdsNotDistinct`, 400],
|
|
233
|
+
},
|
|
234
|
+
[_m],
|
|
235
|
+
[0],
|
|
236
|
+
];
|
|
237
|
+
TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinct, __BatchEntryIdsNotDistinct);
|
|
238
|
+
export var BatchRequestTooLong = [
|
|
239
|
+
-3,
|
|
240
|
+
n0,
|
|
241
|
+
_BRTL,
|
|
242
|
+
{
|
|
243
|
+
[_e]: _c,
|
|
244
|
+
[_hE]: 400,
|
|
245
|
+
[_aQE]: [`AWS.SimpleQueueService.BatchRequestTooLong`, 400],
|
|
246
|
+
},
|
|
247
|
+
[_m],
|
|
248
|
+
[0],
|
|
249
|
+
];
|
|
250
|
+
TypeRegistry.for(n0).registerError(BatchRequestTooLong, __BatchRequestTooLong);
|
|
251
|
+
export var BatchResultErrorEntry = [3, n0, _BREE, 0, [_I, _SF, _C, _M], [0, 2, 0, 0]];
|
|
252
|
+
export var CancelMessageMoveTaskRequest = [3, n0, _CMMTR, 0, [_TH], [0]];
|
|
253
|
+
export var CancelMessageMoveTaskResult = [3, n0, _CMMTRa, 0, [_ANOMM], [1]];
|
|
254
|
+
export var ChangeMessageVisibilityBatchRequest = [
|
|
255
|
+
3,
|
|
256
|
+
n0,
|
|
257
|
+
_CMVBR,
|
|
258
|
+
0,
|
|
259
|
+
[_QU, _E],
|
|
260
|
+
[
|
|
261
|
+
0,
|
|
262
|
+
[
|
|
263
|
+
() => ChangeMessageVisibilityBatchRequestEntryList,
|
|
264
|
+
{
|
|
265
|
+
[_xN]: _CMVBRE,
|
|
266
|
+
[_xF]: 1,
|
|
267
|
+
},
|
|
268
|
+
],
|
|
269
|
+
],
|
|
270
|
+
];
|
|
271
|
+
export var ChangeMessageVisibilityBatchRequestEntry = [
|
|
272
|
+
3,
|
|
273
|
+
n0,
|
|
274
|
+
_CMVBRE,
|
|
275
|
+
0,
|
|
276
|
+
[_I, _RH, _VT],
|
|
277
|
+
[0, 0, 1],
|
|
278
|
+
];
|
|
279
|
+
export var ChangeMessageVisibilityBatchResult = [
|
|
280
|
+
3,
|
|
281
|
+
n0,
|
|
282
|
+
_CMVBRh,
|
|
283
|
+
0,
|
|
284
|
+
[_S, _F],
|
|
285
|
+
[
|
|
286
|
+
[
|
|
287
|
+
() => ChangeMessageVisibilityBatchResultEntryList,
|
|
288
|
+
{
|
|
289
|
+
[_xN]: _CMVBREh,
|
|
290
|
+
[_xF]: 1,
|
|
291
|
+
},
|
|
292
|
+
],
|
|
293
|
+
[
|
|
294
|
+
() => BatchResultErrorEntryList,
|
|
295
|
+
{
|
|
296
|
+
[_xN]: _BREE,
|
|
297
|
+
[_xF]: 1,
|
|
298
|
+
},
|
|
299
|
+
],
|
|
300
|
+
],
|
|
301
|
+
];
|
|
302
|
+
export var ChangeMessageVisibilityBatchResultEntry = [3, n0, _CMVBREh, 0, [_I], [0]];
|
|
303
|
+
export var ChangeMessageVisibilityRequest = [3, n0, _CMVR, 0, [_QU, _RH, _VT], [0, 0, 1]];
|
|
304
|
+
export var CreateQueueRequest = [
|
|
305
|
+
3,
|
|
306
|
+
n0,
|
|
307
|
+
_CQR,
|
|
308
|
+
0,
|
|
309
|
+
[_QN, _At, _t],
|
|
310
|
+
[
|
|
311
|
+
0,
|
|
312
|
+
[
|
|
313
|
+
() => QueueAttributeMap,
|
|
314
|
+
{
|
|
315
|
+
[_xN]: _Att,
|
|
316
|
+
[_xF]: 1,
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
[
|
|
320
|
+
() => TagMap,
|
|
321
|
+
{
|
|
322
|
+
[_xN]: _T,
|
|
323
|
+
[_xF]: 1,
|
|
324
|
+
},
|
|
325
|
+
],
|
|
326
|
+
],
|
|
327
|
+
];
|
|
328
|
+
export var CreateQueueResult = [3, n0, _CQRr, 0, [_QU], [0]];
|
|
329
|
+
export var DeleteMessageBatchRequest = [
|
|
330
|
+
3,
|
|
331
|
+
n0,
|
|
332
|
+
_DMBR,
|
|
333
|
+
0,
|
|
334
|
+
[_QU, _E],
|
|
335
|
+
[
|
|
336
|
+
0,
|
|
337
|
+
[
|
|
338
|
+
() => DeleteMessageBatchRequestEntryList,
|
|
339
|
+
{
|
|
340
|
+
[_xN]: _DMBRE,
|
|
341
|
+
[_xF]: 1,
|
|
342
|
+
},
|
|
343
|
+
],
|
|
344
|
+
],
|
|
345
|
+
];
|
|
346
|
+
export var DeleteMessageBatchRequestEntry = [3, n0, _DMBRE, 0, [_I, _RH], [0, 0]];
|
|
347
|
+
export var DeleteMessageBatchResult = [
|
|
348
|
+
3,
|
|
349
|
+
n0,
|
|
350
|
+
_DMBRe,
|
|
351
|
+
0,
|
|
352
|
+
[_S, _F],
|
|
353
|
+
[
|
|
354
|
+
[
|
|
355
|
+
() => DeleteMessageBatchResultEntryList,
|
|
356
|
+
{
|
|
357
|
+
[_xN]: _DMBREe,
|
|
358
|
+
[_xF]: 1,
|
|
359
|
+
},
|
|
360
|
+
],
|
|
361
|
+
[
|
|
362
|
+
() => BatchResultErrorEntryList,
|
|
363
|
+
{
|
|
364
|
+
[_xN]: _BREE,
|
|
365
|
+
[_xF]: 1,
|
|
366
|
+
},
|
|
367
|
+
],
|
|
368
|
+
],
|
|
369
|
+
];
|
|
370
|
+
export var DeleteMessageBatchResultEntry = [3, n0, _DMBREe, 0, [_I], [0]];
|
|
371
|
+
export var DeleteMessageRequest = [3, n0, _DMR, 0, [_QU, _RH], [0, 0]];
|
|
372
|
+
export var DeleteQueueRequest = [3, n0, _DQR, 0, [_QU], [0]];
|
|
373
|
+
export var EmptyBatchRequest = [
|
|
374
|
+
-3,
|
|
375
|
+
n0,
|
|
376
|
+
_EBR,
|
|
377
|
+
{
|
|
378
|
+
[_e]: _c,
|
|
379
|
+
[_hE]: 400,
|
|
380
|
+
[_aQE]: [`AWS.SimpleQueueService.EmptyBatchRequest`, 400],
|
|
381
|
+
},
|
|
382
|
+
[_m],
|
|
383
|
+
[0],
|
|
384
|
+
];
|
|
385
|
+
TypeRegistry.for(n0).registerError(EmptyBatchRequest, __EmptyBatchRequest);
|
|
386
|
+
export var GetQueueAttributesRequest = [
|
|
387
|
+
3,
|
|
388
|
+
n0,
|
|
389
|
+
_GQAR,
|
|
390
|
+
0,
|
|
391
|
+
[_QU, _ANt],
|
|
392
|
+
[
|
|
393
|
+
0,
|
|
394
|
+
[
|
|
395
|
+
64 | 0,
|
|
396
|
+
{
|
|
397
|
+
[_xN]: _ANtt,
|
|
398
|
+
[_xF]: 1,
|
|
399
|
+
},
|
|
400
|
+
],
|
|
401
|
+
],
|
|
402
|
+
];
|
|
403
|
+
export var GetQueueAttributesResult = [
|
|
404
|
+
3,
|
|
405
|
+
n0,
|
|
406
|
+
_GQARe,
|
|
407
|
+
0,
|
|
408
|
+
[_At],
|
|
409
|
+
[
|
|
410
|
+
[
|
|
411
|
+
() => QueueAttributeMap,
|
|
412
|
+
{
|
|
413
|
+
[_xN]: _Att,
|
|
414
|
+
[_xF]: 1,
|
|
415
|
+
},
|
|
416
|
+
],
|
|
417
|
+
],
|
|
418
|
+
];
|
|
419
|
+
export var GetQueueUrlRequest = [3, n0, _GQUR, 0, [_QN, _QOAWSAI], [0, 0]];
|
|
420
|
+
export var GetQueueUrlResult = [3, n0, _GQURe, 0, [_QU], [0]];
|
|
421
|
+
export var InvalidAddress = [
|
|
422
|
+
-3,
|
|
423
|
+
n0,
|
|
424
|
+
_IA,
|
|
425
|
+
{
|
|
426
|
+
[_e]: _c,
|
|
427
|
+
[_hE]: 404,
|
|
428
|
+
[_aQE]: [`InvalidAddress`, 404],
|
|
429
|
+
},
|
|
430
|
+
[_m],
|
|
431
|
+
[0],
|
|
432
|
+
];
|
|
433
|
+
TypeRegistry.for(n0).registerError(InvalidAddress, __InvalidAddress);
|
|
434
|
+
export var InvalidAttributeName = [
|
|
435
|
+
-3,
|
|
436
|
+
n0,
|
|
437
|
+
_IAN,
|
|
438
|
+
{
|
|
439
|
+
[_e]: _c,
|
|
440
|
+
},
|
|
441
|
+
[_m],
|
|
442
|
+
[0],
|
|
443
|
+
];
|
|
444
|
+
TypeRegistry.for(n0).registerError(InvalidAttributeName, __InvalidAttributeName);
|
|
445
|
+
export var InvalidAttributeValue = [
|
|
446
|
+
-3,
|
|
447
|
+
n0,
|
|
448
|
+
_IAV,
|
|
449
|
+
{
|
|
450
|
+
[_e]: _c,
|
|
451
|
+
},
|
|
452
|
+
[_m],
|
|
453
|
+
[0],
|
|
454
|
+
];
|
|
455
|
+
TypeRegistry.for(n0).registerError(InvalidAttributeValue, __InvalidAttributeValue);
|
|
456
|
+
export var InvalidBatchEntryId = [
|
|
457
|
+
-3,
|
|
458
|
+
n0,
|
|
459
|
+
_IBEI,
|
|
460
|
+
{
|
|
461
|
+
[_e]: _c,
|
|
462
|
+
[_hE]: 400,
|
|
463
|
+
[_aQE]: [`AWS.SimpleQueueService.InvalidBatchEntryId`, 400],
|
|
464
|
+
},
|
|
465
|
+
[_m],
|
|
466
|
+
[0],
|
|
467
|
+
];
|
|
468
|
+
TypeRegistry.for(n0).registerError(InvalidBatchEntryId, __InvalidBatchEntryId);
|
|
469
|
+
export var InvalidIdFormat = [
|
|
470
|
+
-3,
|
|
471
|
+
n0,
|
|
472
|
+
_IIF,
|
|
473
|
+
{
|
|
474
|
+
[_e]: _c,
|
|
475
|
+
},
|
|
476
|
+
[],
|
|
477
|
+
[],
|
|
478
|
+
];
|
|
479
|
+
TypeRegistry.for(n0).registerError(InvalidIdFormat, __InvalidIdFormat);
|
|
480
|
+
export var InvalidMessageContents = [
|
|
481
|
+
-3,
|
|
482
|
+
n0,
|
|
483
|
+
_IMC,
|
|
484
|
+
{
|
|
485
|
+
[_e]: _c,
|
|
486
|
+
},
|
|
487
|
+
[_m],
|
|
488
|
+
[0],
|
|
489
|
+
];
|
|
490
|
+
TypeRegistry.for(n0).registerError(InvalidMessageContents, __InvalidMessageContents);
|
|
491
|
+
export var InvalidSecurity = [
|
|
492
|
+
-3,
|
|
493
|
+
n0,
|
|
494
|
+
_IS,
|
|
495
|
+
{
|
|
496
|
+
[_e]: _c,
|
|
497
|
+
[_hE]: 403,
|
|
498
|
+
[_aQE]: [`InvalidSecurity`, 403],
|
|
499
|
+
},
|
|
500
|
+
[_m],
|
|
501
|
+
[0],
|
|
502
|
+
];
|
|
503
|
+
TypeRegistry.for(n0).registerError(InvalidSecurity, __InvalidSecurity);
|
|
504
|
+
export var KmsAccessDenied = [
|
|
505
|
+
-3,
|
|
506
|
+
n0,
|
|
507
|
+
_KAD,
|
|
508
|
+
{
|
|
509
|
+
[_e]: _c,
|
|
510
|
+
[_hE]: 400,
|
|
511
|
+
[_aQE]: [`KMS.AccessDeniedException`, 400],
|
|
512
|
+
},
|
|
513
|
+
[_m],
|
|
514
|
+
[0],
|
|
515
|
+
];
|
|
516
|
+
TypeRegistry.for(n0).registerError(KmsAccessDenied, __KmsAccessDenied);
|
|
517
|
+
export var KmsDisabled = [
|
|
518
|
+
-3,
|
|
519
|
+
n0,
|
|
520
|
+
_KD,
|
|
521
|
+
{
|
|
522
|
+
[_e]: _c,
|
|
523
|
+
[_hE]: 400,
|
|
524
|
+
[_aQE]: [`KMS.DisabledException`, 400],
|
|
525
|
+
},
|
|
526
|
+
[_m],
|
|
527
|
+
[0],
|
|
528
|
+
];
|
|
529
|
+
TypeRegistry.for(n0).registerError(KmsDisabled, __KmsDisabled);
|
|
530
|
+
export var KmsInvalidKeyUsage = [
|
|
531
|
+
-3,
|
|
532
|
+
n0,
|
|
533
|
+
_KIKU,
|
|
534
|
+
{
|
|
535
|
+
[_e]: _c,
|
|
536
|
+
[_hE]: 400,
|
|
537
|
+
[_aQE]: [`KMS.InvalidKeyUsageException`, 400],
|
|
538
|
+
},
|
|
539
|
+
[_m],
|
|
540
|
+
[0],
|
|
541
|
+
];
|
|
542
|
+
TypeRegistry.for(n0).registerError(KmsInvalidKeyUsage, __KmsInvalidKeyUsage);
|
|
543
|
+
export var KmsInvalidState = [
|
|
544
|
+
-3,
|
|
545
|
+
n0,
|
|
546
|
+
_KIS,
|
|
547
|
+
{
|
|
548
|
+
[_e]: _c,
|
|
549
|
+
[_hE]: 400,
|
|
550
|
+
[_aQE]: [`KMS.InvalidStateException`, 400],
|
|
551
|
+
},
|
|
552
|
+
[_m],
|
|
553
|
+
[0],
|
|
554
|
+
];
|
|
555
|
+
TypeRegistry.for(n0).registerError(KmsInvalidState, __KmsInvalidState);
|
|
556
|
+
export var KmsNotFound = [
|
|
557
|
+
-3,
|
|
558
|
+
n0,
|
|
559
|
+
_KNF,
|
|
560
|
+
{
|
|
561
|
+
[_e]: _c,
|
|
562
|
+
[_hE]: 400,
|
|
563
|
+
[_aQE]: [`KMS.NotFoundException`, 400],
|
|
564
|
+
},
|
|
565
|
+
[_m],
|
|
566
|
+
[0],
|
|
567
|
+
];
|
|
568
|
+
TypeRegistry.for(n0).registerError(KmsNotFound, __KmsNotFound);
|
|
569
|
+
export var KmsOptInRequired = [
|
|
570
|
+
-3,
|
|
571
|
+
n0,
|
|
572
|
+
_KOIR,
|
|
573
|
+
{
|
|
574
|
+
[_e]: _c,
|
|
575
|
+
[_hE]: 403,
|
|
576
|
+
[_aQE]: [`KMS.OptInRequired`, 403],
|
|
577
|
+
},
|
|
578
|
+
[_m],
|
|
579
|
+
[0],
|
|
580
|
+
];
|
|
581
|
+
TypeRegistry.for(n0).registerError(KmsOptInRequired, __KmsOptInRequired);
|
|
582
|
+
export var KmsThrottled = [
|
|
583
|
+
-3,
|
|
584
|
+
n0,
|
|
585
|
+
_KT,
|
|
586
|
+
{
|
|
587
|
+
[_e]: _c,
|
|
588
|
+
[_hE]: 400,
|
|
589
|
+
[_aQE]: [`KMS.ThrottlingException`, 400],
|
|
590
|
+
},
|
|
591
|
+
[_m],
|
|
592
|
+
[0],
|
|
593
|
+
];
|
|
594
|
+
TypeRegistry.for(n0).registerError(KmsThrottled, __KmsThrottled);
|
|
595
|
+
export var ListDeadLetterSourceQueuesRequest = [3, n0, _LDLSQR, 0, [_QU, _NT, _MR], [0, 0, 1]];
|
|
596
|
+
export var ListDeadLetterSourceQueuesResult = [
|
|
597
|
+
3,
|
|
598
|
+
n0,
|
|
599
|
+
_LDLSQRi,
|
|
600
|
+
0,
|
|
601
|
+
[_qU, _NT],
|
|
602
|
+
[
|
|
603
|
+
[
|
|
604
|
+
64 | 0,
|
|
605
|
+
{
|
|
606
|
+
[_xN]: _QU,
|
|
607
|
+
[_xF]: 1,
|
|
608
|
+
},
|
|
609
|
+
],
|
|
610
|
+
0,
|
|
611
|
+
],
|
|
612
|
+
];
|
|
613
|
+
export var ListMessageMoveTasksRequest = [3, n0, _LMMTR, 0, [_SA, _MR], [0, 1]];
|
|
614
|
+
export var ListMessageMoveTasksResult = [
|
|
615
|
+
3,
|
|
616
|
+
n0,
|
|
617
|
+
_LMMTRi,
|
|
618
|
+
{
|
|
619
|
+
[_xN]: _LMMTRi,
|
|
620
|
+
},
|
|
621
|
+
[_R],
|
|
622
|
+
[
|
|
623
|
+
[
|
|
624
|
+
() => ListMessageMoveTasksResultEntryList,
|
|
625
|
+
{
|
|
626
|
+
[_xN]: _LMMTRE,
|
|
627
|
+
[_xF]: 1,
|
|
628
|
+
},
|
|
629
|
+
],
|
|
630
|
+
],
|
|
631
|
+
];
|
|
632
|
+
export var ListMessageMoveTasksResultEntry = [
|
|
633
|
+
3,
|
|
634
|
+
n0,
|
|
635
|
+
_LMMTRE,
|
|
636
|
+
0,
|
|
637
|
+
[_TH, _St, _SA, _DA, _MNOMPS, _ANOMM, _ANOMTM, _FR, _ST],
|
|
638
|
+
[0, 0, 0, 0, 1, 1, 1, 0, 1],
|
|
639
|
+
];
|
|
640
|
+
export var ListQueuesRequest = [3, n0, _LQR, 0, [_QNP, _NT, _MR], [0, 0, 1]];
|
|
641
|
+
export var ListQueuesResult = [
|
|
642
|
+
3,
|
|
643
|
+
n0,
|
|
644
|
+
_LQRi,
|
|
645
|
+
0,
|
|
646
|
+
[_QUu, _NT],
|
|
647
|
+
[
|
|
648
|
+
[
|
|
649
|
+
64 | 0,
|
|
650
|
+
{
|
|
651
|
+
[_xN]: _QU,
|
|
652
|
+
[_xF]: 1,
|
|
653
|
+
},
|
|
654
|
+
],
|
|
655
|
+
0,
|
|
656
|
+
],
|
|
657
|
+
];
|
|
658
|
+
export var ListQueueTagsRequest = [3, n0, _LQTR, 0, [_QU], [0]];
|
|
659
|
+
export var ListQueueTagsResult = [
|
|
660
|
+
3,
|
|
661
|
+
n0,
|
|
662
|
+
_LQTRi,
|
|
663
|
+
0,
|
|
664
|
+
[_Ta],
|
|
665
|
+
[
|
|
666
|
+
[
|
|
667
|
+
() => TagMap,
|
|
668
|
+
{
|
|
669
|
+
[_xN]: _T,
|
|
670
|
+
[_xF]: 1,
|
|
671
|
+
},
|
|
672
|
+
],
|
|
673
|
+
],
|
|
674
|
+
];
|
|
675
|
+
export var Message = [
|
|
676
|
+
3,
|
|
677
|
+
n0,
|
|
678
|
+
_M,
|
|
679
|
+
0,
|
|
680
|
+
[_MI, _RH, _MDOB, _B, _At, _MDOMA, _MA],
|
|
681
|
+
[
|
|
682
|
+
0,
|
|
683
|
+
0,
|
|
684
|
+
0,
|
|
685
|
+
0,
|
|
686
|
+
[
|
|
687
|
+
() => MessageSystemAttributeMap,
|
|
688
|
+
{
|
|
689
|
+
[_xN]: _Att,
|
|
690
|
+
[_xF]: 1,
|
|
691
|
+
},
|
|
692
|
+
],
|
|
693
|
+
0,
|
|
694
|
+
[
|
|
695
|
+
() => MessageBodyAttributeMap,
|
|
696
|
+
{
|
|
697
|
+
[_xN]: _MAe,
|
|
698
|
+
[_xF]: 1,
|
|
699
|
+
},
|
|
700
|
+
],
|
|
701
|
+
],
|
|
702
|
+
];
|
|
703
|
+
export var MessageAttributeValue = [
|
|
704
|
+
3,
|
|
705
|
+
n0,
|
|
706
|
+
_MAV,
|
|
707
|
+
0,
|
|
708
|
+
[_SV, _BV, _SLV, _BLV, _DT],
|
|
709
|
+
[
|
|
710
|
+
0,
|
|
711
|
+
21,
|
|
712
|
+
[
|
|
713
|
+
() => StringList,
|
|
714
|
+
{
|
|
715
|
+
[_xN]: _SLVt,
|
|
716
|
+
[_xF]: 1,
|
|
717
|
+
},
|
|
718
|
+
],
|
|
719
|
+
[
|
|
720
|
+
() => BinaryList,
|
|
721
|
+
{
|
|
722
|
+
[_xN]: _BLVi,
|
|
723
|
+
[_xF]: 1,
|
|
724
|
+
},
|
|
725
|
+
],
|
|
726
|
+
0,
|
|
727
|
+
],
|
|
728
|
+
];
|
|
729
|
+
export var MessageNotInflight = [
|
|
730
|
+
-3,
|
|
731
|
+
n0,
|
|
732
|
+
_MNI,
|
|
733
|
+
{
|
|
734
|
+
[_e]: _c,
|
|
735
|
+
[_hE]: 400,
|
|
736
|
+
[_aQE]: [`AWS.SimpleQueueService.MessageNotInflight`, 400],
|
|
737
|
+
},
|
|
738
|
+
[],
|
|
739
|
+
[],
|
|
740
|
+
];
|
|
741
|
+
TypeRegistry.for(n0).registerError(MessageNotInflight, __MessageNotInflight);
|
|
742
|
+
export var MessageSystemAttributeValue = [
|
|
743
|
+
3,
|
|
744
|
+
n0,
|
|
745
|
+
_MSAV,
|
|
746
|
+
0,
|
|
747
|
+
[_SV, _BV, _SLV, _BLV, _DT],
|
|
748
|
+
[
|
|
749
|
+
0,
|
|
750
|
+
21,
|
|
751
|
+
[
|
|
752
|
+
() => StringList,
|
|
753
|
+
{
|
|
754
|
+
[_xN]: _SLVt,
|
|
755
|
+
[_xF]: 1,
|
|
756
|
+
},
|
|
757
|
+
],
|
|
758
|
+
[
|
|
759
|
+
() => BinaryList,
|
|
760
|
+
{
|
|
761
|
+
[_xN]: _BLVi,
|
|
762
|
+
[_xF]: 1,
|
|
763
|
+
},
|
|
764
|
+
],
|
|
765
|
+
0,
|
|
766
|
+
],
|
|
767
|
+
];
|
|
768
|
+
export var OverLimit = [
|
|
769
|
+
-3,
|
|
770
|
+
n0,
|
|
771
|
+
_OL,
|
|
772
|
+
{
|
|
773
|
+
[_e]: _c,
|
|
774
|
+
[_hE]: 403,
|
|
775
|
+
[_aQE]: [`OverLimit`, 403],
|
|
776
|
+
},
|
|
777
|
+
[_m],
|
|
778
|
+
[0],
|
|
779
|
+
];
|
|
780
|
+
TypeRegistry.for(n0).registerError(OverLimit, __OverLimit);
|
|
781
|
+
export var PurgeQueueInProgress = [
|
|
782
|
+
-3,
|
|
783
|
+
n0,
|
|
784
|
+
_PQIP,
|
|
785
|
+
{
|
|
786
|
+
[_e]: _c,
|
|
787
|
+
[_hE]: 403,
|
|
788
|
+
[_aQE]: [`AWS.SimpleQueueService.PurgeQueueInProgress`, 403],
|
|
789
|
+
},
|
|
790
|
+
[_m],
|
|
791
|
+
[0],
|
|
792
|
+
];
|
|
793
|
+
TypeRegistry.for(n0).registerError(PurgeQueueInProgress, __PurgeQueueInProgress);
|
|
794
|
+
export var PurgeQueueRequest = [3, n0, _PQR, 0, [_QU], [0]];
|
|
795
|
+
export var QueueDeletedRecently = [
|
|
796
|
+
-3,
|
|
797
|
+
n0,
|
|
798
|
+
_QDR,
|
|
799
|
+
{
|
|
800
|
+
[_e]: _c,
|
|
801
|
+
[_hE]: 400,
|
|
802
|
+
[_aQE]: [`AWS.SimpleQueueService.QueueDeletedRecently`, 400],
|
|
803
|
+
},
|
|
804
|
+
[_m],
|
|
805
|
+
[0],
|
|
806
|
+
];
|
|
807
|
+
TypeRegistry.for(n0).registerError(QueueDeletedRecently, __QueueDeletedRecently);
|
|
808
|
+
export var QueueDoesNotExist = [
|
|
809
|
+
-3,
|
|
810
|
+
n0,
|
|
811
|
+
_QDNE,
|
|
812
|
+
{
|
|
813
|
+
[_e]: _c,
|
|
814
|
+
[_hE]: 400,
|
|
815
|
+
[_aQE]: [`AWS.SimpleQueueService.NonExistentQueue`, 400],
|
|
816
|
+
},
|
|
817
|
+
[_m],
|
|
818
|
+
[0],
|
|
819
|
+
];
|
|
820
|
+
TypeRegistry.for(n0).registerError(QueueDoesNotExist, __QueueDoesNotExist);
|
|
821
|
+
export var QueueNameExists = [
|
|
822
|
+
-3,
|
|
823
|
+
n0,
|
|
824
|
+
_QNE,
|
|
825
|
+
{
|
|
826
|
+
[_e]: _c,
|
|
827
|
+
[_hE]: 400,
|
|
828
|
+
[_aQE]: [`QueueAlreadyExists`, 400],
|
|
829
|
+
},
|
|
830
|
+
[_m],
|
|
831
|
+
[0],
|
|
832
|
+
];
|
|
833
|
+
TypeRegistry.for(n0).registerError(QueueNameExists, __QueueNameExists);
|
|
834
|
+
export var ReceiptHandleIsInvalid = [
|
|
835
|
+
-3,
|
|
836
|
+
n0,
|
|
837
|
+
_RHII,
|
|
838
|
+
{
|
|
839
|
+
[_e]: _c,
|
|
840
|
+
[_hE]: 404,
|
|
841
|
+
[_aQE]: [`ReceiptHandleIsInvalid`, 404],
|
|
842
|
+
},
|
|
843
|
+
[_m],
|
|
844
|
+
[0],
|
|
845
|
+
];
|
|
846
|
+
TypeRegistry.for(n0).registerError(ReceiptHandleIsInvalid, __ReceiptHandleIsInvalid);
|
|
847
|
+
export var ReceiveMessageRequest = [
|
|
848
|
+
3,
|
|
849
|
+
n0,
|
|
850
|
+
_RMR,
|
|
851
|
+
0,
|
|
852
|
+
[_QU, _ANt, _MSAN, _MAN, _MNOM, _VT, _WTS, _RRAI],
|
|
853
|
+
[
|
|
854
|
+
0,
|
|
855
|
+
[
|
|
856
|
+
64 | 0,
|
|
857
|
+
{
|
|
858
|
+
[_xN]: _ANtt,
|
|
859
|
+
[_xF]: 1,
|
|
860
|
+
},
|
|
861
|
+
],
|
|
862
|
+
[
|
|
863
|
+
64 | 0,
|
|
864
|
+
{
|
|
865
|
+
[_xN]: _ANtt,
|
|
866
|
+
[_xF]: 1,
|
|
867
|
+
},
|
|
868
|
+
],
|
|
869
|
+
[
|
|
870
|
+
64 | 0,
|
|
871
|
+
{
|
|
872
|
+
[_xN]: _MANe,
|
|
873
|
+
[_xF]: 1,
|
|
874
|
+
},
|
|
875
|
+
],
|
|
876
|
+
1,
|
|
877
|
+
1,
|
|
878
|
+
1,
|
|
879
|
+
0,
|
|
880
|
+
],
|
|
881
|
+
];
|
|
882
|
+
export var ReceiveMessageResult = [
|
|
883
|
+
3,
|
|
884
|
+
n0,
|
|
885
|
+
_RMRe,
|
|
886
|
+
0,
|
|
887
|
+
[_Me],
|
|
888
|
+
[
|
|
889
|
+
[
|
|
890
|
+
() => MessageList,
|
|
891
|
+
{
|
|
892
|
+
[_xN]: _M,
|
|
893
|
+
[_xF]: 1,
|
|
894
|
+
},
|
|
895
|
+
],
|
|
896
|
+
],
|
|
897
|
+
];
|
|
898
|
+
export var RemovePermissionRequest = [3, n0, _RPR, 0, [_QU, _L], [0, 0]];
|
|
899
|
+
export var RequestThrottled = [
|
|
900
|
+
-3,
|
|
901
|
+
n0,
|
|
902
|
+
_RT,
|
|
903
|
+
{
|
|
904
|
+
[_e]: _c,
|
|
905
|
+
[_hE]: 403,
|
|
906
|
+
[_aQE]: [`RequestThrottled`, 403],
|
|
907
|
+
},
|
|
908
|
+
[_m],
|
|
909
|
+
[0],
|
|
910
|
+
];
|
|
911
|
+
TypeRegistry.for(n0).registerError(RequestThrottled, __RequestThrottled);
|
|
912
|
+
export var ResourceNotFoundException = [
|
|
913
|
+
-3,
|
|
914
|
+
n0,
|
|
915
|
+
_RNFE,
|
|
916
|
+
{
|
|
917
|
+
[_e]: _c,
|
|
918
|
+
[_hE]: 404,
|
|
919
|
+
[_aQE]: [`ResourceNotFoundException`, 404],
|
|
920
|
+
},
|
|
921
|
+
[_m],
|
|
922
|
+
[0],
|
|
923
|
+
];
|
|
924
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
925
|
+
export var SendMessageBatchRequest = [
|
|
926
|
+
3,
|
|
927
|
+
n0,
|
|
928
|
+
_SMBR,
|
|
929
|
+
0,
|
|
930
|
+
[_QU, _E],
|
|
931
|
+
[
|
|
932
|
+
0,
|
|
933
|
+
[
|
|
934
|
+
() => SendMessageBatchRequestEntryList,
|
|
935
|
+
{
|
|
936
|
+
[_xN]: _SMBRE,
|
|
937
|
+
[_xF]: 1,
|
|
938
|
+
},
|
|
939
|
+
],
|
|
940
|
+
],
|
|
941
|
+
];
|
|
942
|
+
export var SendMessageBatchRequestEntry = [
|
|
943
|
+
3,
|
|
944
|
+
n0,
|
|
945
|
+
_SMBRE,
|
|
946
|
+
0,
|
|
947
|
+
[_I, _MB, _DS, _MA, _MSA, _MDI, _MGI],
|
|
948
|
+
[
|
|
949
|
+
0,
|
|
950
|
+
0,
|
|
951
|
+
1,
|
|
952
|
+
[
|
|
953
|
+
() => MessageBodyAttributeMap,
|
|
954
|
+
{
|
|
955
|
+
[_xN]: _MAe,
|
|
956
|
+
[_xF]: 1,
|
|
957
|
+
},
|
|
958
|
+
],
|
|
959
|
+
[
|
|
960
|
+
() => MessageBodySystemAttributeMap,
|
|
961
|
+
{
|
|
962
|
+
[_xN]: _MSAe,
|
|
963
|
+
[_xF]: 1,
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
0,
|
|
967
|
+
0,
|
|
968
|
+
],
|
|
969
|
+
];
|
|
970
|
+
export var SendMessageBatchResult = [
|
|
971
|
+
3,
|
|
972
|
+
n0,
|
|
973
|
+
_SMBRe,
|
|
974
|
+
0,
|
|
975
|
+
[_S, _F],
|
|
976
|
+
[
|
|
977
|
+
[
|
|
978
|
+
() => SendMessageBatchResultEntryList,
|
|
979
|
+
{
|
|
980
|
+
[_xN]: _SMBREe,
|
|
981
|
+
[_xF]: 1,
|
|
982
|
+
},
|
|
983
|
+
],
|
|
984
|
+
[
|
|
985
|
+
() => BatchResultErrorEntryList,
|
|
986
|
+
{
|
|
987
|
+
[_xN]: _BREE,
|
|
988
|
+
[_xF]: 1,
|
|
989
|
+
},
|
|
990
|
+
],
|
|
991
|
+
],
|
|
992
|
+
];
|
|
993
|
+
export var SendMessageBatchResultEntry = [
|
|
994
|
+
3,
|
|
995
|
+
n0,
|
|
996
|
+
_SMBREe,
|
|
997
|
+
0,
|
|
998
|
+
[_I, _MI, _MDOMB, _MDOMA, _MDOMSA, _SN],
|
|
999
|
+
[0, 0, 0, 0, 0, 0],
|
|
1000
|
+
];
|
|
1001
|
+
export var SendMessageRequest = [
|
|
1002
|
+
3,
|
|
1003
|
+
n0,
|
|
1004
|
+
_SMR,
|
|
1005
|
+
0,
|
|
1006
|
+
[_QU, _MB, _DS, _MA, _MSA, _MDI, _MGI],
|
|
1007
|
+
[
|
|
1008
|
+
0,
|
|
1009
|
+
0,
|
|
1010
|
+
1,
|
|
1011
|
+
[
|
|
1012
|
+
() => MessageBodyAttributeMap,
|
|
1013
|
+
{
|
|
1014
|
+
[_xN]: _MAe,
|
|
1015
|
+
[_xF]: 1,
|
|
1016
|
+
},
|
|
1017
|
+
],
|
|
1018
|
+
[
|
|
1019
|
+
() => MessageBodySystemAttributeMap,
|
|
1020
|
+
{
|
|
1021
|
+
[_xN]: _MSAe,
|
|
1022
|
+
[_xF]: 1,
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
0,
|
|
1026
|
+
0,
|
|
1027
|
+
],
|
|
1028
|
+
];
|
|
1029
|
+
export var SendMessageResult = [
|
|
1030
|
+
3,
|
|
1031
|
+
n0,
|
|
1032
|
+
_SMRe,
|
|
1033
|
+
0,
|
|
1034
|
+
[_MDOMB, _MDOMA, _MDOMSA, _MI, _SN],
|
|
1035
|
+
[0, 0, 0, 0, 0],
|
|
1036
|
+
];
|
|
1037
|
+
export var SetQueueAttributesRequest = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_SQAR,
|
|
1041
|
+
0,
|
|
1042
|
+
[_QU, _At],
|
|
1043
|
+
[
|
|
1044
|
+
0,
|
|
1045
|
+
[
|
|
1046
|
+
() => QueueAttributeMap,
|
|
1047
|
+
{
|
|
1048
|
+
[_xN]: _Att,
|
|
1049
|
+
[_xF]: 1,
|
|
1050
|
+
},
|
|
1051
|
+
],
|
|
1052
|
+
],
|
|
1053
|
+
];
|
|
1054
|
+
export var StartMessageMoveTaskRequest = [3, n0, _SMMTR, 0, [_SA, _DA, _MNOMPS], [0, 0, 1]];
|
|
1055
|
+
export var StartMessageMoveTaskResult = [3, n0, _SMMTRt, 0, [_TH], [0]];
|
|
1056
|
+
export var TagQueueRequest = [
|
|
1057
|
+
3,
|
|
1058
|
+
n0,
|
|
1059
|
+
_TQR,
|
|
1060
|
+
0,
|
|
1061
|
+
[_QU, _Ta],
|
|
1062
|
+
[
|
|
1063
|
+
0,
|
|
1064
|
+
[
|
|
1065
|
+
() => TagMap,
|
|
1066
|
+
{
|
|
1067
|
+
[_xN]: _T,
|
|
1068
|
+
[_xF]: 1,
|
|
1069
|
+
},
|
|
1070
|
+
],
|
|
1071
|
+
],
|
|
1072
|
+
];
|
|
1073
|
+
export var TooManyEntriesInBatchRequest = [
|
|
1074
|
+
-3,
|
|
1075
|
+
n0,
|
|
1076
|
+
_TMEIBR,
|
|
1077
|
+
{
|
|
1078
|
+
[_e]: _c,
|
|
1079
|
+
[_hE]: 400,
|
|
1080
|
+
[_aQE]: [`AWS.SimpleQueueService.TooManyEntriesInBatchRequest`, 400],
|
|
1081
|
+
},
|
|
1082
|
+
[_m],
|
|
1083
|
+
[0],
|
|
1084
|
+
];
|
|
1085
|
+
TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequest, __TooManyEntriesInBatchRequest);
|
|
1086
|
+
export var UnsupportedOperation = [
|
|
1087
|
+
-3,
|
|
1088
|
+
n0,
|
|
1089
|
+
_UO,
|
|
1090
|
+
{
|
|
1091
|
+
[_e]: _c,
|
|
1092
|
+
[_hE]: 400,
|
|
1093
|
+
[_aQE]: [`AWS.SimpleQueueService.UnsupportedOperation`, 400],
|
|
1094
|
+
},
|
|
1095
|
+
[_m],
|
|
1096
|
+
[0],
|
|
1097
|
+
];
|
|
1098
|
+
TypeRegistry.for(n0).registerError(UnsupportedOperation, __UnsupportedOperation);
|
|
1099
|
+
export var UntagQueueRequest = [
|
|
1100
|
+
3,
|
|
1101
|
+
n0,
|
|
1102
|
+
_UQR,
|
|
1103
|
+
0,
|
|
1104
|
+
[_QU, _TK],
|
|
1105
|
+
[
|
|
1106
|
+
0,
|
|
1107
|
+
[
|
|
1108
|
+
64 | 0,
|
|
1109
|
+
{
|
|
1110
|
+
[_xN]: _TKa,
|
|
1111
|
+
[_xF]: 1,
|
|
1112
|
+
},
|
|
1113
|
+
],
|
|
1114
|
+
],
|
|
1115
|
+
];
|
|
1116
|
+
export var __Unit = "unit";
|
|
1117
|
+
export var SQSServiceException = [-3, _s, "SQSServiceException", 0, [], []];
|
|
1118
|
+
TypeRegistry.for(_s).registerError(SQSServiceException, __SQSServiceException);
|
|
1119
|
+
export var ActionNameList = 64 | 0;
|
|
1120
|
+
export var AttributeNameList = 64 | 0;
|
|
1121
|
+
export var AWSAccountIdList = 64 | 0;
|
|
1122
|
+
export var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry];
|
|
1123
|
+
export var BinaryList = [
|
|
1124
|
+
1,
|
|
1125
|
+
n0,
|
|
1126
|
+
_BL,
|
|
1127
|
+
0,
|
|
1128
|
+
[
|
|
1129
|
+
21,
|
|
1130
|
+
{
|
|
1131
|
+
[_xN]: _BLVi,
|
|
1132
|
+
},
|
|
1133
|
+
],
|
|
1134
|
+
];
|
|
1135
|
+
export var ChangeMessageVisibilityBatchRequestEntryList = [
|
|
1136
|
+
1,
|
|
1137
|
+
n0,
|
|
1138
|
+
_CMVBREL,
|
|
1139
|
+
0,
|
|
1140
|
+
() => ChangeMessageVisibilityBatchRequestEntry,
|
|
1141
|
+
];
|
|
1142
|
+
export var ChangeMessageVisibilityBatchResultEntryList = [
|
|
1143
|
+
1,
|
|
1144
|
+
n0,
|
|
1145
|
+
_CMVBRELh,
|
|
1146
|
+
0,
|
|
1147
|
+
() => ChangeMessageVisibilityBatchResultEntry,
|
|
1148
|
+
];
|
|
1149
|
+
export var DeleteMessageBatchRequestEntryList = [
|
|
1150
|
+
1,
|
|
1151
|
+
n0,
|
|
1152
|
+
_DMBREL,
|
|
1153
|
+
0,
|
|
1154
|
+
() => DeleteMessageBatchRequestEntry,
|
|
1155
|
+
];
|
|
1156
|
+
export var DeleteMessageBatchResultEntryList = [
|
|
1157
|
+
1,
|
|
1158
|
+
n0,
|
|
1159
|
+
_DMBRELe,
|
|
1160
|
+
0,
|
|
1161
|
+
() => DeleteMessageBatchResultEntry,
|
|
1162
|
+
];
|
|
1163
|
+
export var ListMessageMoveTasksResultEntryList = [
|
|
1164
|
+
1,
|
|
1165
|
+
n0,
|
|
1166
|
+
_LMMTREL,
|
|
1167
|
+
0,
|
|
1168
|
+
() => ListMessageMoveTasksResultEntry,
|
|
1169
|
+
];
|
|
1170
|
+
export var MessageAttributeNameList = 64 | 0;
|
|
1171
|
+
export var MessageList = [1, n0, _ML, 0, [() => Message, 0]];
|
|
1172
|
+
export var MessageSystemAttributeList = 64 | 0;
|
|
1173
|
+
export var QueueUrlList = 64 | 0;
|
|
1174
|
+
export var SendMessageBatchRequestEntryList = [
|
|
1175
|
+
1,
|
|
1176
|
+
n0,
|
|
1177
|
+
_SMBREL,
|
|
1178
|
+
0,
|
|
1179
|
+
[() => SendMessageBatchRequestEntry, 0],
|
|
1180
|
+
];
|
|
1181
|
+
export var SendMessageBatchResultEntryList = [1, n0, _SMBRELe, 0, () => SendMessageBatchResultEntry];
|
|
1182
|
+
export var StringList = [
|
|
1183
|
+
1,
|
|
1184
|
+
n0,
|
|
1185
|
+
_SL,
|
|
1186
|
+
0,
|
|
1187
|
+
[
|
|
1188
|
+
0,
|
|
1189
|
+
{
|
|
1190
|
+
[_xN]: _SLVt,
|
|
1191
|
+
},
|
|
1192
|
+
],
|
|
1193
|
+
];
|
|
1194
|
+
export var TagKeyList = 64 | 0;
|
|
1195
|
+
export var MessageBodyAttributeMap = [
|
|
1196
|
+
2,
|
|
1197
|
+
n0,
|
|
1198
|
+
_MBAM,
|
|
1199
|
+
0,
|
|
1200
|
+
[
|
|
1201
|
+
0,
|
|
1202
|
+
{
|
|
1203
|
+
[_xN]: _N,
|
|
1204
|
+
},
|
|
1205
|
+
],
|
|
1206
|
+
[
|
|
1207
|
+
() => MessageAttributeValue,
|
|
1208
|
+
{
|
|
1209
|
+
[_xN]: _V,
|
|
1210
|
+
},
|
|
1211
|
+
],
|
|
1212
|
+
];
|
|
1213
|
+
export var MessageBodySystemAttributeMap = [
|
|
1214
|
+
2,
|
|
1215
|
+
n0,
|
|
1216
|
+
_MBSAM,
|
|
1217
|
+
0,
|
|
1218
|
+
[
|
|
1219
|
+
0,
|
|
1220
|
+
{
|
|
1221
|
+
[_xN]: _N,
|
|
1222
|
+
},
|
|
1223
|
+
],
|
|
1224
|
+
[
|
|
1225
|
+
() => MessageSystemAttributeValue,
|
|
1226
|
+
{
|
|
1227
|
+
[_xN]: _V,
|
|
1228
|
+
},
|
|
1229
|
+
],
|
|
1230
|
+
];
|
|
1231
|
+
export var MessageSystemAttributeMap = [
|
|
1232
|
+
2,
|
|
1233
|
+
n0,
|
|
1234
|
+
_MSAM,
|
|
1235
|
+
0,
|
|
1236
|
+
[
|
|
1237
|
+
0,
|
|
1238
|
+
{
|
|
1239
|
+
[_xN]: _N,
|
|
1240
|
+
},
|
|
1241
|
+
],
|
|
1242
|
+
[
|
|
1243
|
+
0,
|
|
1244
|
+
{
|
|
1245
|
+
[_xN]: _V,
|
|
1246
|
+
},
|
|
1247
|
+
],
|
|
1248
|
+
];
|
|
1249
|
+
export var QueueAttributeMap = [
|
|
1250
|
+
2,
|
|
1251
|
+
n0,
|
|
1252
|
+
_QAM,
|
|
1253
|
+
0,
|
|
1254
|
+
[
|
|
1255
|
+
0,
|
|
1256
|
+
{
|
|
1257
|
+
[_xN]: _N,
|
|
1258
|
+
},
|
|
1259
|
+
],
|
|
1260
|
+
[
|
|
1261
|
+
0,
|
|
1262
|
+
{
|
|
1263
|
+
[_xN]: _V,
|
|
1264
|
+
},
|
|
1265
|
+
],
|
|
1266
|
+
];
|
|
1267
|
+
export var TagMap = [
|
|
1268
|
+
2,
|
|
1269
|
+
n0,
|
|
1270
|
+
_TM,
|
|
1271
|
+
0,
|
|
1272
|
+
[
|
|
1273
|
+
0,
|
|
1274
|
+
{
|
|
1275
|
+
[_xN]: _K,
|
|
1276
|
+
},
|
|
1277
|
+
],
|
|
1278
|
+
[
|
|
1279
|
+
0,
|
|
1280
|
+
{
|
|
1281
|
+
[_xN]: _V,
|
|
1282
|
+
},
|
|
1283
|
+
],
|
|
1284
|
+
];
|
|
1285
|
+
export var AddPermission = [9, n0, _AP, 0, () => AddPermissionRequest, () => __Unit];
|
|
1286
|
+
export var CancelMessageMoveTask = [
|
|
1287
|
+
9,
|
|
1288
|
+
n0,
|
|
1289
|
+
_CMMT,
|
|
1290
|
+
0,
|
|
1291
|
+
() => CancelMessageMoveTaskRequest,
|
|
1292
|
+
() => CancelMessageMoveTaskResult,
|
|
1293
|
+
];
|
|
1294
|
+
export var ChangeMessageVisibility = [
|
|
1295
|
+
9,
|
|
1296
|
+
n0,
|
|
1297
|
+
_CMV,
|
|
1298
|
+
0,
|
|
1299
|
+
() => ChangeMessageVisibilityRequest,
|
|
1300
|
+
() => __Unit,
|
|
1301
|
+
];
|
|
1302
|
+
export var ChangeMessageVisibilityBatch = [
|
|
1303
|
+
9,
|
|
1304
|
+
n0,
|
|
1305
|
+
_CMVB,
|
|
1306
|
+
0,
|
|
1307
|
+
() => ChangeMessageVisibilityBatchRequest,
|
|
1308
|
+
() => ChangeMessageVisibilityBatchResult,
|
|
1309
|
+
];
|
|
1310
|
+
export var CreateQueue = [9, n0, _CQ, 0, () => CreateQueueRequest, () => CreateQueueResult];
|
|
1311
|
+
export var DeleteMessage = [9, n0, _DM, 0, () => DeleteMessageRequest, () => __Unit];
|
|
1312
|
+
export var DeleteMessageBatch = [
|
|
1313
|
+
9,
|
|
1314
|
+
n0,
|
|
1315
|
+
_DMB,
|
|
1316
|
+
0,
|
|
1317
|
+
() => DeleteMessageBatchRequest,
|
|
1318
|
+
() => DeleteMessageBatchResult,
|
|
1319
|
+
];
|
|
1320
|
+
export var DeleteQueue = [9, n0, _DQ, 0, () => DeleteQueueRequest, () => __Unit];
|
|
1321
|
+
export var GetQueueAttributes = [
|
|
1322
|
+
9,
|
|
1323
|
+
n0,
|
|
1324
|
+
_GQA,
|
|
1325
|
+
0,
|
|
1326
|
+
() => GetQueueAttributesRequest,
|
|
1327
|
+
() => GetQueueAttributesResult,
|
|
1328
|
+
];
|
|
1329
|
+
export var GetQueueUrl = [9, n0, _GQU, 0, () => GetQueueUrlRequest, () => GetQueueUrlResult];
|
|
1330
|
+
export var ListDeadLetterSourceQueues = [
|
|
1331
|
+
9,
|
|
1332
|
+
n0,
|
|
1333
|
+
_LDLSQ,
|
|
1334
|
+
0,
|
|
1335
|
+
() => ListDeadLetterSourceQueuesRequest,
|
|
1336
|
+
() => ListDeadLetterSourceQueuesResult,
|
|
1337
|
+
];
|
|
1338
|
+
export var ListMessageMoveTasks = [
|
|
1339
|
+
9,
|
|
1340
|
+
n0,
|
|
1341
|
+
_LMMT,
|
|
1342
|
+
0,
|
|
1343
|
+
() => ListMessageMoveTasksRequest,
|
|
1344
|
+
() => ListMessageMoveTasksResult,
|
|
1345
|
+
];
|
|
1346
|
+
export var ListQueues = [9, n0, _LQ, 0, () => ListQueuesRequest, () => ListQueuesResult];
|
|
1347
|
+
export var ListQueueTags = [
|
|
1348
|
+
9,
|
|
1349
|
+
n0,
|
|
1350
|
+
_LQT,
|
|
1351
|
+
0,
|
|
1352
|
+
() => ListQueueTagsRequest,
|
|
1353
|
+
() => ListQueueTagsResult,
|
|
1354
|
+
];
|
|
1355
|
+
export var PurgeQueue = [9, n0, _PQ, 0, () => PurgeQueueRequest, () => __Unit];
|
|
1356
|
+
export var ReceiveMessage = [
|
|
1357
|
+
9,
|
|
1358
|
+
n0,
|
|
1359
|
+
_RM,
|
|
1360
|
+
0,
|
|
1361
|
+
() => ReceiveMessageRequest,
|
|
1362
|
+
() => ReceiveMessageResult,
|
|
1363
|
+
];
|
|
1364
|
+
export var RemovePermission = [9, n0, _RP, 0, () => RemovePermissionRequest, () => __Unit];
|
|
1365
|
+
export var SendMessage = [9, n0, _SM, 0, () => SendMessageRequest, () => SendMessageResult];
|
|
1366
|
+
export var SendMessageBatch = [
|
|
1367
|
+
9,
|
|
1368
|
+
n0,
|
|
1369
|
+
_SMB,
|
|
1370
|
+
0,
|
|
1371
|
+
() => SendMessageBatchRequest,
|
|
1372
|
+
() => SendMessageBatchResult,
|
|
1373
|
+
];
|
|
1374
|
+
export var SetQueueAttributes = [9, n0, _SQA, 0, () => SetQueueAttributesRequest, () => __Unit];
|
|
1375
|
+
export var StartMessageMoveTask = [
|
|
1376
|
+
9,
|
|
1377
|
+
n0,
|
|
1378
|
+
_SMMT,
|
|
1379
|
+
0,
|
|
1380
|
+
() => StartMessageMoveTaskRequest,
|
|
1381
|
+
() => StartMessageMoveTaskResult,
|
|
1382
|
+
];
|
|
1383
|
+
export var TagQueue = [9, n0, _TQ, 0, () => TagQueueRequest, () => __Unit];
|
|
1384
|
+
export var UntagQueue = [9, n0, _UQ, 0, () => UntagQueueRequest, () => __Unit];
|