@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
|
@@ -94,6 +94,7 @@ export interface KMS {
|
|
|
94
94
|
/**
|
|
95
95
|
* @see {@link DecryptCommand}
|
|
96
96
|
*/
|
|
97
|
+
decrypt(): Promise<DecryptCommandOutput>;
|
|
97
98
|
decrypt(args: DecryptCommandInput, options?: __HttpHandlerOptions): Promise<DecryptCommandOutput>;
|
|
98
99
|
decrypt(args: DecryptCommandInput, cb: (err: any, data?: DecryptCommandOutput) => void): void;
|
|
99
100
|
decrypt(args: DecryptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecryptCommandOutput) => void): void;
|
|
@@ -93,7 +93,6 @@ declare const CreateKeyCommand_base: {
|
|
|
93
93
|
* <p> </p>
|
|
94
94
|
* </dd>
|
|
95
95
|
* <dt>Multi-Region primary keys</dt>
|
|
96
|
-
* <dt>Imported key material</dt>
|
|
97
96
|
* <dd>
|
|
98
97
|
* <p>To create a multi-Region <i>primary key</i> in the local Amazon Web Services Region,
|
|
99
98
|
* use the <code>MultiRegion</code> parameter with a value of <code>True</code>. To create
|
|
@@ -111,6 +110,7 @@ declare const CreateKeyCommand_base: {
|
|
|
111
110
|
* it in a different Amazon Web Services Region without re-encrypting the data or making a cross-Region call. For more information about multi-Region keys, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html">Multi-Region keys in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
112
111
|
* <p> </p>
|
|
113
112
|
* </dd>
|
|
113
|
+
* <dt>Imported key material</dt>
|
|
114
114
|
* <dd>
|
|
115
115
|
* <p>To import your own key material into a KMS key, begin by creating a KMS key with no
|
|
116
116
|
* key material. To do this, use the <code>Origin</code> parameter of
|
|
@@ -23,7 +23,7 @@ export interface DecryptCommandOutput extends DecryptResponse, __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const DecryptCommand_base: {
|
|
25
25
|
new (input: DecryptCommandInput): import("@smithy/smithy-client").CommandImpl<DecryptCommandInput, DecryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DecryptCommandInput): import("@smithy/smithy-client").CommandImpl<DecryptCommandInput, DecryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DecryptCommandInput]): import("@smithy/smithy-client").CommandImpl<DecryptCommandInput, DecryptCommandOutput, KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -133,7 +133,7 @@ declare const DecryptCommand_base: {
|
|
|
133
133
|
* const config = {}; // type is KMSClientConfig
|
|
134
134
|
* const client = new KMSClient(config);
|
|
135
135
|
* const input = { // DecryptRequest
|
|
136
|
-
* CiphertextBlob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
136
|
+
* CiphertextBlob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
137
137
|
* EncryptionContext: { // EncryptionContextType
|
|
138
138
|
* "<keys>": "STRING_VALUE",
|
|
139
139
|
* },
|
|
@@ -147,6 +147,9 @@ declare const DecryptCommand_base: {
|
|
|
147
147
|
* AttestationDocument: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
148
148
|
* },
|
|
149
149
|
* DryRun: true || false,
|
|
150
|
+
* DryRunModifiers: [ // DryRunModifierList
|
|
151
|
+
* "IGNORE_CIPHERTEXT",
|
|
152
|
+
* ],
|
|
150
153
|
* };
|
|
151
154
|
* const command = new DecryptCommand(input);
|
|
152
155
|
* const response = await client.send(command);
|
|
@@ -131,7 +131,7 @@ declare const ReEncryptCommand_base: {
|
|
|
131
131
|
* const config = {}; // type is KMSClientConfig
|
|
132
132
|
* const client = new KMSClient(config);
|
|
133
133
|
* const input = { // ReEncryptRequest
|
|
134
|
-
* CiphertextBlob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
134
|
+
* CiphertextBlob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
135
135
|
* SourceEncryptionContext: { // EncryptionContextType
|
|
136
136
|
* "<keys>": "STRING_VALUE",
|
|
137
137
|
* },
|
|
@@ -146,6 +146,9 @@ declare const ReEncryptCommand_base: {
|
|
|
146
146
|
* "STRING_VALUE",
|
|
147
147
|
* ],
|
|
148
148
|
* DryRun: true || false,
|
|
149
|
+
* DryRunModifiers: [ // DryRunModifierList
|
|
150
|
+
* "IGNORE_CIPHERTEXT",
|
|
151
|
+
* ],
|
|
149
152
|
* };
|
|
150
153
|
* const command = new ReEncryptCommand(input);
|
|
151
154
|
* const response = await client.send(command);
|
|
@@ -37,7 +37,7 @@ declare const RotateKeyOnDemandCommand_base: {
|
|
|
37
37
|
* 2024, and you perform an on-demand rotation on April 10, 2024, the key will automatically
|
|
38
38
|
* rotate, as scheduled, on April 14, 2024 and every 730 days thereafter.</p>
|
|
39
39
|
* <note>
|
|
40
|
-
* <p>You can perform on-demand key rotation a <b>maximum of
|
|
40
|
+
* <p>You can perform on-demand key rotation a <b>maximum of 25
|
|
41
41
|
* times</b> per KMS key. You can use the KMS console to view the number of
|
|
42
42
|
* remaining on-demand rotations available for a KMS key.</p>
|
|
43
43
|
* </note>
|
|
@@ -333,6 +333,17 @@ export declare const DataKeySpec: {
|
|
|
333
333
|
* @public
|
|
334
334
|
*/
|
|
335
335
|
export type DataKeySpec = (typeof DataKeySpec)[keyof typeof DataKeySpec];
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
* @enum
|
|
339
|
+
*/
|
|
340
|
+
export declare const DryRunModifierType: {
|
|
341
|
+
readonly IGNORE_CIPHERTEXT: "IGNORE_CIPHERTEXT";
|
|
342
|
+
};
|
|
343
|
+
/**
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
export type DryRunModifierType = (typeof DryRunModifierType)[keyof typeof DryRunModifierType];
|
|
336
347
|
/**
|
|
337
348
|
* @public
|
|
338
349
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AlgorithmSpec, ConnectionErrorCodeType, ConnectionStateType, CustomerMasterKeySpec, CustomKeyStoreType, DataKeyPairSpec, DataKeySpec, EncryptionAlgorithmSpec, ExpirationModelType, GrantOperation, ImportState, ImportType, IncludeKeyMaterial, KeyAgreementAlgorithmSpec, KeyEncryptionMechanism, KeyManagerType, KeyMaterialState, KeySpec, KeyState, KeyUsageType, MacAlgorithmSpec, MessageType, MultiRegionKeyType, OriginType, RotationType, SigningAlgorithmSpec, WrappingKeySpec, XksProxyConnectivityType } from "./enums";
|
|
1
|
+
import { AlgorithmSpec, ConnectionErrorCodeType, ConnectionStateType, CustomerMasterKeySpec, CustomKeyStoreType, DataKeyPairSpec, DataKeySpec, DryRunModifierType, EncryptionAlgorithmSpec, ExpirationModelType, GrantOperation, ImportState, ImportType, IncludeKeyMaterial, KeyAgreementAlgorithmSpec, KeyEncryptionMechanism, KeyManagerType, KeyMaterialState, KeySpec, KeyState, KeyUsageType, MacAlgorithmSpec, MessageType, MultiRegionKeyType, OriginType, RotationType, SigningAlgorithmSpec, WrappingKeySpec, XksProxyConnectivityType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains information about an alias.</p>
|
|
4
4
|
* @public
|
|
@@ -1539,9 +1539,10 @@ export interface RecipientInfo {
|
|
|
1539
1539
|
export interface DecryptRequest {
|
|
1540
1540
|
/**
|
|
1541
1541
|
* <p>Ciphertext to be decrypted. The blob includes metadata.</p>
|
|
1542
|
+
* <p>This parameter is required in all cases except when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>.</p>
|
|
1542
1543
|
* @public
|
|
1543
1544
|
*/
|
|
1544
|
-
CiphertextBlob
|
|
1545
|
+
CiphertextBlob?: Uint8Array | undefined;
|
|
1545
1546
|
/**
|
|
1546
1547
|
* <p>Specifies the encryption context to use when decrypting the data.
|
|
1547
1548
|
* An encryption context is valid only for <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-cryptography.html#cryptographic-operations">cryptographic operations</a> with a symmetric encryption KMS key. The standard asymmetric encryption algorithms and HMAC algorithms that KMS uses do not support an encryption context.</p>
|
|
@@ -1566,7 +1567,7 @@ export interface DecryptRequest {
|
|
|
1566
1567
|
* different KMS key, the <code>Decrypt</code> operation throws an
|
|
1567
1568
|
* <code>IncorrectKeyException</code>.</p>
|
|
1568
1569
|
* <p>This parameter is required only when the ciphertext was encrypted under an asymmetric KMS
|
|
1569
|
-
* key
|
|
1570
|
+
* key or when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>. If you used a symmetric encryption KMS key, KMS can get the KMS key from metadata that
|
|
1570
1571
|
* it adds to the symmetric ciphertext blob. However, it is always recommended as a best
|
|
1571
1572
|
* practice. This practice ensures that you use the KMS key that you intend.</p>
|
|
1572
1573
|
* <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.</p>
|
|
@@ -1625,6 +1626,16 @@ export interface DecryptRequest {
|
|
|
1625
1626
|
* @public
|
|
1626
1627
|
*/
|
|
1627
1628
|
DryRun?: boolean | undefined;
|
|
1629
|
+
/**
|
|
1630
|
+
* <p>Specifies the modifiers to apply to the dry run operation. <code>DryRunModifiers</code> is an optional parameter that only applies when <code>DryRun</code> is
|
|
1631
|
+
* set to <code>true</code>.</p>
|
|
1632
|
+
* <p>When set to <code>IGNORE_CIPHERTEXT</code>, KMS performs only authorization validation without ciphertext validation. This allows you to test permissions
|
|
1633
|
+
* without requiring a valid ciphertext blob.</p>
|
|
1634
|
+
* <p>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/testing-permissions.html">Testing your
|
|
1635
|
+
* permissions</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1638
|
+
DryRunModifiers?: DryRunModifierType[] | undefined;
|
|
1628
1639
|
}
|
|
1629
1640
|
/**
|
|
1630
1641
|
* @public
|
|
@@ -3906,9 +3917,10 @@ export interface PutKeyPolicyRequest {
|
|
|
3906
3917
|
export interface ReEncryptRequest {
|
|
3907
3918
|
/**
|
|
3908
3919
|
* <p>Ciphertext of the data to reencrypt.</p>
|
|
3920
|
+
* <p>This parameter is required in all cases except when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>.</p>
|
|
3909
3921
|
* @public
|
|
3910
3922
|
*/
|
|
3911
|
-
CiphertextBlob
|
|
3923
|
+
CiphertextBlob?: Uint8Array | undefined;
|
|
3912
3924
|
/**
|
|
3913
3925
|
* <p>Specifies the encryption context to use to decrypt the ciphertext. Enter the same
|
|
3914
3926
|
* encryption context that was used to encrypt the ciphertext.</p>
|
|
@@ -3927,8 +3939,9 @@ export interface ReEncryptRequest {
|
|
|
3927
3939
|
* different KMS key, the <code>ReEncrypt</code> operation throws an
|
|
3928
3940
|
* <code>IncorrectKeyException</code>.</p>
|
|
3929
3941
|
* <p>This parameter is required only when the ciphertext was encrypted under an asymmetric KMS
|
|
3930
|
-
* key
|
|
3931
|
-
*
|
|
3942
|
+
* key or when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to
|
|
3943
|
+
* <code>IGNORE_CIPHERTEXT</code>. If you used a symmetric encryption KMS key, KMS can get the KMS key
|
|
3944
|
+
* from metadata that it adds to the symmetric ciphertext blob. However, it is always recommended as a best
|
|
3932
3945
|
* practice. This practice ensures that you use the KMS key that you intend.</p>
|
|
3933
3946
|
* <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.</p>
|
|
3934
3947
|
* <p>For example:</p>
|
|
@@ -4032,6 +4045,16 @@ export interface ReEncryptRequest {
|
|
|
4032
4045
|
* @public
|
|
4033
4046
|
*/
|
|
4034
4047
|
DryRun?: boolean | undefined;
|
|
4048
|
+
/**
|
|
4049
|
+
* <p>Specifies the modifiers to apply to the dry run operation. <code>DryRunModifiers</code> is an optional parameter that only applies when <code>DryRun</code> is
|
|
4050
|
+
* set to <code>true</code>.</p>
|
|
4051
|
+
* <p>When set to <code>IGNORE_CIPHERTEXT</code>, KMS performs only authorization validation without ciphertext validation. This allows you to test permissions
|
|
4052
|
+
* without requiring a valid ciphertext blob.</p>
|
|
4053
|
+
* <p>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/testing-permissions.html">Testing your
|
|
4054
|
+
* permissions</a> in the <i>Key Management Service Developer Guide</i>.</p>
|
|
4055
|
+
* @public
|
|
4056
|
+
*/
|
|
4057
|
+
DryRunModifiers?: DryRunModifierType[] | undefined;
|
|
4035
4058
|
}
|
|
4036
4059
|
/**
|
|
4037
4060
|
* @public
|
|
@@ -1,14 +1,63 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
+
export declare var KMSServiceException$: StaticErrorSchema;
|
|
3
4
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
4
|
-
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
5
|
-
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
6
5
|
export declare var CloudHsmClusterInUseException$: StaticErrorSchema;
|
|
7
6
|
export declare var CloudHsmClusterInvalidConfigurationException$: StaticErrorSchema;
|
|
8
7
|
export declare var CloudHsmClusterNotActiveException$: StaticErrorSchema;
|
|
9
8
|
export declare var CloudHsmClusterNotFoundException$: StaticErrorSchema;
|
|
10
9
|
export declare var CloudHsmClusterNotRelatedException$: StaticErrorSchema;
|
|
11
10
|
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
12
|
+
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
13
|
+
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
14
|
+
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
16
|
+
export declare var DisabledException$: StaticErrorSchema;
|
|
17
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
18
|
+
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
19
|
+
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
20
|
+
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
21
|
+
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
30
|
+
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
31
|
+
export declare var KMSInternalException$: StaticErrorSchema;
|
|
32
|
+
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
33
|
+
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
34
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
35
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
36
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
37
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var TagException$: StaticErrorSchema;
|
|
39
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
40
|
+
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
41
|
+
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
42
|
+
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
43
|
+
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
44
|
+
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
45
|
+
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
46
|
+
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
47
|
+
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
48
|
+
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
49
|
+
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
50
|
+
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
51
|
+
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
52
|
+
/**
|
|
53
|
+
* TypeRegistry instances containing modeled errors.
|
|
54
|
+
* @internal
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
58
|
+
export declare var AliasListEntry$: StaticStructureSchema;
|
|
59
|
+
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
12
61
|
export declare var ConnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
13
62
|
export declare var ConnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
14
63
|
export declare var CreateAliasRequest$: StaticStructureSchema;
|
|
@@ -18,10 +67,6 @@ export declare var CreateGrantRequest$: StaticStructureSchema;
|
|
|
18
67
|
export declare var CreateGrantResponse$: StaticStructureSchema;
|
|
19
68
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
20
69
|
export declare var CreateKeyResponse$: StaticStructureSchema;
|
|
21
|
-
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
22
|
-
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
23
|
-
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
24
|
-
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
25
70
|
export declare var CustomKeyStoresListEntry$: StaticStructureSchema;
|
|
26
71
|
export declare var DecryptRequest$: StaticStructureSchema;
|
|
27
72
|
export declare var DecryptResponse$: StaticStructureSchema;
|
|
@@ -30,24 +75,20 @@ export declare var DeleteCustomKeyStoreRequest$: StaticStructureSchema;
|
|
|
30
75
|
export declare var DeleteCustomKeyStoreResponse$: StaticStructureSchema;
|
|
31
76
|
export declare var DeleteImportedKeyMaterialRequest$: StaticStructureSchema;
|
|
32
77
|
export declare var DeleteImportedKeyMaterialResponse$: StaticStructureSchema;
|
|
33
|
-
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
34
78
|
export declare var DeriveSharedSecretRequest$: StaticStructureSchema;
|
|
35
79
|
export declare var DeriveSharedSecretResponse$: StaticStructureSchema;
|
|
36
80
|
export declare var DescribeCustomKeyStoresRequest$: StaticStructureSchema;
|
|
37
81
|
export declare var DescribeCustomKeyStoresResponse$: StaticStructureSchema;
|
|
38
82
|
export declare var DescribeKeyRequest$: StaticStructureSchema;
|
|
39
83
|
export declare var DescribeKeyResponse$: StaticStructureSchema;
|
|
40
|
-
export declare var DisabledException$: StaticErrorSchema;
|
|
41
84
|
export declare var DisableKeyRequest$: StaticStructureSchema;
|
|
42
85
|
export declare var DisableKeyRotationRequest$: StaticStructureSchema;
|
|
43
86
|
export declare var DisconnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
44
87
|
export declare var DisconnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
45
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
46
88
|
export declare var EnableKeyRequest$: StaticStructureSchema;
|
|
47
89
|
export declare var EnableKeyRotationRequest$: StaticStructureSchema;
|
|
48
90
|
export declare var EncryptRequest$: StaticStructureSchema;
|
|
49
91
|
export declare var EncryptResponse$: StaticStructureSchema;
|
|
50
|
-
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
51
92
|
export declare var GenerateDataKeyPairRequest$: StaticStructureSchema;
|
|
52
93
|
export declare var GenerateDataKeyPairResponse$: StaticStructureSchema;
|
|
53
94
|
export declare var GenerateDataKeyPairWithoutPlaintextRequest$: StaticStructureSchema;
|
|
@@ -72,25 +113,8 @@ export declare var GrantConstraints$: StaticStructureSchema;
|
|
|
72
113
|
export declare var GrantListEntry$: StaticStructureSchema;
|
|
73
114
|
export declare var ImportKeyMaterialRequest$: StaticStructureSchema;
|
|
74
115
|
export declare var ImportKeyMaterialResponse$: StaticStructureSchema;
|
|
75
|
-
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
76
|
-
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
77
|
-
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
78
|
-
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
79
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
80
|
-
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
81
|
-
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
82
|
-
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
83
|
-
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
84
|
-
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
85
|
-
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
86
116
|
export declare var KeyListEntry$: StaticStructureSchema;
|
|
87
117
|
export declare var KeyMetadata$: StaticStructureSchema;
|
|
88
|
-
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
89
|
-
export declare var KMSInternalException$: StaticErrorSchema;
|
|
90
|
-
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
91
|
-
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
92
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
93
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
94
118
|
export declare var ListAliasesRequest$: StaticStructureSchema;
|
|
95
119
|
export declare var ListAliasesResponse$: StaticStructureSchema;
|
|
96
120
|
export declare var ListGrantsRequest$: StaticStructureSchema;
|
|
@@ -104,10 +128,8 @@ export declare var ListKeysResponse$: StaticStructureSchema;
|
|
|
104
128
|
export declare var ListResourceTagsRequest$: StaticStructureSchema;
|
|
105
129
|
export declare var ListResourceTagsResponse$: StaticStructureSchema;
|
|
106
130
|
export declare var ListRetirableGrantsRequest$: StaticStructureSchema;
|
|
107
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
108
131
|
export declare var MultiRegionConfiguration$: StaticStructureSchema;
|
|
109
132
|
export declare var MultiRegionKey$: StaticStructureSchema;
|
|
110
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
111
133
|
export declare var PutKeyPolicyRequest$: StaticStructureSchema;
|
|
112
134
|
export declare var RecipientInfo$: StaticStructureSchema;
|
|
113
135
|
export declare var ReEncryptRequest$: StaticStructureSchema;
|
|
@@ -124,9 +146,7 @@ export declare var ScheduleKeyDeletionResponse$: StaticStructureSchema;
|
|
|
124
146
|
export declare var SignRequest$: StaticStructureSchema;
|
|
125
147
|
export declare var SignResponse$: StaticStructureSchema;
|
|
126
148
|
export declare var Tag$: StaticStructureSchema;
|
|
127
|
-
export declare var TagException$: StaticErrorSchema;
|
|
128
149
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
129
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
130
150
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
131
151
|
export declare var UpdateAliasRequest$: StaticStructureSchema;
|
|
132
152
|
export declare var UpdateCustomKeyStoreRequest$: StaticStructureSchema;
|
|
@@ -137,22 +157,9 @@ export declare var VerifyMacRequest$: StaticStructureSchema;
|
|
|
137
157
|
export declare var VerifyMacResponse$: StaticStructureSchema;
|
|
138
158
|
export declare var VerifyRequest$: StaticStructureSchema;
|
|
139
159
|
export declare var VerifyResponse$: StaticStructureSchema;
|
|
140
|
-
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
141
160
|
export declare var XksKeyConfigurationType$: StaticStructureSchema;
|
|
142
|
-
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
143
|
-
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
144
161
|
export declare var XksProxyAuthenticationCredentialType$: StaticStructureSchema;
|
|
145
162
|
export declare var XksProxyConfigurationType$: StaticStructureSchema;
|
|
146
|
-
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
147
|
-
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
148
|
-
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
149
|
-
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
150
|
-
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
151
|
-
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
152
|
-
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
153
|
-
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
154
|
-
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
155
|
-
export declare var KMSServiceException$: StaticErrorSchema;
|
|
156
163
|
export declare var CancelKeyDeletion$: StaticOperationSchema;
|
|
157
164
|
export declare var ConnectCustomKeyStore$: StaticOperationSchema;
|
|
158
165
|
export declare var CreateAlias$: StaticOperationSchema;
|
|
@@ -20,7 +20,9 @@ declare const DecryptCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (
|
|
23
|
+
new (
|
|
24
|
+
...[input]: [] | [DecryptCommandInput]
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
24
26
|
DecryptCommandInput,
|
|
25
27
|
DecryptCommandOutput,
|
|
26
28
|
KMSClientResolvedConfig,
|
|
@@ -207,6 +207,11 @@ export declare const DataKeySpec: {
|
|
|
207
207
|
readonly AES_256: "AES_256";
|
|
208
208
|
};
|
|
209
209
|
export type DataKeySpec = (typeof DataKeySpec)[keyof typeof DataKeySpec];
|
|
210
|
+
export declare const DryRunModifierType: {
|
|
211
|
+
readonly IGNORE_CIPHERTEXT: "IGNORE_CIPHERTEXT";
|
|
212
|
+
};
|
|
213
|
+
export type DryRunModifierType =
|
|
214
|
+
(typeof DryRunModifierType)[keyof typeof DryRunModifierType];
|
|
210
215
|
export declare const KeyEncryptionMechanism: {
|
|
211
216
|
readonly RSAES_OAEP_SHA_256: "RSAES_OAEP_SHA_256";
|
|
212
217
|
};
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
CustomKeyStoreType,
|
|
7
7
|
DataKeyPairSpec,
|
|
8
8
|
DataKeySpec,
|
|
9
|
+
DryRunModifierType,
|
|
9
10
|
EncryptionAlgorithmSpec,
|
|
10
11
|
ExpirationModelType,
|
|
11
12
|
GrantOperation,
|
|
@@ -173,13 +174,14 @@ export interface RecipientInfo {
|
|
|
173
174
|
AttestationDocument?: Uint8Array | undefined;
|
|
174
175
|
}
|
|
175
176
|
export interface DecryptRequest {
|
|
176
|
-
CiphertextBlob
|
|
177
|
+
CiphertextBlob?: Uint8Array | undefined;
|
|
177
178
|
EncryptionContext?: Record<string, string> | undefined;
|
|
178
179
|
GrantTokens?: string[] | undefined;
|
|
179
180
|
KeyId?: string | undefined;
|
|
180
181
|
EncryptionAlgorithm?: EncryptionAlgorithmSpec | undefined;
|
|
181
182
|
Recipient?: RecipientInfo | undefined;
|
|
182
183
|
DryRun?: boolean | undefined;
|
|
184
|
+
DryRunModifiers?: DryRunModifierType[] | undefined;
|
|
183
185
|
}
|
|
184
186
|
export interface DecryptResponse {
|
|
185
187
|
KeyId?: string | undefined;
|
|
@@ -504,7 +506,7 @@ export interface PutKeyPolicyRequest {
|
|
|
504
506
|
BypassPolicyLockoutSafetyCheck?: boolean | undefined;
|
|
505
507
|
}
|
|
506
508
|
export interface ReEncryptRequest {
|
|
507
|
-
CiphertextBlob
|
|
509
|
+
CiphertextBlob?: Uint8Array | undefined;
|
|
508
510
|
SourceEncryptionContext?: Record<string, string> | undefined;
|
|
509
511
|
SourceKeyId?: string | undefined;
|
|
510
512
|
DestinationKeyId: string | undefined;
|
|
@@ -513,6 +515,7 @@ export interface ReEncryptRequest {
|
|
|
513
515
|
DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | undefined;
|
|
514
516
|
GrantTokens?: string[] | undefined;
|
|
515
517
|
DryRun?: boolean | undefined;
|
|
518
|
+
DryRunModifiers?: DryRunModifierType[] | undefined;
|
|
516
519
|
}
|
|
517
520
|
export interface ReEncryptResponse {
|
|
518
521
|
CiphertextBlob?: Uint8Array | undefined;
|
|
@@ -1,18 +1,62 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
+
export declare var KMSServiceException$: StaticErrorSchema;
|
|
7
8
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
8
|
-
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
9
|
-
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
10
9
|
export declare var CloudHsmClusterInUseException$: StaticErrorSchema;
|
|
11
10
|
export declare var CloudHsmClusterInvalidConfigurationException$: StaticErrorSchema;
|
|
12
11
|
export declare var CloudHsmClusterNotActiveException$: StaticErrorSchema;
|
|
13
12
|
export declare var CloudHsmClusterNotFoundException$: StaticErrorSchema;
|
|
14
13
|
export declare var CloudHsmClusterNotRelatedException$: StaticErrorSchema;
|
|
15
14
|
export declare var ConflictException$: StaticErrorSchema;
|
|
15
|
+
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
16
|
+
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
17
|
+
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
18
|
+
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
20
|
+
export declare var DisabledException$: StaticErrorSchema;
|
|
21
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
22
|
+
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
23
|
+
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
24
|
+
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
25
|
+
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
31
|
+
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
32
|
+
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
33
|
+
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
34
|
+
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
35
|
+
export declare var KMSInternalException$: StaticErrorSchema;
|
|
36
|
+
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
37
|
+
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
38
|
+
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
39
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
40
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
41
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
42
|
+
export declare var TagException$: StaticErrorSchema;
|
|
43
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
44
|
+
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
45
|
+
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
46
|
+
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
47
|
+
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
48
|
+
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
49
|
+
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
50
|
+
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
51
|
+
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
52
|
+
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
53
|
+
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
54
|
+
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
55
|
+
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
56
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
57
|
+
export declare var AliasListEntry$: StaticStructureSchema;
|
|
58
|
+
export declare var CancelKeyDeletionRequest$: StaticStructureSchema;
|
|
59
|
+
export declare var CancelKeyDeletionResponse$: StaticStructureSchema;
|
|
16
60
|
export declare var ConnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
17
61
|
export declare var ConnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
18
62
|
export declare var CreateAliasRequest$: StaticStructureSchema;
|
|
@@ -22,10 +66,6 @@ export declare var CreateGrantRequest$: StaticStructureSchema;
|
|
|
22
66
|
export declare var CreateGrantResponse$: StaticStructureSchema;
|
|
23
67
|
export declare var CreateKeyRequest$: StaticStructureSchema;
|
|
24
68
|
export declare var CreateKeyResponse$: StaticStructureSchema;
|
|
25
|
-
export declare var CustomKeyStoreHasCMKsException$: StaticErrorSchema;
|
|
26
|
-
export declare var CustomKeyStoreInvalidStateException$: StaticErrorSchema;
|
|
27
|
-
export declare var CustomKeyStoreNameInUseException$: StaticErrorSchema;
|
|
28
|
-
export declare var CustomKeyStoreNotFoundException$: StaticErrorSchema;
|
|
29
69
|
export declare var CustomKeyStoresListEntry$: StaticStructureSchema;
|
|
30
70
|
export declare var DecryptRequest$: StaticStructureSchema;
|
|
31
71
|
export declare var DecryptResponse$: StaticStructureSchema;
|
|
@@ -34,24 +74,20 @@ export declare var DeleteCustomKeyStoreRequest$: StaticStructureSchema;
|
|
|
34
74
|
export declare var DeleteCustomKeyStoreResponse$: StaticStructureSchema;
|
|
35
75
|
export declare var DeleteImportedKeyMaterialRequest$: StaticStructureSchema;
|
|
36
76
|
export declare var DeleteImportedKeyMaterialResponse$: StaticStructureSchema;
|
|
37
|
-
export declare var DependencyTimeoutException$: StaticErrorSchema;
|
|
38
77
|
export declare var DeriveSharedSecretRequest$: StaticStructureSchema;
|
|
39
78
|
export declare var DeriveSharedSecretResponse$: StaticStructureSchema;
|
|
40
79
|
export declare var DescribeCustomKeyStoresRequest$: StaticStructureSchema;
|
|
41
80
|
export declare var DescribeCustomKeyStoresResponse$: StaticStructureSchema;
|
|
42
81
|
export declare var DescribeKeyRequest$: StaticStructureSchema;
|
|
43
82
|
export declare var DescribeKeyResponse$: StaticStructureSchema;
|
|
44
|
-
export declare var DisabledException$: StaticErrorSchema;
|
|
45
83
|
export declare var DisableKeyRequest$: StaticStructureSchema;
|
|
46
84
|
export declare var DisableKeyRotationRequest$: StaticStructureSchema;
|
|
47
85
|
export declare var DisconnectCustomKeyStoreRequest$: StaticStructureSchema;
|
|
48
86
|
export declare var DisconnectCustomKeyStoreResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
50
87
|
export declare var EnableKeyRequest$: StaticStructureSchema;
|
|
51
88
|
export declare var EnableKeyRotationRequest$: StaticStructureSchema;
|
|
52
89
|
export declare var EncryptRequest$: StaticStructureSchema;
|
|
53
90
|
export declare var EncryptResponse$: StaticStructureSchema;
|
|
54
|
-
export declare var ExpiredImportTokenException$: StaticErrorSchema;
|
|
55
91
|
export declare var GenerateDataKeyPairRequest$: StaticStructureSchema;
|
|
56
92
|
export declare var GenerateDataKeyPairResponse$: StaticStructureSchema;
|
|
57
93
|
export declare var GenerateDataKeyPairWithoutPlaintextRequest$: StaticStructureSchema;
|
|
@@ -76,25 +112,8 @@ export declare var GrantConstraints$: StaticStructureSchema;
|
|
|
76
112
|
export declare var GrantListEntry$: StaticStructureSchema;
|
|
77
113
|
export declare var ImportKeyMaterialRequest$: StaticStructureSchema;
|
|
78
114
|
export declare var ImportKeyMaterialResponse$: StaticStructureSchema;
|
|
79
|
-
export declare var IncorrectKeyException$: StaticErrorSchema;
|
|
80
|
-
export declare var IncorrectKeyMaterialException$: StaticErrorSchema;
|
|
81
|
-
export declare var IncorrectTrustAnchorException$: StaticErrorSchema;
|
|
82
|
-
export declare var InvalidAliasNameException$: StaticErrorSchema;
|
|
83
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
84
|
-
export declare var InvalidCiphertextException$: StaticErrorSchema;
|
|
85
|
-
export declare var InvalidGrantIdException$: StaticErrorSchema;
|
|
86
|
-
export declare var InvalidGrantTokenException$: StaticErrorSchema;
|
|
87
|
-
export declare var InvalidImportTokenException$: StaticErrorSchema;
|
|
88
|
-
export declare var InvalidKeyUsageException$: StaticErrorSchema;
|
|
89
|
-
export declare var InvalidMarkerException$: StaticErrorSchema;
|
|
90
115
|
export declare var KeyListEntry$: StaticStructureSchema;
|
|
91
116
|
export declare var KeyMetadata$: StaticStructureSchema;
|
|
92
|
-
export declare var KeyUnavailableException$: StaticErrorSchema;
|
|
93
|
-
export declare var KMSInternalException$: StaticErrorSchema;
|
|
94
|
-
export declare var KMSInvalidMacException$: StaticErrorSchema;
|
|
95
|
-
export declare var KMSInvalidSignatureException$: StaticErrorSchema;
|
|
96
|
-
export declare var KMSInvalidStateException$: StaticErrorSchema;
|
|
97
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
98
117
|
export declare var ListAliasesRequest$: StaticStructureSchema;
|
|
99
118
|
export declare var ListAliasesResponse$: StaticStructureSchema;
|
|
100
119
|
export declare var ListGrantsRequest$: StaticStructureSchema;
|
|
@@ -108,10 +127,8 @@ export declare var ListKeysResponse$: StaticStructureSchema;
|
|
|
108
127
|
export declare var ListResourceTagsRequest$: StaticStructureSchema;
|
|
109
128
|
export declare var ListResourceTagsResponse$: StaticStructureSchema;
|
|
110
129
|
export declare var ListRetirableGrantsRequest$: StaticStructureSchema;
|
|
111
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
112
130
|
export declare var MultiRegionConfiguration$: StaticStructureSchema;
|
|
113
131
|
export declare var MultiRegionKey$: StaticStructureSchema;
|
|
114
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
115
132
|
export declare var PutKeyPolicyRequest$: StaticStructureSchema;
|
|
116
133
|
export declare var RecipientInfo$: StaticStructureSchema;
|
|
117
134
|
export declare var ReEncryptRequest$: StaticStructureSchema;
|
|
@@ -128,9 +145,7 @@ export declare var ScheduleKeyDeletionResponse$: StaticStructureSchema;
|
|
|
128
145
|
export declare var SignRequest$: StaticStructureSchema;
|
|
129
146
|
export declare var SignResponse$: StaticStructureSchema;
|
|
130
147
|
export declare var Tag$: StaticStructureSchema;
|
|
131
|
-
export declare var TagException$: StaticErrorSchema;
|
|
132
148
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
133
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
134
149
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
135
150
|
export declare var UpdateAliasRequest$: StaticStructureSchema;
|
|
136
151
|
export declare var UpdateCustomKeyStoreRequest$: StaticStructureSchema;
|
|
@@ -141,22 +156,9 @@ export declare var VerifyMacRequest$: StaticStructureSchema;
|
|
|
141
156
|
export declare var VerifyMacResponse$: StaticStructureSchema;
|
|
142
157
|
export declare var VerifyRequest$: StaticStructureSchema;
|
|
143
158
|
export declare var VerifyResponse$: StaticStructureSchema;
|
|
144
|
-
export declare var XksKeyAlreadyInUseException$: StaticErrorSchema;
|
|
145
159
|
export declare var XksKeyConfigurationType$: StaticStructureSchema;
|
|
146
|
-
export declare var XksKeyInvalidConfigurationException$: StaticErrorSchema;
|
|
147
|
-
export declare var XksKeyNotFoundException$: StaticErrorSchema;
|
|
148
160
|
export declare var XksProxyAuthenticationCredentialType$: StaticStructureSchema;
|
|
149
161
|
export declare var XksProxyConfigurationType$: StaticStructureSchema;
|
|
150
|
-
export declare var XksProxyIncorrectAuthenticationCredentialException$: StaticErrorSchema;
|
|
151
|
-
export declare var XksProxyInvalidConfigurationException$: StaticErrorSchema;
|
|
152
|
-
export declare var XksProxyInvalidResponseException$: StaticErrorSchema;
|
|
153
|
-
export declare var XksProxyUriEndpointInUseException$: StaticErrorSchema;
|
|
154
|
-
export declare var XksProxyUriInUseException$: StaticErrorSchema;
|
|
155
|
-
export declare var XksProxyUriUnreachableException$: StaticErrorSchema;
|
|
156
|
-
export declare var XksProxyVpcEndpointServiceInUseException$: StaticErrorSchema;
|
|
157
|
-
export declare var XksProxyVpcEndpointServiceInvalidConfigurationException$: StaticErrorSchema;
|
|
158
|
-
export declare var XksProxyVpcEndpointServiceNotFoundException$: StaticErrorSchema;
|
|
159
|
-
export declare var KMSServiceException$: StaticErrorSchema;
|
|
160
162
|
export declare var CancelKeyDeletion$: StaticOperationSchema;
|
|
161
163
|
export declare var ConnectCustomKeyStore$: StaticOperationSchema;
|
|
162
164
|
export declare var CreateAlias$: StaticOperationSchema;
|