@jjrawlins/cdk-ami-builder 0.0.157 → 0.0.159
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/go.mod +1 -1
- 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 +801 -34324
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/models/EC2ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +30591 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +27 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +130 -74
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribePlacementGroupsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +34 -72
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +95 -89
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +88 -33
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +63 -51
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +56 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +11 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +23 -23
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +22 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +20 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/package.json +39 -39
- package/node_modules/@aws-sdk/client-ecs/README.md +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +254 -4069
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +156 -156
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +68 -68
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +252 -246
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +338 -338
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +74 -128
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3435 -9819
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
- package/node_modules/@aws-sdk/client-ecs/package.json +38 -38
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +83 -2269
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1394 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +3 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +288 -280
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +5 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +11 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +29 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +52 -45
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
- package/node_modules/@aws-sdk/client-kms/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +133 -4006
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3256 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +102 -96
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-s3/package.json +53 -53
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +49 -955
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +37 -37
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +63 -2198
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/SFNServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/errors.js +441 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/schemas/schemas_0.js +1515 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +236 -230
- package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +39 -32
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
- package/node_modules/@aws-sdk/client-sfn/package.json +37 -37
- package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +68 -1712
- package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/models/errors.js +452 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/schemas/schemas_0.js +1066 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +219 -213
- package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +40 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
- package/node_modules/@aws-sdk/client-sns/package.json +37 -37
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +49 -1248
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/SQSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/errors.js +368 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/schemas/schemas_0.js +764 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +171 -165
- package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +35 -28
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -28
- package/node_modules/@aws-sdk/client-sqs/package.json +39 -39
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +172 -8469
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1633 -1626
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
- package/node_modules/@aws-sdk/client-ssm/package.json +38 -38
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -10
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +19 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +11 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +6 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader/package.json +5 -5
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +6 -6
- package/node_modules/@smithy/config-resolver/package.json +10 -10
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +31 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +25 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
- package/node_modules/@smithy/eventstream-codec/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/hash-blob-browser/package.json +9 -9
- package/node_modules/@smithy/hash-node/package.json +8 -8
- package/node_modules/@smithy/hash-stream-node/package.json +8 -8
- package/node_modules/@smithy/invalid-dependency/package.json +6 -6
- package/node_modules/@smithy/is-array-buffer/package.json +5 -5
- package/node_modules/@smithy/md5-js/package.json +9 -9
- package/node_modules/@smithy/middleware-content-length/package.json +7 -7
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +7 -7
- package/node_modules/@smithy/middleware-stack/package.json +6 -6
- package/node_modules/@smithy/node-config-provider/package.json +8 -8
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +6 -6
- package/node_modules/@smithy/protocol-http/package.json +6 -6
- package/node_modules/@smithy/querystring-builder/package.json +7 -7
- package/node_modules/@smithy/querystring-parser/package.json +6 -6
- package/node_modules/@smithy/service-error-classification/package.json +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
- package/node_modules/@smithy/signature-v4/package.json +12 -12
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +30 -16
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +10 -8
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +7 -7
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +7 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
- package/node_modules/@smithy/util-body-length-node/package.json +5 -5
- package/node_modules/@smithy/util-buffer-from/package.json +6 -6
- package/node_modules/@smithy/util-config-provider/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -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/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +7 -7
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
- package/node_modules/@smithy/util-middleware/package.json +6 -6
- package/node_modules/@smithy/util-retry/package.json +7 -7
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +8 -8
- package/node_modules/@smithy/util-uri-escape/package.json +5 -5
- package/node_modules/@smithy/util-utf8/package.json +6 -6
- package/node_modules/@smithy/util-waiter/package.json +7 -7
- package/node_modules/@smithy/uuid/package.json +5 -5
- package/package.json +14 -14
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -424
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -152
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
|
@@ -0,0 +1,764 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetQueueUrlRequest$ = exports.GetQueueAttributesResult$ = exports.GetQueueAttributesRequest$ = exports.DeleteQueueRequest$ = exports.DeleteMessageRequest$ = exports.DeleteMessageBatchResultEntry$ = exports.DeleteMessageBatchResult$ = exports.DeleteMessageBatchRequestEntry$ = exports.DeleteMessageBatchRequest$ = exports.CreateQueueResult$ = exports.CreateQueueRequest$ = exports.ChangeMessageVisibilityRequest$ = exports.ChangeMessageVisibilityBatchResultEntry$ = exports.ChangeMessageVisibilityBatchResult$ = exports.ChangeMessageVisibilityBatchRequestEntry$ = exports.ChangeMessageVisibilityBatchRequest$ = exports.CancelMessageMoveTaskResult$ = exports.CancelMessageMoveTaskRequest$ = exports.BatchResultErrorEntry$ = exports.AddPermissionRequest$ = exports.errorTypeRegistries = exports.UnsupportedOperation$ = exports.TooManyEntriesInBatchRequest$ = exports.ResourceNotFoundException$ = exports.RequestThrottled$ = exports.ReceiptHandleIsInvalid$ = exports.QueueNameExists$ = exports.QueueDoesNotExist$ = exports.QueueDeletedRecently$ = exports.PurgeQueueInProgress$ = exports.OverLimit$ = exports.MessageNotInflight$ = exports.KmsThrottled$ = exports.KmsOptInRequired$ = exports.KmsNotFound$ = exports.KmsInvalidState$ = exports.KmsInvalidKeyUsage$ = exports.KmsDisabled$ = exports.KmsAccessDenied$ = exports.InvalidSecurity$ = exports.InvalidMessageContents$ = exports.InvalidIdFormat$ = exports.InvalidBatchEntryId$ = exports.InvalidAttributeValue$ = exports.InvalidAttributeName$ = exports.InvalidAddress$ = exports.EmptyBatchRequest$ = exports.BatchRequestTooLong$ = exports.BatchEntryIdsNotDistinct$ = exports.SQSServiceException$ = void 0;
|
|
4
|
+
exports.TagQueue$ = exports.StartMessageMoveTask$ = exports.SetQueueAttributes$ = exports.SendMessageBatch$ = exports.SendMessage$ = exports.RemovePermission$ = exports.ReceiveMessage$ = exports.PurgeQueue$ = exports.ListQueueTags$ = exports.ListQueues$ = exports.ListMessageMoveTasks$ = exports.ListDeadLetterSourceQueues$ = exports.GetQueueUrl$ = exports.GetQueueAttributes$ = exports.DeleteQueue$ = exports.DeleteMessageBatch$ = exports.DeleteMessage$ = exports.CreateQueue$ = exports.ChangeMessageVisibilityBatch$ = exports.ChangeMessageVisibility$ = exports.CancelMessageMoveTask$ = exports.AddPermission$ = exports.UntagQueueRequest$ = exports.TagQueueRequest$ = exports.StartMessageMoveTaskResult$ = exports.StartMessageMoveTaskRequest$ = exports.SetQueueAttributesRequest$ = exports.SendMessageResult$ = exports.SendMessageRequest$ = exports.SendMessageBatchResultEntry$ = exports.SendMessageBatchResult$ = exports.SendMessageBatchRequestEntry$ = exports.SendMessageBatchRequest$ = exports.RemovePermissionRequest$ = exports.ReceiveMessageResult$ = exports.ReceiveMessageRequest$ = exports.PurgeQueueRequest$ = exports.MessageSystemAttributeValue$ = exports.MessageAttributeValue$ = exports.Message$ = exports.ListQueueTagsResult$ = exports.ListQueueTagsRequest$ = exports.ListQueuesResult$ = exports.ListQueuesRequest$ = exports.ListMessageMoveTasksResultEntry$ = exports.ListMessageMoveTasksResult$ = exports.ListMessageMoveTasksRequest$ = exports.ListDeadLetterSourceQueuesResult$ = exports.ListDeadLetterSourceQueuesRequest$ = exports.GetQueueUrlResult$ = void 0;
|
|
5
|
+
exports.UntagQueue$ = void 0;
|
|
6
|
+
const _A = "Actions";
|
|
7
|
+
const _AN = "ActionName";
|
|
8
|
+
const _ANOMM = "ApproximateNumberOfMessagesMoved";
|
|
9
|
+
const _ANOMTM = "ApproximateNumberOfMessagesToMove";
|
|
10
|
+
const _ANt = "AttributeNames";
|
|
11
|
+
const _ANtt = "AttributeName";
|
|
12
|
+
const _AP = "AddPermission";
|
|
13
|
+
const _APR = "AddPermissionRequest";
|
|
14
|
+
const _AWSAI = "AWSAccountIds";
|
|
15
|
+
const _AWSAIc = "AWSAccountId";
|
|
16
|
+
const _At = "Attributes";
|
|
17
|
+
const _Att = "Attribute";
|
|
18
|
+
const _B = "Body";
|
|
19
|
+
const _BEIND = "BatchEntryIdsNotDistinct";
|
|
20
|
+
const _BL = "BinaryList";
|
|
21
|
+
const _BLV = "BinaryListValues";
|
|
22
|
+
const _BLVi = "BinaryListValue";
|
|
23
|
+
const _BREE = "BatchResultErrorEntry";
|
|
24
|
+
const _BREEL = "BatchResultErrorEntryList";
|
|
25
|
+
const _BRTL = "BatchRequestTooLong";
|
|
26
|
+
const _BV = "BinaryValue";
|
|
27
|
+
const _C = "Code";
|
|
28
|
+
const _CMMT = "CancelMessageMoveTask";
|
|
29
|
+
const _CMMTR = "CancelMessageMoveTaskRequest";
|
|
30
|
+
const _CMMTRa = "CancelMessageMoveTaskResult";
|
|
31
|
+
const _CMV = "ChangeMessageVisibility";
|
|
32
|
+
const _CMVB = "ChangeMessageVisibilityBatch";
|
|
33
|
+
const _CMVBR = "ChangeMessageVisibilityBatchRequest";
|
|
34
|
+
const _CMVBRE = "ChangeMessageVisibilityBatchRequestEntry";
|
|
35
|
+
const _CMVBREL = "ChangeMessageVisibilityBatchRequestEntryList";
|
|
36
|
+
const _CMVBRELh = "ChangeMessageVisibilityBatchResultEntryList";
|
|
37
|
+
const _CMVBREh = "ChangeMessageVisibilityBatchResultEntry";
|
|
38
|
+
const _CMVBRh = "ChangeMessageVisibilityBatchResult";
|
|
39
|
+
const _CMVR = "ChangeMessageVisibilityRequest";
|
|
40
|
+
const _CQ = "CreateQueue";
|
|
41
|
+
const _CQR = "CreateQueueRequest";
|
|
42
|
+
const _CQRr = "CreateQueueResult";
|
|
43
|
+
const _DA = "DestinationArn";
|
|
44
|
+
const _DM = "DeleteMessage";
|
|
45
|
+
const _DMB = "DeleteMessageBatch";
|
|
46
|
+
const _DMBR = "DeleteMessageBatchRequest";
|
|
47
|
+
const _DMBRE = "DeleteMessageBatchRequestEntry";
|
|
48
|
+
const _DMBREL = "DeleteMessageBatchRequestEntryList";
|
|
49
|
+
const _DMBRELe = "DeleteMessageBatchResultEntryList";
|
|
50
|
+
const _DMBREe = "DeleteMessageBatchResultEntry";
|
|
51
|
+
const _DMBRe = "DeleteMessageBatchResult";
|
|
52
|
+
const _DMR = "DeleteMessageRequest";
|
|
53
|
+
const _DQ = "DeleteQueue";
|
|
54
|
+
const _DQR = "DeleteQueueRequest";
|
|
55
|
+
const _DS = "DelaySeconds";
|
|
56
|
+
const _DT = "DataType";
|
|
57
|
+
const _E = "Entries";
|
|
58
|
+
const _EBR = "EmptyBatchRequest";
|
|
59
|
+
const _F = "Failed";
|
|
60
|
+
const _FR = "FailureReason";
|
|
61
|
+
const _GQA = "GetQueueAttributes";
|
|
62
|
+
const _GQAR = "GetQueueAttributesRequest";
|
|
63
|
+
const _GQARe = "GetQueueAttributesResult";
|
|
64
|
+
const _GQU = "GetQueueUrl";
|
|
65
|
+
const _GQUR = "GetQueueUrlRequest";
|
|
66
|
+
const _GQURe = "GetQueueUrlResult";
|
|
67
|
+
const _I = "Id";
|
|
68
|
+
const _IA = "InvalidAddress";
|
|
69
|
+
const _IAN = "InvalidAttributeName";
|
|
70
|
+
const _IAV = "InvalidAttributeValue";
|
|
71
|
+
const _IBEI = "InvalidBatchEntryId";
|
|
72
|
+
const _IIF = "InvalidIdFormat";
|
|
73
|
+
const _IMC = "InvalidMessageContents";
|
|
74
|
+
const _IS = "InvalidSecurity";
|
|
75
|
+
const _K = "Key";
|
|
76
|
+
const _KAD = "KmsAccessDenied";
|
|
77
|
+
const _KD = "KmsDisabled";
|
|
78
|
+
const _KIKU = "KmsInvalidKeyUsage";
|
|
79
|
+
const _KIS = "KmsInvalidState";
|
|
80
|
+
const _KNF = "KmsNotFound";
|
|
81
|
+
const _KOIR = "KmsOptInRequired";
|
|
82
|
+
const _KT = "KmsThrottled";
|
|
83
|
+
const _L = "Label";
|
|
84
|
+
const _LDLSQ = "ListDeadLetterSourceQueues";
|
|
85
|
+
const _LDLSQR = "ListDeadLetterSourceQueuesRequest";
|
|
86
|
+
const _LDLSQRi = "ListDeadLetterSourceQueuesResult";
|
|
87
|
+
const _LMMT = "ListMessageMoveTasks";
|
|
88
|
+
const _LMMTR = "ListMessageMoveTasksRequest";
|
|
89
|
+
const _LMMTRE = "ListMessageMoveTasksResultEntry";
|
|
90
|
+
const _LMMTREL = "ListMessageMoveTasksResultEntryList";
|
|
91
|
+
const _LMMTRi = "ListMessageMoveTasksResult";
|
|
92
|
+
const _LQ = "ListQueues";
|
|
93
|
+
const _LQR = "ListQueuesRequest";
|
|
94
|
+
const _LQRi = "ListQueuesResult";
|
|
95
|
+
const _LQT = "ListQueueTags";
|
|
96
|
+
const _LQTR = "ListQueueTagsRequest";
|
|
97
|
+
const _LQTRi = "ListQueueTagsResult";
|
|
98
|
+
const _M = "Message";
|
|
99
|
+
const _MA = "MessageAttributes";
|
|
100
|
+
const _MAN = "MessageAttributeNames";
|
|
101
|
+
const _MANe = "MessageAttributeName";
|
|
102
|
+
const _MAV = "MessageAttributeValue";
|
|
103
|
+
const _MAe = "MessageAttribute";
|
|
104
|
+
const _MB = "MessageBody";
|
|
105
|
+
const _MBAM = "MessageBodyAttributeMap";
|
|
106
|
+
const _MBSAM = "MessageBodySystemAttributeMap";
|
|
107
|
+
const _MDI = "MessageDeduplicationId";
|
|
108
|
+
const _MDOB = "MD5OfBody";
|
|
109
|
+
const _MDOMA = "MD5OfMessageAttributes";
|
|
110
|
+
const _MDOMB = "MD5OfMessageBody";
|
|
111
|
+
const _MDOMSA = "MD5OfMessageSystemAttributes";
|
|
112
|
+
const _MGI = "MessageGroupId";
|
|
113
|
+
const _MI = "MessageId";
|
|
114
|
+
const _ML = "MessageList";
|
|
115
|
+
const _MNI = "MessageNotInflight";
|
|
116
|
+
const _MNOM = "MaxNumberOfMessages";
|
|
117
|
+
const _MNOMPS = "MaxNumberOfMessagesPerSecond";
|
|
118
|
+
const _MR = "MaxResults";
|
|
119
|
+
const _MSA = "MessageSystemAttributes";
|
|
120
|
+
const _MSAM = "MessageSystemAttributeMap";
|
|
121
|
+
const _MSAN = "MessageSystemAttributeNames";
|
|
122
|
+
const _MSAV = "MessageSystemAttributeValue";
|
|
123
|
+
const _MSAe = "MessageSystemAttribute";
|
|
124
|
+
const _Me = "Messages";
|
|
125
|
+
const _N = "Name";
|
|
126
|
+
const _NT = "NextToken";
|
|
127
|
+
const _OL = "OverLimit";
|
|
128
|
+
const _PQ = "PurgeQueue";
|
|
129
|
+
const _PQIP = "PurgeQueueInProgress";
|
|
130
|
+
const _PQR = "PurgeQueueRequest";
|
|
131
|
+
const _QAM = "QueueAttributeMap";
|
|
132
|
+
const _QDNE = "QueueDoesNotExist";
|
|
133
|
+
const _QDR = "QueueDeletedRecently";
|
|
134
|
+
const _QN = "QueueName";
|
|
135
|
+
const _QNE = "QueueNameExists";
|
|
136
|
+
const _QNP = "QueueNamePrefix";
|
|
137
|
+
const _QOAWSAI = "QueueOwnerAWSAccountId";
|
|
138
|
+
const _QU = "QueueUrl";
|
|
139
|
+
const _QUu = "QueueUrls";
|
|
140
|
+
const _R = "Results";
|
|
141
|
+
const _RH = "ReceiptHandle";
|
|
142
|
+
const _RHII = "ReceiptHandleIsInvalid";
|
|
143
|
+
const _RM = "ReceiveMessage";
|
|
144
|
+
const _RMR = "ReceiveMessageRequest";
|
|
145
|
+
const _RMRe = "ReceiveMessageResult";
|
|
146
|
+
const _RNFE = "ResourceNotFoundException";
|
|
147
|
+
const _RP = "RemovePermission";
|
|
148
|
+
const _RPR = "RemovePermissionRequest";
|
|
149
|
+
const _RRAI = "ReceiveRequestAttemptId";
|
|
150
|
+
const _RT = "RequestThrottled";
|
|
151
|
+
const _S = "Successful";
|
|
152
|
+
const _SA = "SourceArn";
|
|
153
|
+
const _SF = "SenderFault";
|
|
154
|
+
const _SL = "StringList";
|
|
155
|
+
const _SLV = "StringListValues";
|
|
156
|
+
const _SLVt = "StringListValue";
|
|
157
|
+
const _SM = "SendMessage";
|
|
158
|
+
const _SMB = "SendMessageBatch";
|
|
159
|
+
const _SMBR = "SendMessageBatchRequest";
|
|
160
|
+
const _SMBRE = "SendMessageBatchRequestEntry";
|
|
161
|
+
const _SMBREL = "SendMessageBatchRequestEntryList";
|
|
162
|
+
const _SMBRELe = "SendMessageBatchResultEntryList";
|
|
163
|
+
const _SMBREe = "SendMessageBatchResultEntry";
|
|
164
|
+
const _SMBRe = "SendMessageBatchResult";
|
|
165
|
+
const _SMMT = "StartMessageMoveTask";
|
|
166
|
+
const _SMMTR = "StartMessageMoveTaskRequest";
|
|
167
|
+
const _SMMTRt = "StartMessageMoveTaskResult";
|
|
168
|
+
const _SMR = "SendMessageRequest";
|
|
169
|
+
const _SMRe = "SendMessageResult";
|
|
170
|
+
const _SN = "SequenceNumber";
|
|
171
|
+
const _SQA = "SetQueueAttributes";
|
|
172
|
+
const _SQAR = "SetQueueAttributesRequest";
|
|
173
|
+
const _ST = "StartedTimestamp";
|
|
174
|
+
const _SV = "StringValue";
|
|
175
|
+
const _St = "Status";
|
|
176
|
+
const _T = "Tag";
|
|
177
|
+
const _TH = "TaskHandle";
|
|
178
|
+
const _TK = "TagKeys";
|
|
179
|
+
const _TKa = "TagKey";
|
|
180
|
+
const _TM = "TagMap";
|
|
181
|
+
const _TMEIBR = "TooManyEntriesInBatchRequest";
|
|
182
|
+
const _TQ = "TagQueue";
|
|
183
|
+
const _TQR = "TagQueueRequest";
|
|
184
|
+
const _Ta = "Tags";
|
|
185
|
+
const _UO = "UnsupportedOperation";
|
|
186
|
+
const _UQ = "UntagQueue";
|
|
187
|
+
const _UQR = "UntagQueueRequest";
|
|
188
|
+
const _V = "Value";
|
|
189
|
+
const _VT = "VisibilityTimeout";
|
|
190
|
+
const _WTS = "WaitTimeSeconds";
|
|
191
|
+
const _aQE = "awsQueryError";
|
|
192
|
+
const _c = "client";
|
|
193
|
+
const _e = "error";
|
|
194
|
+
const _hE = "httpError";
|
|
195
|
+
const _m = "message";
|
|
196
|
+
const _qU = "queueUrls";
|
|
197
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sqs";
|
|
198
|
+
const _t = "tags";
|
|
199
|
+
const _xF = "xmlFlattened";
|
|
200
|
+
const _xN = "xmlName";
|
|
201
|
+
const n0 = "com.amazonaws.sqs";
|
|
202
|
+
const schema_1 = require("@smithy/core/schema");
|
|
203
|
+
const errors_1 = require("../models/errors");
|
|
204
|
+
const SQSServiceException_1 = require("../models/SQSServiceException");
|
|
205
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
206
|
+
exports.SQSServiceException$ = [-3, _s, "SQSServiceException", 0, [], []];
|
|
207
|
+
_s_registry.registerError(exports.SQSServiceException$, SQSServiceException_1.SQSServiceException);
|
|
208
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
209
|
+
exports.BatchEntryIdsNotDistinct$ = [-3, n0, _BEIND,
|
|
210
|
+
{ [_aQE]: [`AWS.SimpleQueueService.BatchEntryIdsNotDistinct`, 400], [_e]: _c, [_hE]: 400 },
|
|
211
|
+
[_m],
|
|
212
|
+
[0]
|
|
213
|
+
];
|
|
214
|
+
n0_registry.registerError(exports.BatchEntryIdsNotDistinct$, errors_1.BatchEntryIdsNotDistinct);
|
|
215
|
+
exports.BatchRequestTooLong$ = [-3, n0, _BRTL,
|
|
216
|
+
{ [_aQE]: [`AWS.SimpleQueueService.BatchRequestTooLong`, 400], [_e]: _c, [_hE]: 400 },
|
|
217
|
+
[_m],
|
|
218
|
+
[0]
|
|
219
|
+
];
|
|
220
|
+
n0_registry.registerError(exports.BatchRequestTooLong$, errors_1.BatchRequestTooLong);
|
|
221
|
+
exports.EmptyBatchRequest$ = [-3, n0, _EBR,
|
|
222
|
+
{ [_aQE]: [`AWS.SimpleQueueService.EmptyBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
223
|
+
[_m],
|
|
224
|
+
[0]
|
|
225
|
+
];
|
|
226
|
+
n0_registry.registerError(exports.EmptyBatchRequest$, errors_1.EmptyBatchRequest);
|
|
227
|
+
exports.InvalidAddress$ = [-3, n0, _IA,
|
|
228
|
+
{ [_aQE]: [`InvalidAddress`, 404], [_e]: _c, [_hE]: 404 },
|
|
229
|
+
[_m],
|
|
230
|
+
[0]
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(exports.InvalidAddress$, errors_1.InvalidAddress);
|
|
233
|
+
exports.InvalidAttributeName$ = [-3, n0, _IAN,
|
|
234
|
+
{ [_e]: _c },
|
|
235
|
+
[_m],
|
|
236
|
+
[0]
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(exports.InvalidAttributeName$, errors_1.InvalidAttributeName);
|
|
239
|
+
exports.InvalidAttributeValue$ = [-3, n0, _IAV,
|
|
240
|
+
{ [_e]: _c },
|
|
241
|
+
[_m],
|
|
242
|
+
[0]
|
|
243
|
+
];
|
|
244
|
+
n0_registry.registerError(exports.InvalidAttributeValue$, errors_1.InvalidAttributeValue);
|
|
245
|
+
exports.InvalidBatchEntryId$ = [-3, n0, _IBEI,
|
|
246
|
+
{ [_aQE]: [`AWS.SimpleQueueService.InvalidBatchEntryId`, 400], [_e]: _c, [_hE]: 400 },
|
|
247
|
+
[_m],
|
|
248
|
+
[0]
|
|
249
|
+
];
|
|
250
|
+
n0_registry.registerError(exports.InvalidBatchEntryId$, errors_1.InvalidBatchEntryId);
|
|
251
|
+
exports.InvalidIdFormat$ = [-3, n0, _IIF,
|
|
252
|
+
{ [_e]: _c },
|
|
253
|
+
[],
|
|
254
|
+
[]
|
|
255
|
+
];
|
|
256
|
+
n0_registry.registerError(exports.InvalidIdFormat$, errors_1.InvalidIdFormat);
|
|
257
|
+
exports.InvalidMessageContents$ = [-3, n0, _IMC,
|
|
258
|
+
{ [_e]: _c },
|
|
259
|
+
[_m],
|
|
260
|
+
[0]
|
|
261
|
+
];
|
|
262
|
+
n0_registry.registerError(exports.InvalidMessageContents$, errors_1.InvalidMessageContents);
|
|
263
|
+
exports.InvalidSecurity$ = [-3, n0, _IS,
|
|
264
|
+
{ [_aQE]: [`InvalidSecurity`, 403], [_e]: _c, [_hE]: 403 },
|
|
265
|
+
[_m],
|
|
266
|
+
[0]
|
|
267
|
+
];
|
|
268
|
+
n0_registry.registerError(exports.InvalidSecurity$, errors_1.InvalidSecurity);
|
|
269
|
+
exports.KmsAccessDenied$ = [-3, n0, _KAD,
|
|
270
|
+
{ [_aQE]: [`KMS.AccessDeniedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
271
|
+
[_m],
|
|
272
|
+
[0]
|
|
273
|
+
];
|
|
274
|
+
n0_registry.registerError(exports.KmsAccessDenied$, errors_1.KmsAccessDenied);
|
|
275
|
+
exports.KmsDisabled$ = [-3, n0, _KD,
|
|
276
|
+
{ [_aQE]: [`KMS.DisabledException`, 400], [_e]: _c, [_hE]: 400 },
|
|
277
|
+
[_m],
|
|
278
|
+
[0]
|
|
279
|
+
];
|
|
280
|
+
n0_registry.registerError(exports.KmsDisabled$, errors_1.KmsDisabled);
|
|
281
|
+
exports.KmsInvalidKeyUsage$ = [-3, n0, _KIKU,
|
|
282
|
+
{ [_aQE]: [`KMS.InvalidKeyUsageException`, 400], [_e]: _c, [_hE]: 400 },
|
|
283
|
+
[_m],
|
|
284
|
+
[0]
|
|
285
|
+
];
|
|
286
|
+
n0_registry.registerError(exports.KmsInvalidKeyUsage$, errors_1.KmsInvalidKeyUsage);
|
|
287
|
+
exports.KmsInvalidState$ = [-3, n0, _KIS,
|
|
288
|
+
{ [_aQE]: [`KMS.InvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
289
|
+
[_m],
|
|
290
|
+
[0]
|
|
291
|
+
];
|
|
292
|
+
n0_registry.registerError(exports.KmsInvalidState$, errors_1.KmsInvalidState);
|
|
293
|
+
exports.KmsNotFound$ = [-3, n0, _KNF,
|
|
294
|
+
{ [_aQE]: [`KMS.NotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
295
|
+
[_m],
|
|
296
|
+
[0]
|
|
297
|
+
];
|
|
298
|
+
n0_registry.registerError(exports.KmsNotFound$, errors_1.KmsNotFound);
|
|
299
|
+
exports.KmsOptInRequired$ = [-3, n0, _KOIR,
|
|
300
|
+
{ [_aQE]: [`KMS.OptInRequired`, 403], [_e]: _c, [_hE]: 403 },
|
|
301
|
+
[_m],
|
|
302
|
+
[0]
|
|
303
|
+
];
|
|
304
|
+
n0_registry.registerError(exports.KmsOptInRequired$, errors_1.KmsOptInRequired);
|
|
305
|
+
exports.KmsThrottled$ = [-3, n0, _KT,
|
|
306
|
+
{ [_aQE]: [`KMS.ThrottlingException`, 400], [_e]: _c, [_hE]: 400 },
|
|
307
|
+
[_m],
|
|
308
|
+
[0]
|
|
309
|
+
];
|
|
310
|
+
n0_registry.registerError(exports.KmsThrottled$, errors_1.KmsThrottled);
|
|
311
|
+
exports.MessageNotInflight$ = [-3, n0, _MNI,
|
|
312
|
+
{ [_aQE]: [`AWS.SimpleQueueService.MessageNotInflight`, 400], [_e]: _c, [_hE]: 400 },
|
|
313
|
+
[],
|
|
314
|
+
[]
|
|
315
|
+
];
|
|
316
|
+
n0_registry.registerError(exports.MessageNotInflight$, errors_1.MessageNotInflight);
|
|
317
|
+
exports.OverLimit$ = [-3, n0, _OL,
|
|
318
|
+
{ [_aQE]: [`OverLimit`, 403], [_e]: _c, [_hE]: 403 },
|
|
319
|
+
[_m],
|
|
320
|
+
[0]
|
|
321
|
+
];
|
|
322
|
+
n0_registry.registerError(exports.OverLimit$, errors_1.OverLimit);
|
|
323
|
+
exports.PurgeQueueInProgress$ = [-3, n0, _PQIP,
|
|
324
|
+
{ [_aQE]: [`AWS.SimpleQueueService.PurgeQueueInProgress`, 403], [_e]: _c, [_hE]: 403 },
|
|
325
|
+
[_m],
|
|
326
|
+
[0]
|
|
327
|
+
];
|
|
328
|
+
n0_registry.registerError(exports.PurgeQueueInProgress$, errors_1.PurgeQueueInProgress);
|
|
329
|
+
exports.QueueDeletedRecently$ = [-3, n0, _QDR,
|
|
330
|
+
{ [_aQE]: [`AWS.SimpleQueueService.QueueDeletedRecently`, 400], [_e]: _c, [_hE]: 400 },
|
|
331
|
+
[_m],
|
|
332
|
+
[0]
|
|
333
|
+
];
|
|
334
|
+
n0_registry.registerError(exports.QueueDeletedRecently$, errors_1.QueueDeletedRecently);
|
|
335
|
+
exports.QueueDoesNotExist$ = [-3, n0, _QDNE,
|
|
336
|
+
{ [_aQE]: [`AWS.SimpleQueueService.NonExistentQueue`, 400], [_e]: _c, [_hE]: 400 },
|
|
337
|
+
[_m],
|
|
338
|
+
[0]
|
|
339
|
+
];
|
|
340
|
+
n0_registry.registerError(exports.QueueDoesNotExist$, errors_1.QueueDoesNotExist);
|
|
341
|
+
exports.QueueNameExists$ = [-3, n0, _QNE,
|
|
342
|
+
{ [_aQE]: [`QueueAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
343
|
+
[_m],
|
|
344
|
+
[0]
|
|
345
|
+
];
|
|
346
|
+
n0_registry.registerError(exports.QueueNameExists$, errors_1.QueueNameExists);
|
|
347
|
+
exports.ReceiptHandleIsInvalid$ = [-3, n0, _RHII,
|
|
348
|
+
{ [_aQE]: [`ReceiptHandleIsInvalid`, 404], [_e]: _c, [_hE]: 404 },
|
|
349
|
+
[_m],
|
|
350
|
+
[0]
|
|
351
|
+
];
|
|
352
|
+
n0_registry.registerError(exports.ReceiptHandleIsInvalid$, errors_1.ReceiptHandleIsInvalid);
|
|
353
|
+
exports.RequestThrottled$ = [-3, n0, _RT,
|
|
354
|
+
{ [_aQE]: [`RequestThrottled`, 403], [_e]: _c, [_hE]: 403 },
|
|
355
|
+
[_m],
|
|
356
|
+
[0]
|
|
357
|
+
];
|
|
358
|
+
n0_registry.registerError(exports.RequestThrottled$, errors_1.RequestThrottled);
|
|
359
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
360
|
+
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
361
|
+
[_m],
|
|
362
|
+
[0]
|
|
363
|
+
];
|
|
364
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
365
|
+
exports.TooManyEntriesInBatchRequest$ = [-3, n0, _TMEIBR,
|
|
366
|
+
{ [_aQE]: [`AWS.SimpleQueueService.TooManyEntriesInBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
367
|
+
[_m],
|
|
368
|
+
[0]
|
|
369
|
+
];
|
|
370
|
+
n0_registry.registerError(exports.TooManyEntriesInBatchRequest$, errors_1.TooManyEntriesInBatchRequest);
|
|
371
|
+
exports.UnsupportedOperation$ = [-3, n0, _UO,
|
|
372
|
+
{ [_aQE]: [`AWS.SimpleQueueService.UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
373
|
+
[_m],
|
|
374
|
+
[0]
|
|
375
|
+
];
|
|
376
|
+
n0_registry.registerError(exports.UnsupportedOperation$, errors_1.UnsupportedOperation);
|
|
377
|
+
exports.errorTypeRegistries = [
|
|
378
|
+
_s_registry,
|
|
379
|
+
n0_registry,
|
|
380
|
+
];
|
|
381
|
+
exports.AddPermissionRequest$ = [3, n0, _APR,
|
|
382
|
+
0,
|
|
383
|
+
[_QU, _L, _AWSAI, _A],
|
|
384
|
+
[0, 0, [64 | 0, { [_xF]: 1, [_xN]: _AWSAIc }], [64 | 0, { [_xF]: 1, [_xN]: _AN }]], 4
|
|
385
|
+
];
|
|
386
|
+
exports.BatchResultErrorEntry$ = [3, n0, _BREE,
|
|
387
|
+
0,
|
|
388
|
+
[_I, _SF, _C, _M],
|
|
389
|
+
[0, 2, 0, 0], 3
|
|
390
|
+
];
|
|
391
|
+
exports.CancelMessageMoveTaskRequest$ = [3, n0, _CMMTR,
|
|
392
|
+
0,
|
|
393
|
+
[_TH],
|
|
394
|
+
[0], 1
|
|
395
|
+
];
|
|
396
|
+
exports.CancelMessageMoveTaskResult$ = [3, n0, _CMMTRa,
|
|
397
|
+
0,
|
|
398
|
+
[_ANOMM],
|
|
399
|
+
[1]
|
|
400
|
+
];
|
|
401
|
+
exports.ChangeMessageVisibilityBatchRequest$ = [3, n0, _CMVBR,
|
|
402
|
+
0,
|
|
403
|
+
[_QU, _E],
|
|
404
|
+
[0, [() => ChangeMessageVisibilityBatchRequestEntryList, { [_xF]: 1, [_xN]: _CMVBRE }]], 2
|
|
405
|
+
];
|
|
406
|
+
exports.ChangeMessageVisibilityBatchRequestEntry$ = [3, n0, _CMVBRE,
|
|
407
|
+
0,
|
|
408
|
+
[_I, _RH, _VT],
|
|
409
|
+
[0, 0, 1], 2
|
|
410
|
+
];
|
|
411
|
+
exports.ChangeMessageVisibilityBatchResult$ = [3, n0, _CMVBRh,
|
|
412
|
+
0,
|
|
413
|
+
[_S, _F],
|
|
414
|
+
[[() => ChangeMessageVisibilityBatchResultEntryList, { [_xF]: 1, [_xN]: _CMVBREh }], [() => BatchResultErrorEntryList, { [_xF]: 1, [_xN]: _BREE }]], 2
|
|
415
|
+
];
|
|
416
|
+
exports.ChangeMessageVisibilityBatchResultEntry$ = [3, n0, _CMVBREh,
|
|
417
|
+
0,
|
|
418
|
+
[_I],
|
|
419
|
+
[0], 1
|
|
420
|
+
];
|
|
421
|
+
exports.ChangeMessageVisibilityRequest$ = [3, n0, _CMVR,
|
|
422
|
+
0,
|
|
423
|
+
[_QU, _RH, _VT],
|
|
424
|
+
[0, 0, 1], 3
|
|
425
|
+
];
|
|
426
|
+
exports.CreateQueueRequest$ = [3, n0, _CQR,
|
|
427
|
+
0,
|
|
428
|
+
[_QN, _At, _t],
|
|
429
|
+
[0, [() => QueueAttributeMap, { [_xF]: 1, [_xN]: _Att }], [() => TagMap, { [_xF]: 1, [_xN]: _T }]], 1
|
|
430
|
+
];
|
|
431
|
+
exports.CreateQueueResult$ = [3, n0, _CQRr,
|
|
432
|
+
0,
|
|
433
|
+
[_QU],
|
|
434
|
+
[0]
|
|
435
|
+
];
|
|
436
|
+
exports.DeleteMessageBatchRequest$ = [3, n0, _DMBR,
|
|
437
|
+
0,
|
|
438
|
+
[_QU, _E],
|
|
439
|
+
[0, [() => DeleteMessageBatchRequestEntryList, { [_xF]: 1, [_xN]: _DMBRE }]], 2
|
|
440
|
+
];
|
|
441
|
+
exports.DeleteMessageBatchRequestEntry$ = [3, n0, _DMBRE,
|
|
442
|
+
0,
|
|
443
|
+
[_I, _RH],
|
|
444
|
+
[0, 0], 2
|
|
445
|
+
];
|
|
446
|
+
exports.DeleteMessageBatchResult$ = [3, n0, _DMBRe,
|
|
447
|
+
0,
|
|
448
|
+
[_S, _F],
|
|
449
|
+
[[() => DeleteMessageBatchResultEntryList, { [_xF]: 1, [_xN]: _DMBREe }], [() => BatchResultErrorEntryList, { [_xF]: 1, [_xN]: _BREE }]], 2
|
|
450
|
+
];
|
|
451
|
+
exports.DeleteMessageBatchResultEntry$ = [3, n0, _DMBREe,
|
|
452
|
+
0,
|
|
453
|
+
[_I],
|
|
454
|
+
[0], 1
|
|
455
|
+
];
|
|
456
|
+
exports.DeleteMessageRequest$ = [3, n0, _DMR,
|
|
457
|
+
0,
|
|
458
|
+
[_QU, _RH],
|
|
459
|
+
[0, 0], 2
|
|
460
|
+
];
|
|
461
|
+
exports.DeleteQueueRequest$ = [3, n0, _DQR,
|
|
462
|
+
0,
|
|
463
|
+
[_QU],
|
|
464
|
+
[0], 1
|
|
465
|
+
];
|
|
466
|
+
exports.GetQueueAttributesRequest$ = [3, n0, _GQAR,
|
|
467
|
+
0,
|
|
468
|
+
[_QU, _ANt],
|
|
469
|
+
[0, [64 | 0, { [_xF]: 1, [_xN]: _ANtt }]], 1
|
|
470
|
+
];
|
|
471
|
+
exports.GetQueueAttributesResult$ = [3, n0, _GQARe,
|
|
472
|
+
0,
|
|
473
|
+
[_At],
|
|
474
|
+
[[() => QueueAttributeMap, { [_xF]: 1, [_xN]: _Att }]]
|
|
475
|
+
];
|
|
476
|
+
exports.GetQueueUrlRequest$ = [3, n0, _GQUR,
|
|
477
|
+
0,
|
|
478
|
+
[_QN, _QOAWSAI],
|
|
479
|
+
[0, 0], 1
|
|
480
|
+
];
|
|
481
|
+
exports.GetQueueUrlResult$ = [3, n0, _GQURe,
|
|
482
|
+
0,
|
|
483
|
+
[_QU],
|
|
484
|
+
[0]
|
|
485
|
+
];
|
|
486
|
+
exports.ListDeadLetterSourceQueuesRequest$ = [3, n0, _LDLSQR,
|
|
487
|
+
0,
|
|
488
|
+
[_QU, _NT, _MR],
|
|
489
|
+
[0, 0, 1], 1
|
|
490
|
+
];
|
|
491
|
+
exports.ListDeadLetterSourceQueuesResult$ = [3, n0, _LDLSQRi,
|
|
492
|
+
0,
|
|
493
|
+
[_qU, _NT],
|
|
494
|
+
[[64 | 0, { [_xF]: 1, [_xN]: _QU }], 0], 1
|
|
495
|
+
];
|
|
496
|
+
exports.ListMessageMoveTasksRequest$ = [3, n0, _LMMTR,
|
|
497
|
+
0,
|
|
498
|
+
[_SA, _MR],
|
|
499
|
+
[0, 1], 1
|
|
500
|
+
];
|
|
501
|
+
exports.ListMessageMoveTasksResult$ = [3, n0, _LMMTRi,
|
|
502
|
+
{ [_xN]: _LMMTRi },
|
|
503
|
+
[_R],
|
|
504
|
+
[[() => ListMessageMoveTasksResultEntryList, { [_xF]: 1, [_xN]: _LMMTRE }]]
|
|
505
|
+
];
|
|
506
|
+
exports.ListMessageMoveTasksResultEntry$ = [3, n0, _LMMTRE,
|
|
507
|
+
0,
|
|
508
|
+
[_TH, _St, _SA, _DA, _MNOMPS, _ANOMM, _ANOMTM, _FR, _ST],
|
|
509
|
+
[0, 0, 0, 0, 1, 1, 1, 0, 1]
|
|
510
|
+
];
|
|
511
|
+
exports.ListQueuesRequest$ = [3, n0, _LQR,
|
|
512
|
+
0,
|
|
513
|
+
[_QNP, _NT, _MR],
|
|
514
|
+
[0, 0, 1]
|
|
515
|
+
];
|
|
516
|
+
exports.ListQueuesResult$ = [3, n0, _LQRi,
|
|
517
|
+
0,
|
|
518
|
+
[_QUu, _NT],
|
|
519
|
+
[[64 | 0, { [_xF]: 1, [_xN]: _QU }], 0]
|
|
520
|
+
];
|
|
521
|
+
exports.ListQueueTagsRequest$ = [3, n0, _LQTR,
|
|
522
|
+
0,
|
|
523
|
+
[_QU],
|
|
524
|
+
[0], 1
|
|
525
|
+
];
|
|
526
|
+
exports.ListQueueTagsResult$ = [3, n0, _LQTRi,
|
|
527
|
+
0,
|
|
528
|
+
[_Ta],
|
|
529
|
+
[[() => TagMap, { [_xF]: 1, [_xN]: _T }]]
|
|
530
|
+
];
|
|
531
|
+
exports.Message$ = [3, n0, _M,
|
|
532
|
+
0,
|
|
533
|
+
[_MI, _RH, _MDOB, _B, _At, _MDOMA, _MA],
|
|
534
|
+
[0, 0, 0, 0, [() => MessageSystemAttributeMap, { [_xF]: 1, [_xN]: _Att }], 0, [() => MessageBodyAttributeMap, { [_xF]: 1, [_xN]: _MAe }]]
|
|
535
|
+
];
|
|
536
|
+
exports.MessageAttributeValue$ = [3, n0, _MAV,
|
|
537
|
+
0,
|
|
538
|
+
[_DT, _SV, _BV, _SLV, _BLV],
|
|
539
|
+
[0, 0, 21, [() => StringList, { [_xF]: 1, [_xN]: _SLVt }], [() => BinaryList, { [_xF]: 1, [_xN]: _BLVi }]], 1
|
|
540
|
+
];
|
|
541
|
+
exports.MessageSystemAttributeValue$ = [3, n0, _MSAV,
|
|
542
|
+
0,
|
|
543
|
+
[_DT, _SV, _BV, _SLV, _BLV],
|
|
544
|
+
[0, 0, 21, [() => StringList, { [_xF]: 1, [_xN]: _SLVt }], [() => BinaryList, { [_xF]: 1, [_xN]: _BLVi }]], 1
|
|
545
|
+
];
|
|
546
|
+
exports.PurgeQueueRequest$ = [3, n0, _PQR,
|
|
547
|
+
0,
|
|
548
|
+
[_QU],
|
|
549
|
+
[0], 1
|
|
550
|
+
];
|
|
551
|
+
exports.ReceiveMessageRequest$ = [3, n0, _RMR,
|
|
552
|
+
0,
|
|
553
|
+
[_QU, _ANt, _MSAN, _MAN, _MNOM, _VT, _WTS, _RRAI],
|
|
554
|
+
[0, [64 | 0, { [_xF]: 1, [_xN]: _ANtt }], [64 | 0, { [_xF]: 1, [_xN]: _ANtt }], [64 | 0, { [_xF]: 1, [_xN]: _MANe }], 1, 1, 1, 0], 1
|
|
555
|
+
];
|
|
556
|
+
exports.ReceiveMessageResult$ = [3, n0, _RMRe,
|
|
557
|
+
0,
|
|
558
|
+
[_Me],
|
|
559
|
+
[[() => MessageList, { [_xF]: 1, [_xN]: _M }]]
|
|
560
|
+
];
|
|
561
|
+
exports.RemovePermissionRequest$ = [3, n0, _RPR,
|
|
562
|
+
0,
|
|
563
|
+
[_QU, _L],
|
|
564
|
+
[0, 0], 2
|
|
565
|
+
];
|
|
566
|
+
exports.SendMessageBatchRequest$ = [3, n0, _SMBR,
|
|
567
|
+
0,
|
|
568
|
+
[_QU, _E],
|
|
569
|
+
[0, [() => SendMessageBatchRequestEntryList, { [_xF]: 1, [_xN]: _SMBRE }]], 2
|
|
570
|
+
];
|
|
571
|
+
exports.SendMessageBatchRequestEntry$ = [3, n0, _SMBRE,
|
|
572
|
+
0,
|
|
573
|
+
[_I, _MB, _DS, _MA, _MSA, _MDI, _MGI],
|
|
574
|
+
[0, 0, 1, [() => MessageBodyAttributeMap, { [_xF]: 1, [_xN]: _MAe }], [() => MessageBodySystemAttributeMap, { [_xF]: 1, [_xN]: _MSAe }], 0, 0], 2
|
|
575
|
+
];
|
|
576
|
+
exports.SendMessageBatchResult$ = [3, n0, _SMBRe,
|
|
577
|
+
0,
|
|
578
|
+
[_S, _F],
|
|
579
|
+
[[() => SendMessageBatchResultEntryList, { [_xF]: 1, [_xN]: _SMBREe }], [() => BatchResultErrorEntryList, { [_xF]: 1, [_xN]: _BREE }]], 2
|
|
580
|
+
];
|
|
581
|
+
exports.SendMessageBatchResultEntry$ = [3, n0, _SMBREe,
|
|
582
|
+
0,
|
|
583
|
+
[_I, _MI, _MDOMB, _MDOMA, _MDOMSA, _SN],
|
|
584
|
+
[0, 0, 0, 0, 0, 0], 3
|
|
585
|
+
];
|
|
586
|
+
exports.SendMessageRequest$ = [3, n0, _SMR,
|
|
587
|
+
0,
|
|
588
|
+
[_QU, _MB, _DS, _MA, _MSA, _MDI, _MGI],
|
|
589
|
+
[0, 0, 1, [() => MessageBodyAttributeMap, { [_xF]: 1, [_xN]: _MAe }], [() => MessageBodySystemAttributeMap, { [_xF]: 1, [_xN]: _MSAe }], 0, 0], 2
|
|
590
|
+
];
|
|
591
|
+
exports.SendMessageResult$ = [3, n0, _SMRe,
|
|
592
|
+
0,
|
|
593
|
+
[_MDOMB, _MDOMA, _MDOMSA, _MI, _SN],
|
|
594
|
+
[0, 0, 0, 0, 0]
|
|
595
|
+
];
|
|
596
|
+
exports.SetQueueAttributesRequest$ = [3, n0, _SQAR,
|
|
597
|
+
0,
|
|
598
|
+
[_QU, _At],
|
|
599
|
+
[0, [() => QueueAttributeMap, { [_xF]: 1, [_xN]: _Att }]], 2
|
|
600
|
+
];
|
|
601
|
+
exports.StartMessageMoveTaskRequest$ = [3, n0, _SMMTR,
|
|
602
|
+
0,
|
|
603
|
+
[_SA, _DA, _MNOMPS],
|
|
604
|
+
[0, 0, 1], 1
|
|
605
|
+
];
|
|
606
|
+
exports.StartMessageMoveTaskResult$ = [3, n0, _SMMTRt,
|
|
607
|
+
0,
|
|
608
|
+
[_TH],
|
|
609
|
+
[0]
|
|
610
|
+
];
|
|
611
|
+
exports.TagQueueRequest$ = [3, n0, _TQR,
|
|
612
|
+
0,
|
|
613
|
+
[_QU, _Ta],
|
|
614
|
+
[0, [() => TagMap, { [_xF]: 1, [_xN]: _T }]], 2
|
|
615
|
+
];
|
|
616
|
+
exports.UntagQueueRequest$ = [3, n0, _UQR,
|
|
617
|
+
0,
|
|
618
|
+
[_QU, _TK],
|
|
619
|
+
[0, [64 | 0, { [_xF]: 1, [_xN]: _TKa }]], 2
|
|
620
|
+
];
|
|
621
|
+
var __Unit = "unit";
|
|
622
|
+
var ActionNameList = 64 | 0;
|
|
623
|
+
var AttributeNameList = 64 | 0;
|
|
624
|
+
var AWSAccountIdList = 64 | 0;
|
|
625
|
+
var BatchResultErrorEntryList = [1, n0, _BREEL,
|
|
626
|
+
0, () => exports.BatchResultErrorEntry$
|
|
627
|
+
];
|
|
628
|
+
var BinaryList = [1, n0, _BL,
|
|
629
|
+
0, [21,
|
|
630
|
+
{ [_xN]: _BLVi }]
|
|
631
|
+
];
|
|
632
|
+
var ChangeMessageVisibilityBatchRequestEntryList = [1, n0, _CMVBREL,
|
|
633
|
+
0, () => exports.ChangeMessageVisibilityBatchRequestEntry$
|
|
634
|
+
];
|
|
635
|
+
var ChangeMessageVisibilityBatchResultEntryList = [1, n0, _CMVBRELh,
|
|
636
|
+
0, () => exports.ChangeMessageVisibilityBatchResultEntry$
|
|
637
|
+
];
|
|
638
|
+
var DeleteMessageBatchRequestEntryList = [1, n0, _DMBREL,
|
|
639
|
+
0, () => exports.DeleteMessageBatchRequestEntry$
|
|
640
|
+
];
|
|
641
|
+
var DeleteMessageBatchResultEntryList = [1, n0, _DMBRELe,
|
|
642
|
+
0, () => exports.DeleteMessageBatchResultEntry$
|
|
643
|
+
];
|
|
644
|
+
var ListMessageMoveTasksResultEntryList = [1, n0, _LMMTREL,
|
|
645
|
+
0, () => exports.ListMessageMoveTasksResultEntry$
|
|
646
|
+
];
|
|
647
|
+
var MessageAttributeNameList = 64 | 0;
|
|
648
|
+
var MessageList = [1, n0, _ML,
|
|
649
|
+
0, [() => exports.Message$,
|
|
650
|
+
0]
|
|
651
|
+
];
|
|
652
|
+
var MessageSystemAttributeList = 64 | 0;
|
|
653
|
+
var QueueUrlList = 64 | 0;
|
|
654
|
+
var SendMessageBatchRequestEntryList = [1, n0, _SMBREL,
|
|
655
|
+
0, [() => exports.SendMessageBatchRequestEntry$,
|
|
656
|
+
0]
|
|
657
|
+
];
|
|
658
|
+
var SendMessageBatchResultEntryList = [1, n0, _SMBRELe,
|
|
659
|
+
0, () => exports.SendMessageBatchResultEntry$
|
|
660
|
+
];
|
|
661
|
+
var StringList = [1, n0, _SL,
|
|
662
|
+
0, [0,
|
|
663
|
+
{ [_xN]: _SLVt }]
|
|
664
|
+
];
|
|
665
|
+
var TagKeyList = 64 | 0;
|
|
666
|
+
var MessageBodyAttributeMap = [2, n0, _MBAM,
|
|
667
|
+
0, [0,
|
|
668
|
+
{ [_xN]: _N }],
|
|
669
|
+
[() => exports.MessageAttributeValue$,
|
|
670
|
+
{ [_xN]: _V }]
|
|
671
|
+
];
|
|
672
|
+
var MessageBodySystemAttributeMap = [2, n0, _MBSAM,
|
|
673
|
+
0, [0,
|
|
674
|
+
{ [_xN]: _N }],
|
|
675
|
+
[() => exports.MessageSystemAttributeValue$,
|
|
676
|
+
{ [_xN]: _V }]
|
|
677
|
+
];
|
|
678
|
+
var MessageSystemAttributeMap = [2, n0, _MSAM,
|
|
679
|
+
0, [0,
|
|
680
|
+
{ [_xN]: _N }],
|
|
681
|
+
[0,
|
|
682
|
+
{ [_xN]: _V }]
|
|
683
|
+
];
|
|
684
|
+
var QueueAttributeMap = [2, n0, _QAM,
|
|
685
|
+
0, [0,
|
|
686
|
+
{ [_xN]: _N }],
|
|
687
|
+
[0,
|
|
688
|
+
{ [_xN]: _V }]
|
|
689
|
+
];
|
|
690
|
+
var TagMap = [2, n0, _TM,
|
|
691
|
+
0, [0,
|
|
692
|
+
{ [_xN]: _K }],
|
|
693
|
+
[0,
|
|
694
|
+
{ [_xN]: _V }]
|
|
695
|
+
];
|
|
696
|
+
exports.AddPermission$ = [9, n0, _AP,
|
|
697
|
+
0, () => exports.AddPermissionRequest$, () => __Unit
|
|
698
|
+
];
|
|
699
|
+
exports.CancelMessageMoveTask$ = [9, n0, _CMMT,
|
|
700
|
+
0, () => exports.CancelMessageMoveTaskRequest$, () => exports.CancelMessageMoveTaskResult$
|
|
701
|
+
];
|
|
702
|
+
exports.ChangeMessageVisibility$ = [9, n0, _CMV,
|
|
703
|
+
0, () => exports.ChangeMessageVisibilityRequest$, () => __Unit
|
|
704
|
+
];
|
|
705
|
+
exports.ChangeMessageVisibilityBatch$ = [9, n0, _CMVB,
|
|
706
|
+
0, () => exports.ChangeMessageVisibilityBatchRequest$, () => exports.ChangeMessageVisibilityBatchResult$
|
|
707
|
+
];
|
|
708
|
+
exports.CreateQueue$ = [9, n0, _CQ,
|
|
709
|
+
0, () => exports.CreateQueueRequest$, () => exports.CreateQueueResult$
|
|
710
|
+
];
|
|
711
|
+
exports.DeleteMessage$ = [9, n0, _DM,
|
|
712
|
+
0, () => exports.DeleteMessageRequest$, () => __Unit
|
|
713
|
+
];
|
|
714
|
+
exports.DeleteMessageBatch$ = [9, n0, _DMB,
|
|
715
|
+
0, () => exports.DeleteMessageBatchRequest$, () => exports.DeleteMessageBatchResult$
|
|
716
|
+
];
|
|
717
|
+
exports.DeleteQueue$ = [9, n0, _DQ,
|
|
718
|
+
0, () => exports.DeleteQueueRequest$, () => __Unit
|
|
719
|
+
];
|
|
720
|
+
exports.GetQueueAttributes$ = [9, n0, _GQA,
|
|
721
|
+
0, () => exports.GetQueueAttributesRequest$, () => exports.GetQueueAttributesResult$
|
|
722
|
+
];
|
|
723
|
+
exports.GetQueueUrl$ = [9, n0, _GQU,
|
|
724
|
+
0, () => exports.GetQueueUrlRequest$, () => exports.GetQueueUrlResult$
|
|
725
|
+
];
|
|
726
|
+
exports.ListDeadLetterSourceQueues$ = [9, n0, _LDLSQ,
|
|
727
|
+
0, () => exports.ListDeadLetterSourceQueuesRequest$, () => exports.ListDeadLetterSourceQueuesResult$
|
|
728
|
+
];
|
|
729
|
+
exports.ListMessageMoveTasks$ = [9, n0, _LMMT,
|
|
730
|
+
0, () => exports.ListMessageMoveTasksRequest$, () => exports.ListMessageMoveTasksResult$
|
|
731
|
+
];
|
|
732
|
+
exports.ListQueues$ = [9, n0, _LQ,
|
|
733
|
+
0, () => exports.ListQueuesRequest$, () => exports.ListQueuesResult$
|
|
734
|
+
];
|
|
735
|
+
exports.ListQueueTags$ = [9, n0, _LQT,
|
|
736
|
+
0, () => exports.ListQueueTagsRequest$, () => exports.ListQueueTagsResult$
|
|
737
|
+
];
|
|
738
|
+
exports.PurgeQueue$ = [9, n0, _PQ,
|
|
739
|
+
0, () => exports.PurgeQueueRequest$, () => __Unit
|
|
740
|
+
];
|
|
741
|
+
exports.ReceiveMessage$ = [9, n0, _RM,
|
|
742
|
+
0, () => exports.ReceiveMessageRequest$, () => exports.ReceiveMessageResult$
|
|
743
|
+
];
|
|
744
|
+
exports.RemovePermission$ = [9, n0, _RP,
|
|
745
|
+
0, () => exports.RemovePermissionRequest$, () => __Unit
|
|
746
|
+
];
|
|
747
|
+
exports.SendMessage$ = [9, n0, _SM,
|
|
748
|
+
0, () => exports.SendMessageRequest$, () => exports.SendMessageResult$
|
|
749
|
+
];
|
|
750
|
+
exports.SendMessageBatch$ = [9, n0, _SMB,
|
|
751
|
+
0, () => exports.SendMessageBatchRequest$, () => exports.SendMessageBatchResult$
|
|
752
|
+
];
|
|
753
|
+
exports.SetQueueAttributes$ = [9, n0, _SQA,
|
|
754
|
+
0, () => exports.SetQueueAttributesRequest$, () => __Unit
|
|
755
|
+
];
|
|
756
|
+
exports.StartMessageMoveTask$ = [9, n0, _SMMT,
|
|
757
|
+
0, () => exports.StartMessageMoveTaskRequest$, () => exports.StartMessageMoveTaskResult$
|
|
758
|
+
];
|
|
759
|
+
exports.TagQueue$ = [9, n0, _TQ,
|
|
760
|
+
0, () => exports.TagQueueRequest$, () => __Unit
|
|
761
|
+
];
|
|
762
|
+
exports.UntagQueue$ = [9, n0, _UQ,
|
|
763
|
+
0, () => exports.UntagQueueRequest$, () => __Unit
|
|
764
|
+
];
|