@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
|
@@ -8,6 +8,7 @@ import { getAwsChunkedEncodingStream, sdkStreamMixin } from "@smithy/util-stream
|
|
|
8
8
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
9
9
|
import { defaultS3HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
11
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
11
12
|
export const getRuntimeConfig = (config) => {
|
|
12
13
|
return {
|
|
13
14
|
apiVersion: "2006-03-01",
|
|
@@ -34,6 +35,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
34
35
|
protocol: config?.protocol ?? AwsRestXmlProtocol,
|
|
35
36
|
protocolSettings: config?.protocolSettings ?? {
|
|
36
37
|
defaultNamespace: "com.amazonaws.s3",
|
|
38
|
+
errorTypeRegistries,
|
|
37
39
|
xmlNamespace: "http://s3.amazonaws.com/doc/2006-03-01/",
|
|
38
40
|
version: "2006-03-01",
|
|
39
41
|
serviceTarget: "AmazonS3",
|
|
@@ -873,9 +873,9 @@ const _rce = "response-content-encoding";
|
|
|
873
873
|
const _rcl = "response-content-language";
|
|
874
874
|
const _rct = "response-content-type";
|
|
875
875
|
const _re = "response-expires";
|
|
876
|
-
const _s = "
|
|
876
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3";
|
|
877
877
|
const _sa = "start-after";
|
|
878
|
-
const
|
|
878
|
+
const _st = "streaming";
|
|
879
879
|
const _uI = "uploadId";
|
|
880
880
|
const _uim = "upload-id-marker";
|
|
881
881
|
const _vI = "versionId";
|
|
@@ -1015,13 +1015,111 @@ const n0 = "com.amazonaws.s3";
|
|
|
1015
1015
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1016
1016
|
import { AccessDenied, BucketAlreadyExists, BucketAlreadyOwnedByYou, EncryptionTypeMismatch, IdempotencyParameterMismatch, InvalidObjectState, InvalidRequest, InvalidWriteOffset, NoSuchBucket, NoSuchKey, NoSuchUpload, NotFound, ObjectAlreadyInActiveTierError, ObjectNotInActiveTierError, TooManyParts, } from "../models/errors";
|
|
1017
1017
|
import { S3ServiceException } from "../models/S3ServiceException";
|
|
1018
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1019
|
+
export var S3ServiceException$ = [-3, _s, "S3ServiceException", 0, [], []];
|
|
1020
|
+
_s_registry.registerError(S3ServiceException$, S3ServiceException);
|
|
1021
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1022
|
+
export var AccessDenied$ = [-3, n0, _AD,
|
|
1023
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1024
|
+
[],
|
|
1025
|
+
[]
|
|
1026
|
+
];
|
|
1027
|
+
n0_registry.registerError(AccessDenied$, AccessDenied);
|
|
1028
|
+
export var BucketAlreadyExists$ = [-3, n0, _BAE,
|
|
1029
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1030
|
+
[],
|
|
1031
|
+
[]
|
|
1032
|
+
];
|
|
1033
|
+
n0_registry.registerError(BucketAlreadyExists$, BucketAlreadyExists);
|
|
1034
|
+
export var BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
|
|
1035
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1036
|
+
[],
|
|
1037
|
+
[]
|
|
1038
|
+
];
|
|
1039
|
+
n0_registry.registerError(BucketAlreadyOwnedByYou$, BucketAlreadyOwnedByYou);
|
|
1040
|
+
export var EncryptionTypeMismatch$ = [-3, n0, _ETM,
|
|
1041
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1042
|
+
[],
|
|
1043
|
+
[]
|
|
1044
|
+
];
|
|
1045
|
+
n0_registry.registerError(EncryptionTypeMismatch$, EncryptionTypeMismatch);
|
|
1046
|
+
export var IdempotencyParameterMismatch$ = [-3, n0, _IPM,
|
|
1047
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1048
|
+
[],
|
|
1049
|
+
[]
|
|
1050
|
+
];
|
|
1051
|
+
n0_registry.registerError(IdempotencyParameterMismatch$, IdempotencyParameterMismatch);
|
|
1052
|
+
export var InvalidObjectState$ = [-3, n0, _IOS,
|
|
1053
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1054
|
+
[_SC, _AT],
|
|
1055
|
+
[0, 0]
|
|
1056
|
+
];
|
|
1057
|
+
n0_registry.registerError(InvalidObjectState$, InvalidObjectState);
|
|
1058
|
+
export var InvalidRequest$ = [-3, n0, _IR,
|
|
1059
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1060
|
+
[],
|
|
1061
|
+
[]
|
|
1062
|
+
];
|
|
1063
|
+
n0_registry.registerError(InvalidRequest$, InvalidRequest);
|
|
1064
|
+
export var InvalidWriteOffset$ = [-3, n0, _IWO,
|
|
1065
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1066
|
+
[],
|
|
1067
|
+
[]
|
|
1068
|
+
];
|
|
1069
|
+
n0_registry.registerError(InvalidWriteOffset$, InvalidWriteOffset);
|
|
1070
|
+
export var NoSuchBucket$ = [-3, n0, _NSB,
|
|
1071
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1072
|
+
[],
|
|
1073
|
+
[]
|
|
1074
|
+
];
|
|
1075
|
+
n0_registry.registerError(NoSuchBucket$, NoSuchBucket);
|
|
1076
|
+
export var NoSuchKey$ = [-3, n0, _NSK,
|
|
1077
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1078
|
+
[],
|
|
1079
|
+
[]
|
|
1080
|
+
];
|
|
1081
|
+
n0_registry.registerError(NoSuchKey$, NoSuchKey);
|
|
1082
|
+
export var NoSuchUpload$ = [-3, n0, _NSU,
|
|
1083
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1084
|
+
[],
|
|
1085
|
+
[]
|
|
1086
|
+
];
|
|
1087
|
+
n0_registry.registerError(NoSuchUpload$, NoSuchUpload);
|
|
1088
|
+
export var NotFound$ = [-3, n0, _NF,
|
|
1089
|
+
{ [_e]: _c },
|
|
1090
|
+
[],
|
|
1091
|
+
[]
|
|
1092
|
+
];
|
|
1093
|
+
n0_registry.registerError(NotFound$, NotFound);
|
|
1094
|
+
export var ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
|
|
1095
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1096
|
+
[],
|
|
1097
|
+
[]
|
|
1098
|
+
];
|
|
1099
|
+
n0_registry.registerError(ObjectAlreadyInActiveTierError$, ObjectAlreadyInActiveTierError);
|
|
1100
|
+
export var ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
|
|
1101
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1102
|
+
[],
|
|
1103
|
+
[]
|
|
1104
|
+
];
|
|
1105
|
+
n0_registry.registerError(ObjectNotInActiveTierError$, ObjectNotInActiveTierError);
|
|
1106
|
+
export var TooManyParts$ = [-3, n0, _TMP,
|
|
1107
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1108
|
+
[],
|
|
1109
|
+
[]
|
|
1110
|
+
];
|
|
1111
|
+
n0_registry.registerError(TooManyParts$, TooManyParts);
|
|
1112
|
+
export const errorTypeRegistries = [
|
|
1113
|
+
_s_registry,
|
|
1114
|
+
n0_registry,
|
|
1115
|
+
];
|
|
1018
1116
|
var CopySourceSSECustomerKey = [0, n0, _CSSSECK, 8, 0];
|
|
1019
1117
|
var NonEmptyKmsKeyArnString = [0, n0, _NEKKAS, 8, 0];
|
|
1020
1118
|
var SessionCredentialValue = [0, n0, _SCV, 8, 0];
|
|
1021
1119
|
var SSECustomerKey = [0, n0, _SSECK, 8, 0];
|
|
1022
1120
|
var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
|
|
1023
1121
|
var SSEKMSKeyId = [0, n0, _SSEKMSKI, 8, 0];
|
|
1024
|
-
var StreamingBlob = [0, n0, _SB, { [
|
|
1122
|
+
var StreamingBlob = [0, n0, _SB, { [_st]: 1 }, 42];
|
|
1025
1123
|
export var AbacStatus$ = [3, n0, _AS,
|
|
1026
1124
|
0,
|
|
1027
1125
|
[_S],
|
|
@@ -1057,12 +1155,6 @@ export var AccessControlTranslation$ = [3, n0, _ACT,
|
|
|
1057
1155
|
[_O],
|
|
1058
1156
|
[0], 1
|
|
1059
1157
|
];
|
|
1060
|
-
export var AccessDenied$ = [-3, n0, _AD,
|
|
1061
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1062
|
-
[],
|
|
1063
|
-
[]
|
|
1064
|
-
];
|
|
1065
|
-
TypeRegistry.for(n0).registerError(AccessDenied$, AccessDenied);
|
|
1066
1158
|
export var AnalyticsAndOperator$ = [3, n0, _AAO,
|
|
1067
1159
|
0,
|
|
1068
1160
|
[_P, _T],
|
|
@@ -1093,18 +1185,6 @@ export var Bucket$ = [3, n0, _B,
|
|
|
1093
1185
|
[_N, _CD, _BR, _BA],
|
|
1094
1186
|
[0, 4, 0, 0]
|
|
1095
1187
|
];
|
|
1096
|
-
export var BucketAlreadyExists$ = [-3, n0, _BAE,
|
|
1097
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1098
|
-
[],
|
|
1099
|
-
[]
|
|
1100
|
-
];
|
|
1101
|
-
TypeRegistry.for(n0).registerError(BucketAlreadyExists$, BucketAlreadyExists);
|
|
1102
|
-
export var BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
|
|
1103
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1104
|
-
[],
|
|
1105
|
-
[]
|
|
1106
|
-
];
|
|
1107
|
-
TypeRegistry.for(n0).registerError(BucketAlreadyOwnedByYou$, BucketAlreadyOwnedByYou);
|
|
1108
1188
|
export var BucketInfo$ = [3, n0, _BI,
|
|
1109
1189
|
0,
|
|
1110
1190
|
[_DR, _Ty],
|
|
@@ -1400,12 +1480,6 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
|
1400
1480
|
[_RKKID],
|
|
1401
1481
|
[0]
|
|
1402
1482
|
];
|
|
1403
|
-
export var EncryptionTypeMismatch$ = [-3, n0, _ETM,
|
|
1404
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1405
|
-
[],
|
|
1406
|
-
[]
|
|
1407
|
-
];
|
|
1408
|
-
TypeRegistry.for(n0).registerError(EncryptionTypeMismatch$, EncryptionTypeMismatch);
|
|
1409
1483
|
export var EndEvent$ = [3, n0, _EE,
|
|
1410
1484
|
0,
|
|
1411
1485
|
[],
|
|
@@ -1806,12 +1880,6 @@ export var HeadObjectRequest$ = [3, n0, _HOR,
|
|
|
1806
1880
|
[_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
|
|
1807
1881
|
[[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
|
|
1808
1882
|
];
|
|
1809
|
-
export var IdempotencyParameterMismatch$ = [-3, n0, _IPM,
|
|
1810
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1811
|
-
[],
|
|
1812
|
-
[]
|
|
1813
|
-
];
|
|
1814
|
-
TypeRegistry.for(n0).registerError(IdempotencyParameterMismatch$, IdempotencyParameterMismatch);
|
|
1815
1883
|
export var IndexDocument$ = [3, n0, _IDn,
|
|
1816
1884
|
0,
|
|
1817
1885
|
[_Su],
|
|
@@ -1842,24 +1910,6 @@ export var IntelligentTieringFilter$ = [3, n0, _ITF,
|
|
|
1842
1910
|
[_P, _Ta, _An],
|
|
1843
1911
|
[0, () => Tag$, [() => IntelligentTieringAndOperator$, 0]]
|
|
1844
1912
|
];
|
|
1845
|
-
export var InvalidObjectState$ = [-3, n0, _IOS,
|
|
1846
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1847
|
-
[_SC, _AT],
|
|
1848
|
-
[0, 0]
|
|
1849
|
-
];
|
|
1850
|
-
TypeRegistry.for(n0).registerError(InvalidObjectState$, InvalidObjectState);
|
|
1851
|
-
export var InvalidRequest$ = [-3, n0, _IR,
|
|
1852
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1853
|
-
[],
|
|
1854
|
-
[]
|
|
1855
|
-
];
|
|
1856
|
-
TypeRegistry.for(n0).registerError(InvalidRequest$, InvalidRequest);
|
|
1857
|
-
export var InvalidWriteOffset$ = [-3, n0, _IWO,
|
|
1858
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1859
|
-
[],
|
|
1860
|
-
[]
|
|
1861
|
-
];
|
|
1862
|
-
TypeRegistry.for(n0).registerError(InvalidWriteOffset$, InvalidWriteOffset);
|
|
1863
1913
|
export var InventoryConfiguration$ = [3, n0, _IC,
|
|
1864
1914
|
0,
|
|
1865
1915
|
[_Des, _IE, _I, _IOV, _Sc, _F, _OF],
|
|
@@ -2135,30 +2185,6 @@ export var NoncurrentVersionTransition$ = [3, n0, _NVTo,
|
|
|
2135
2185
|
[_ND, _SC, _NNV],
|
|
2136
2186
|
[1, 0, 1]
|
|
2137
2187
|
];
|
|
2138
|
-
export var NoSuchBucket$ = [-3, n0, _NSB,
|
|
2139
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2140
|
-
[],
|
|
2141
|
-
[]
|
|
2142
|
-
];
|
|
2143
|
-
TypeRegistry.for(n0).registerError(NoSuchBucket$, NoSuchBucket);
|
|
2144
|
-
export var NoSuchKey$ = [-3, n0, _NSK,
|
|
2145
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2146
|
-
[],
|
|
2147
|
-
[]
|
|
2148
|
-
];
|
|
2149
|
-
TypeRegistry.for(n0).registerError(NoSuchKey$, NoSuchKey);
|
|
2150
|
-
export var NoSuchUpload$ = [-3, n0, _NSU,
|
|
2151
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2152
|
-
[],
|
|
2153
|
-
[]
|
|
2154
|
-
];
|
|
2155
|
-
TypeRegistry.for(n0).registerError(NoSuchUpload$, NoSuchUpload);
|
|
2156
|
-
export var NotFound$ = [-3, n0, _NF,
|
|
2157
|
-
{ [_e]: _c },
|
|
2158
|
-
[],
|
|
2159
|
-
[]
|
|
2160
|
-
];
|
|
2161
|
-
TypeRegistry.for(n0).registerError(NotFound$, NotFound);
|
|
2162
2188
|
export var NotificationConfiguration$ = [3, n0, _NC,
|
|
2163
2189
|
0,
|
|
2164
2190
|
[_TCo, _QCu, _LFCa, _EBC],
|
|
@@ -2174,12 +2200,6 @@ export var _Object$ = [3, n0, _Obj,
|
|
|
2174
2200
|
[_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
|
|
2175
2201
|
[0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () => Owner$, () => RestoreStatus$]
|
|
2176
2202
|
];
|
|
2177
|
-
export var ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
|
|
2178
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
2179
|
-
[],
|
|
2180
|
-
[]
|
|
2181
|
-
];
|
|
2182
|
-
TypeRegistry.for(n0).registerError(ObjectAlreadyInActiveTierError$, ObjectAlreadyInActiveTierError);
|
|
2183
2203
|
export var ObjectIdentifier$ = [3, n0, _OI,
|
|
2184
2204
|
0,
|
|
2185
2205
|
[_K, _VI, _ETa, _LMT, _Si],
|
|
@@ -2205,12 +2225,6 @@ export var ObjectLockRule$ = [3, n0, _OLRb,
|
|
|
2205
2225
|
[_DRe],
|
|
2206
2226
|
[() => DefaultRetention$]
|
|
2207
2227
|
];
|
|
2208
|
-
export var ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
|
|
2209
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
2210
|
-
[],
|
|
2211
|
-
[]
|
|
2212
|
-
];
|
|
2213
|
-
TypeRegistry.for(n0).registerError(ObjectNotInActiveTierError$, ObjectNotInActiveTierError);
|
|
2214
2228
|
export var ObjectPart$ = [3, n0, _OPb,
|
|
2215
2229
|
0,
|
|
2216
2230
|
[_PN, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
|
|
@@ -2686,12 +2700,6 @@ export var Tiering$ = [3, n0, _Tier,
|
|
|
2686
2700
|
[_D, _AT],
|
|
2687
2701
|
[1, 0], 2
|
|
2688
2702
|
];
|
|
2689
|
-
export var TooManyParts$ = [-3, n0, _TMP,
|
|
2690
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2691
|
-
[],
|
|
2692
|
-
[]
|
|
2693
|
-
];
|
|
2694
|
-
TypeRegistry.for(n0).registerError(TooManyParts$, TooManyParts);
|
|
2695
2703
|
export var TopicConfiguration$ = [3, n0, _TCop,
|
|
2696
2704
|
0,
|
|
2697
2705
|
[_TAo, _Ev, _I, _F],
|
|
@@ -2758,8 +2766,6 @@ export var WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
|
|
|
2758
2766
|
[[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
|
|
2759
2767
|
];
|
|
2760
2768
|
var __Unit = "unit";
|
|
2761
|
-
export var S3ServiceException$ = [-3, _sm, "S3ServiceException", 0, [], []];
|
|
2762
|
-
TypeRegistry.for(_sm).registerError(S3ServiceException$, S3ServiceException);
|
|
2763
2769
|
var AllowedHeaders = 64 | 0;
|
|
2764
2770
|
var AllowedMethods = 64 | 0;
|
|
2765
2771
|
var AllowedOrigins = 64 | 0;
|
|
@@ -2911,7 +2917,7 @@ export var ObjectEncryption$ = [4, n0, _OE,
|
|
|
2911
2917
|
[[() => SSEKMSEncryption$, { [_xN]: _SK }]]
|
|
2912
2918
|
];
|
|
2913
2919
|
export var SelectObjectContentEventStream$ = [4, n0, _SOCES,
|
|
2914
|
-
{ [
|
|
2920
|
+
{ [_st]: 1 },
|
|
2915
2921
|
[_Rec, _Sta, _Pr, _Cont, _End],
|
|
2916
2922
|
[[() => RecordsEvent$, 0], [() => StatsEvent$, 0], [() => ProgressEvent$, 0], () => ContinuationEvent$, () => EndEvent$]
|
|
2917
2923
|
];
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var S3ServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDenied$: StaticErrorSchema;
|
|
5
|
+
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
6
|
+
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
7
|
+
export declare var EncryptionTypeMismatch$: StaticErrorSchema;
|
|
8
|
+
export declare var IdempotencyParameterMismatch$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidObjectState$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidRequest$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidWriteOffset$: StaticErrorSchema;
|
|
12
|
+
export declare var NoSuchBucket$: StaticErrorSchema;
|
|
13
|
+
export declare var NoSuchKey$: StaticErrorSchema;
|
|
14
|
+
export declare var NoSuchUpload$: StaticErrorSchema;
|
|
15
|
+
export declare var NotFound$: StaticErrorSchema;
|
|
16
|
+
export declare var ObjectAlreadyInActiveTierError$: StaticErrorSchema;
|
|
17
|
+
export declare var ObjectNotInActiveTierError$: StaticErrorSchema;
|
|
18
|
+
export declare var TooManyParts$: StaticErrorSchema;
|
|
19
|
+
/**
|
|
20
|
+
* TypeRegistry instances containing modeled errors.
|
|
21
|
+
* @internal
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
25
|
export declare var AbacStatus$: StaticStructureSchema;
|
|
3
26
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
4
27
|
export declare var AbortMultipartUploadOutput$: StaticStructureSchema;
|
|
@@ -6,15 +29,12 @@ export declare var AbortMultipartUploadRequest$: StaticStructureSchema;
|
|
|
6
29
|
export declare var AccelerateConfiguration$: StaticStructureSchema;
|
|
7
30
|
export declare var AccessControlPolicy$: StaticStructureSchema;
|
|
8
31
|
export declare var AccessControlTranslation$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDenied$: StaticErrorSchema;
|
|
10
32
|
export declare var AnalyticsAndOperator$: StaticStructureSchema;
|
|
11
33
|
export declare var AnalyticsConfiguration$: StaticStructureSchema;
|
|
12
34
|
export declare var AnalyticsExportDestination$: StaticStructureSchema;
|
|
13
35
|
export declare var AnalyticsS3BucketDestination$: StaticStructureSchema;
|
|
14
36
|
export declare var BlockedEncryptionTypes$: StaticStructureSchema;
|
|
15
37
|
export declare var Bucket$: StaticStructureSchema;
|
|
16
|
-
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
17
|
-
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
18
38
|
export declare var BucketInfo$: StaticStructureSchema;
|
|
19
39
|
export declare var BucketLifecycleConfiguration$: StaticStructureSchema;
|
|
20
40
|
export declare var BucketLoggingStatus$: StaticStructureSchema;
|
|
@@ -74,7 +94,6 @@ export declare var Destination$: StaticStructureSchema;
|
|
|
74
94
|
export declare var DestinationResult$: StaticStructureSchema;
|
|
75
95
|
export declare var Encryption$: StaticStructureSchema;
|
|
76
96
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
77
|
-
export declare var EncryptionTypeMismatch$: StaticErrorSchema;
|
|
78
97
|
export declare var EndEvent$: StaticStructureSchema;
|
|
79
98
|
export declare var _Error$: StaticStructureSchema;
|
|
80
99
|
export declare var ErrorDetails$: StaticStructureSchema;
|
|
@@ -155,16 +174,12 @@ export declare var HeadBucketOutput$: StaticStructureSchema;
|
|
|
155
174
|
export declare var HeadBucketRequest$: StaticStructureSchema;
|
|
156
175
|
export declare var HeadObjectOutput$: StaticStructureSchema;
|
|
157
176
|
export declare var HeadObjectRequest$: StaticStructureSchema;
|
|
158
|
-
export declare var IdempotencyParameterMismatch$: StaticErrorSchema;
|
|
159
177
|
export declare var IndexDocument$: StaticStructureSchema;
|
|
160
178
|
export declare var Initiator$: StaticStructureSchema;
|
|
161
179
|
export declare var InputSerialization$: StaticStructureSchema;
|
|
162
180
|
export declare var IntelligentTieringAndOperator$: StaticStructureSchema;
|
|
163
181
|
export declare var IntelligentTieringConfiguration$: StaticStructureSchema;
|
|
164
182
|
export declare var IntelligentTieringFilter$: StaticStructureSchema;
|
|
165
|
-
export declare var InvalidObjectState$: StaticErrorSchema;
|
|
166
|
-
export declare var InvalidRequest$: StaticErrorSchema;
|
|
167
|
-
export declare var InvalidWriteOffset$: StaticErrorSchema;
|
|
168
183
|
export declare var InventoryConfiguration$: StaticStructureSchema;
|
|
169
184
|
export declare var InventoryDestination$: StaticStructureSchema;
|
|
170
185
|
export declare var InventoryEncryption$: StaticStructureSchema;
|
|
@@ -220,20 +235,14 @@ export declare var MetricsConfiguration$: StaticStructureSchema;
|
|
|
220
235
|
export declare var MultipartUpload$: StaticStructureSchema;
|
|
221
236
|
export declare var NoncurrentVersionExpiration$: StaticStructureSchema;
|
|
222
237
|
export declare var NoncurrentVersionTransition$: StaticStructureSchema;
|
|
223
|
-
export declare var NoSuchBucket$: StaticErrorSchema;
|
|
224
|
-
export declare var NoSuchKey$: StaticErrorSchema;
|
|
225
|
-
export declare var NoSuchUpload$: StaticErrorSchema;
|
|
226
|
-
export declare var NotFound$: StaticErrorSchema;
|
|
227
238
|
export declare var NotificationConfiguration$: StaticStructureSchema;
|
|
228
239
|
export declare var NotificationConfigurationFilter$: StaticStructureSchema;
|
|
229
240
|
export declare var _Object$: StaticStructureSchema;
|
|
230
|
-
export declare var ObjectAlreadyInActiveTierError$: StaticErrorSchema;
|
|
231
241
|
export declare var ObjectIdentifier$: StaticStructureSchema;
|
|
232
242
|
export declare var ObjectLockConfiguration$: StaticStructureSchema;
|
|
233
243
|
export declare var ObjectLockLegalHold$: StaticStructureSchema;
|
|
234
244
|
export declare var ObjectLockRetention$: StaticStructureSchema;
|
|
235
245
|
export declare var ObjectLockRule$: StaticStructureSchema;
|
|
236
|
-
export declare var ObjectNotInActiveTierError$: StaticErrorSchema;
|
|
237
246
|
export declare var ObjectPart$: StaticStructureSchema;
|
|
238
247
|
export declare var ObjectVersion$: StaticStructureSchema;
|
|
239
248
|
export declare var OutputLocation$: StaticStructureSchema;
|
|
@@ -329,7 +338,6 @@ export declare var Tagging$: StaticStructureSchema;
|
|
|
329
338
|
export declare var TargetGrant$: StaticStructureSchema;
|
|
330
339
|
export declare var TargetObjectKeyFormat$: StaticStructureSchema;
|
|
331
340
|
export declare var Tiering$: StaticStructureSchema;
|
|
332
|
-
export declare var TooManyParts$: StaticErrorSchema;
|
|
333
341
|
export declare var TopicConfiguration$: StaticStructureSchema;
|
|
334
342
|
export declare var Transition$: StaticStructureSchema;
|
|
335
343
|
export declare var UpdateBucketMetadataInventoryTableConfigurationRequest$: StaticStructureSchema;
|
|
@@ -343,7 +351,6 @@ export declare var UploadPartRequest$: StaticStructureSchema;
|
|
|
343
351
|
export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
344
352
|
export declare var WebsiteConfiguration$: StaticStructureSchema;
|
|
345
353
|
export declare var WriteGetObjectResponseRequest$: StaticStructureSchema;
|
|
346
|
-
export declare var S3ServiceException$: StaticErrorSchema;
|
|
347
354
|
export declare var AnalyticsFilter$: StaticUnionSchema;
|
|
348
355
|
export declare var MetricsFilter$: StaticUnionSchema;
|
|
349
356
|
export declare var ObjectEncryption$: StaticUnionSchema;
|
|
@@ -1,9 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var S3ServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDenied$: StaticErrorSchema;
|
|
10
|
+
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
11
|
+
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
12
|
+
export declare var EncryptionTypeMismatch$: StaticErrorSchema;
|
|
13
|
+
export declare var IdempotencyParameterMismatch$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidObjectState$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidRequest$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidWriteOffset$: StaticErrorSchema;
|
|
17
|
+
export declare var NoSuchBucket$: StaticErrorSchema;
|
|
18
|
+
export declare var NoSuchKey$: StaticErrorSchema;
|
|
19
|
+
export declare var NoSuchUpload$: StaticErrorSchema;
|
|
20
|
+
export declare var NotFound$: StaticErrorSchema;
|
|
21
|
+
export declare var ObjectAlreadyInActiveTierError$: StaticErrorSchema;
|
|
22
|
+
export declare var ObjectNotInActiveTierError$: StaticErrorSchema;
|
|
23
|
+
export declare var TooManyParts$: StaticErrorSchema;
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
25
|
export declare var AbacStatus$: StaticStructureSchema;
|
|
8
26
|
export declare var AbortIncompleteMultipartUpload$: StaticStructureSchema;
|
|
9
27
|
export declare var AbortMultipartUploadOutput$: StaticStructureSchema;
|
|
@@ -11,15 +29,12 @@ export declare var AbortMultipartUploadRequest$: StaticStructureSchema;
|
|
|
11
29
|
export declare var AccelerateConfiguration$: StaticStructureSchema;
|
|
12
30
|
export declare var AccessControlPolicy$: StaticStructureSchema;
|
|
13
31
|
export declare var AccessControlTranslation$: StaticStructureSchema;
|
|
14
|
-
export declare var AccessDenied$: StaticErrorSchema;
|
|
15
32
|
export declare var AnalyticsAndOperator$: StaticStructureSchema;
|
|
16
33
|
export declare var AnalyticsConfiguration$: StaticStructureSchema;
|
|
17
34
|
export declare var AnalyticsExportDestination$: StaticStructureSchema;
|
|
18
35
|
export declare var AnalyticsS3BucketDestination$: StaticStructureSchema;
|
|
19
36
|
export declare var BlockedEncryptionTypes$: StaticStructureSchema;
|
|
20
37
|
export declare var Bucket$: StaticStructureSchema;
|
|
21
|
-
export declare var BucketAlreadyExists$: StaticErrorSchema;
|
|
22
|
-
export declare var BucketAlreadyOwnedByYou$: StaticErrorSchema;
|
|
23
38
|
export declare var BucketInfo$: StaticStructureSchema;
|
|
24
39
|
export declare var BucketLifecycleConfiguration$: StaticStructureSchema;
|
|
25
40
|
export declare var BucketLoggingStatus$: StaticStructureSchema;
|
|
@@ -79,7 +94,6 @@ export declare var Destination$: StaticStructureSchema;
|
|
|
79
94
|
export declare var DestinationResult$: StaticStructureSchema;
|
|
80
95
|
export declare var Encryption$: StaticStructureSchema;
|
|
81
96
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
82
|
-
export declare var EncryptionTypeMismatch$: StaticErrorSchema;
|
|
83
97
|
export declare var EndEvent$: StaticStructureSchema;
|
|
84
98
|
export declare var _Error$: StaticStructureSchema;
|
|
85
99
|
export declare var ErrorDetails$: StaticStructureSchema;
|
|
@@ -160,16 +174,12 @@ export declare var HeadBucketOutput$: StaticStructureSchema;
|
|
|
160
174
|
export declare var HeadBucketRequest$: StaticStructureSchema;
|
|
161
175
|
export declare var HeadObjectOutput$: StaticStructureSchema;
|
|
162
176
|
export declare var HeadObjectRequest$: StaticStructureSchema;
|
|
163
|
-
export declare var IdempotencyParameterMismatch$: StaticErrorSchema;
|
|
164
177
|
export declare var IndexDocument$: StaticStructureSchema;
|
|
165
178
|
export declare var Initiator$: StaticStructureSchema;
|
|
166
179
|
export declare var InputSerialization$: StaticStructureSchema;
|
|
167
180
|
export declare var IntelligentTieringAndOperator$: StaticStructureSchema;
|
|
168
181
|
export declare var IntelligentTieringConfiguration$: StaticStructureSchema;
|
|
169
182
|
export declare var IntelligentTieringFilter$: StaticStructureSchema;
|
|
170
|
-
export declare var InvalidObjectState$: StaticErrorSchema;
|
|
171
|
-
export declare var InvalidRequest$: StaticErrorSchema;
|
|
172
|
-
export declare var InvalidWriteOffset$: StaticErrorSchema;
|
|
173
183
|
export declare var InventoryConfiguration$: StaticStructureSchema;
|
|
174
184
|
export declare var InventoryDestination$: StaticStructureSchema;
|
|
175
185
|
export declare var InventoryEncryption$: StaticStructureSchema;
|
|
@@ -225,20 +235,14 @@ export declare var MetricsConfiguration$: StaticStructureSchema;
|
|
|
225
235
|
export declare var MultipartUpload$: StaticStructureSchema;
|
|
226
236
|
export declare var NoncurrentVersionExpiration$: StaticStructureSchema;
|
|
227
237
|
export declare var NoncurrentVersionTransition$: StaticStructureSchema;
|
|
228
|
-
export declare var NoSuchBucket$: StaticErrorSchema;
|
|
229
|
-
export declare var NoSuchKey$: StaticErrorSchema;
|
|
230
|
-
export declare var NoSuchUpload$: StaticErrorSchema;
|
|
231
|
-
export declare var NotFound$: StaticErrorSchema;
|
|
232
238
|
export declare var NotificationConfiguration$: StaticStructureSchema;
|
|
233
239
|
export declare var NotificationConfigurationFilter$: StaticStructureSchema;
|
|
234
240
|
export declare var _Object$: StaticStructureSchema;
|
|
235
|
-
export declare var ObjectAlreadyInActiveTierError$: StaticErrorSchema;
|
|
236
241
|
export declare var ObjectIdentifier$: StaticStructureSchema;
|
|
237
242
|
export declare var ObjectLockConfiguration$: StaticStructureSchema;
|
|
238
243
|
export declare var ObjectLockLegalHold$: StaticStructureSchema;
|
|
239
244
|
export declare var ObjectLockRetention$: StaticStructureSchema;
|
|
240
245
|
export declare var ObjectLockRule$: StaticStructureSchema;
|
|
241
|
-
export declare var ObjectNotInActiveTierError$: StaticErrorSchema;
|
|
242
246
|
export declare var ObjectPart$: StaticStructureSchema;
|
|
243
247
|
export declare var ObjectVersion$: StaticStructureSchema;
|
|
244
248
|
export declare var OutputLocation$: StaticStructureSchema;
|
|
@@ -334,7 +338,6 @@ export declare var Tagging$: StaticStructureSchema;
|
|
|
334
338
|
export declare var TargetGrant$: StaticStructureSchema;
|
|
335
339
|
export declare var TargetObjectKeyFormat$: StaticStructureSchema;
|
|
336
340
|
export declare var Tiering$: StaticStructureSchema;
|
|
337
|
-
export declare var TooManyParts$: StaticErrorSchema;
|
|
338
341
|
export declare var TopicConfiguration$: StaticStructureSchema;
|
|
339
342
|
export declare var Transition$: StaticStructureSchema;
|
|
340
343
|
export declare var UpdateBucketMetadataInventoryTableConfigurationRequest$: StaticStructureSchema;
|
|
@@ -348,7 +351,6 @@ export declare var UploadPartRequest$: StaticStructureSchema;
|
|
|
348
351
|
export declare var VersioningConfiguration$: StaticStructureSchema;
|
|
349
352
|
export declare var WebsiteConfiguration$: StaticStructureSchema;
|
|
350
353
|
export declare var WriteGetObjectResponseRequest$: StaticStructureSchema;
|
|
351
|
-
export declare var S3ServiceException$: StaticErrorSchema;
|
|
352
354
|
export declare var AnalyticsFilter$: StaticUnionSchema;
|
|
353
355
|
export declare var MetricsFilter$: StaticUnionSchema;
|
|
354
356
|
export declare var ObjectEncryption$: StaticUnionSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.997.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -30,61 +30,61 @@
|
|
|
30
30
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
32
32
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
33
|
-
"@aws-sdk/core": "^3.973.
|
|
34
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
37
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.972.
|
|
38
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
39
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
40
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
41
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
42
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
43
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
45
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
46
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
47
|
-
"@aws-sdk/types": "^3.973.
|
|
48
|
-
"@aws-sdk/util-endpoints": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
51
|
-
"@smithy/config-resolver": "^4.4.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
54
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
55
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
57
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
58
|
-
"@smithy/hash-node": "^4.2.
|
|
59
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
60
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
61
|
-
"@smithy/md5-js": "^4.2.
|
|
62
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
64
|
-
"@smithy/middleware-retry": "^4.4.
|
|
65
|
-
"@smithy/middleware-serde": "^4.2.
|
|
66
|
-
"@smithy/middleware-stack": "^4.2.
|
|
67
|
-
"@smithy/node-config-provider": "^4.3.
|
|
68
|
-
"@smithy/node-http-handler": "^4.4.
|
|
69
|
-
"@smithy/protocol-http": "^5.3.
|
|
70
|
-
"@smithy/smithy-client": "^4.11.
|
|
71
|
-
"@smithy/types": "^4.12.
|
|
72
|
-
"@smithy/url-parser": "^4.2.
|
|
73
|
-
"@smithy/util-base64": "^4.3.
|
|
74
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
75
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
78
|
-
"@smithy/util-endpoints": "^3.2.
|
|
79
|
-
"@smithy/util-middleware": "^4.2.
|
|
80
|
-
"@smithy/util-retry": "^4.2.
|
|
81
|
-
"@smithy/util-stream": "^4.5.
|
|
82
|
-
"@smithy/util-utf8": "^4.2.
|
|
83
|
-
"@smithy/util-waiter": "^4.2.
|
|
33
|
+
"@aws-sdk/core": "^3.973.13",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "^3.972.12",
|
|
35
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.4",
|
|
36
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.4",
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.972.11",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "^3.972.4",
|
|
39
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.4",
|
|
40
|
+
"@aws-sdk/middleware-logger": "^3.972.4",
|
|
41
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.4",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.13",
|
|
43
|
+
"@aws-sdk/middleware-ssec": "^3.972.4",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "^3.972.13",
|
|
45
|
+
"@aws-sdk/region-config-resolver": "^3.972.4",
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.1",
|
|
47
|
+
"@aws-sdk/types": "^3.973.2",
|
|
48
|
+
"@aws-sdk/util-endpoints": "^3.996.1",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.4",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "^3.972.12",
|
|
51
|
+
"@smithy/config-resolver": "^4.4.7",
|
|
52
|
+
"@smithy/core": "^3.23.4",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.2.9",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.9",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.2.9",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.3.10",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.2.10",
|
|
58
|
+
"@smithy/hash-node": "^4.2.9",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.2.9",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.2.9",
|
|
61
|
+
"@smithy/md5-js": "^4.2.9",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.2.9",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.18",
|
|
64
|
+
"@smithy/middleware-retry": "^4.4.35",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.10",
|
|
66
|
+
"@smithy/middleware-stack": "^4.2.9",
|
|
67
|
+
"@smithy/node-config-provider": "^4.3.9",
|
|
68
|
+
"@smithy/node-http-handler": "^4.4.11",
|
|
69
|
+
"@smithy/protocol-http": "^5.3.9",
|
|
70
|
+
"@smithy/smithy-client": "^4.11.7",
|
|
71
|
+
"@smithy/types": "^4.12.1",
|
|
72
|
+
"@smithy/url-parser": "^4.2.9",
|
|
73
|
+
"@smithy/util-base64": "^4.3.1",
|
|
74
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
75
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.3.34",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.37",
|
|
78
|
+
"@smithy/util-endpoints": "^3.2.9",
|
|
79
|
+
"@smithy/util-middleware": "^4.2.9",
|
|
80
|
+
"@smithy/util-retry": "^4.2.9",
|
|
81
|
+
"@smithy/util-stream": "^4.5.14",
|
|
82
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
83
|
+
"@smithy/util-waiter": "^4.2.9",
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
87
|
+
"@aws-sdk/signature-v4-crt": "3.997.0",
|
|
88
88
|
"@tsconfig/node20": "20.1.8",
|
|
89
89
|
"@types/node": "^20.14.8",
|
|
90
90
|
"concurrently": "7.0.0",
|