@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
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var SecretsManagerServiceException = require('./models/SecretsManagerServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,826 +113,6 @@ class SecretsManagerClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class SecretsManagerServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, SecretsManagerServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class DecryptionFailure extends SecretsManagerServiceException {
|
|
121
|
-
name = "DecryptionFailure";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "DecryptionFailure",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, DecryptionFailure.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class InternalServiceError extends SecretsManagerServiceException {
|
|
135
|
-
name = "InternalServiceError";
|
|
136
|
-
$fault = "server";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "InternalServiceError",
|
|
141
|
-
$fault: "server",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, InternalServiceError.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class InvalidNextTokenException extends SecretsManagerServiceException {
|
|
149
|
-
name = "InvalidNextTokenException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InvalidNextTokenException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class InvalidParameterException extends SecretsManagerServiceException {
|
|
163
|
-
name = "InvalidParameterException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "InvalidParameterException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class InvalidRequestException extends SecretsManagerServiceException {
|
|
177
|
-
name = "InvalidRequestException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "InvalidRequestException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class ResourceNotFoundException extends SecretsManagerServiceException {
|
|
191
|
-
name = "ResourceNotFoundException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "ResourceNotFoundException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class EncryptionFailure extends SecretsManagerServiceException {
|
|
205
|
-
name = "EncryptionFailure";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "EncryptionFailure",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, EncryptionFailure.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
class LimitExceededException extends SecretsManagerServiceException {
|
|
219
|
-
name = "LimitExceededException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
Message;
|
|
222
|
-
constructor(opts) {
|
|
223
|
-
super({
|
|
224
|
-
name: "LimitExceededException",
|
|
225
|
-
$fault: "client",
|
|
226
|
-
...opts,
|
|
227
|
-
});
|
|
228
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
229
|
-
this.Message = opts.Message;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
class MalformedPolicyDocumentException extends SecretsManagerServiceException {
|
|
233
|
-
name = "MalformedPolicyDocumentException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "MalformedPolicyDocumentException",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
243
|
-
this.Message = opts.Message;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
class PreconditionNotMetException extends SecretsManagerServiceException {
|
|
247
|
-
name = "PreconditionNotMetException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
Message;
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "PreconditionNotMetException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
class ResourceExistsException extends SecretsManagerServiceException {
|
|
261
|
-
name = "ResourceExistsException";
|
|
262
|
-
$fault = "client";
|
|
263
|
-
Message;
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "ResourceExistsException",
|
|
267
|
-
$fault: "client",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
271
|
-
this.Message = opts.Message;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
class PublicPolicyException extends SecretsManagerServiceException {
|
|
275
|
-
name = "PublicPolicyException";
|
|
276
|
-
$fault = "client";
|
|
277
|
-
Message;
|
|
278
|
-
constructor(opts) {
|
|
279
|
-
super({
|
|
280
|
-
name: "PublicPolicyException",
|
|
281
|
-
$fault: "client",
|
|
282
|
-
...opts,
|
|
283
|
-
});
|
|
284
|
-
Object.setPrototypeOf(this, PublicPolicyException.prototype);
|
|
285
|
-
this.Message = opts.Message;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
const _AAD = "AutomaticallyAfterDays";
|
|
290
|
-
const _APIELT = "APIErrorListType";
|
|
291
|
-
const _APIET = "APIErrorType";
|
|
292
|
-
const _ARN = "ARN";
|
|
293
|
-
const _ARR = "AddReplicaRegions";
|
|
294
|
-
const _ARRLT = "AddReplicaRegionListType";
|
|
295
|
-
const _BGSV = "BatchGetSecretValue";
|
|
296
|
-
const _BGSVR = "BatchGetSecretValueRequest";
|
|
297
|
-
const _BGSVRa = "BatchGetSecretValueResponse";
|
|
298
|
-
const _BPP = "BlockPublicPolicy";
|
|
299
|
-
const _CD = "CreatedDate";
|
|
300
|
-
const _CN = "CheckName";
|
|
301
|
-
const _CRS = "CancelRotateSecret";
|
|
302
|
-
const _CRSR = "CancelRotateSecretRequest";
|
|
303
|
-
const _CRSRa = "CancelRotateSecretResponse";
|
|
304
|
-
const _CRT = "ClientRequestToken";
|
|
305
|
-
const _CS = "CreateSecret";
|
|
306
|
-
const _CSR = "CreateSecretRequest";
|
|
307
|
-
const _CSRr = "CreateSecretResponse";
|
|
308
|
-
const _D = "Description";
|
|
309
|
-
const _DD = "DeletionDate";
|
|
310
|
-
const _DDe = "DeletedDate";
|
|
311
|
-
const _DF = "DecryptionFailure";
|
|
312
|
-
const _DRP = "DeleteResourcePolicy";
|
|
313
|
-
const _DRPR = "DeleteResourcePolicyRequest";
|
|
314
|
-
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
315
|
-
const _DS = "DeleteSecret";
|
|
316
|
-
const _DSR = "DeleteSecretRequest";
|
|
317
|
-
const _DSRe = "DeleteSecretResponse";
|
|
318
|
-
const _DSRes = "DescribeSecretRequest";
|
|
319
|
-
const _DSResc = "DescribeSecretResponse";
|
|
320
|
-
const _DSe = "DescribeSecret";
|
|
321
|
-
const _Du = "Duration";
|
|
322
|
-
const _E = "Errors";
|
|
323
|
-
const _EC = "ErrorCode";
|
|
324
|
-
const _ECx = "ExcludeCharacters";
|
|
325
|
-
const _EF = "EncryptionFailure";
|
|
326
|
-
const _EL = "ExcludeLowercase";
|
|
327
|
-
const _EM = "ErrorMessage";
|
|
328
|
-
const _EN = "ExcludeNumbers";
|
|
329
|
-
const _EP = "ExcludePunctuation";
|
|
330
|
-
const _ESRM = "ExternalSecretRotationMetadata";
|
|
331
|
-
const _ESRMI = "ExternalSecretRotationMetadataItem";
|
|
332
|
-
const _ESRMT = "ExternalSecretRotationMetadataType";
|
|
333
|
-
const _ESRRA = "ExternalSecretRotationRoleArn";
|
|
334
|
-
const _EU = "ExcludeUppercase";
|
|
335
|
-
const _F = "Filters";
|
|
336
|
-
const _FDWR = "ForceDeleteWithoutRecovery";
|
|
337
|
-
const _FLT = "FiltersListType";
|
|
338
|
-
const _FORS = "ForceOverwriteReplicaSecret";
|
|
339
|
-
const _Fi = "Filter";
|
|
340
|
-
const _GRP = "GetRandomPassword";
|
|
341
|
-
const _GRPR = "GetRandomPasswordRequest";
|
|
342
|
-
const _GRPRe = "GetRandomPasswordResponse";
|
|
343
|
-
const _GRPRet = "GetResourcePolicyRequest";
|
|
344
|
-
const _GRPRete = "GetResourcePolicyResponse";
|
|
345
|
-
const _GRPe = "GetResourcePolicy";
|
|
346
|
-
const _GSV = "GetSecretValue";
|
|
347
|
-
const _GSVR = "GetSecretValueRequest";
|
|
348
|
-
const _GSVRe = "GetSecretValueResponse";
|
|
349
|
-
const _ID = "IncludeDeprecated";
|
|
350
|
-
const _INTE = "InvalidNextTokenException";
|
|
351
|
-
const _IPD = "IncludePlannedDeletion";
|
|
352
|
-
const _IPE = "InvalidParameterException";
|
|
353
|
-
const _IRE = "InvalidRequestException";
|
|
354
|
-
const _IS = "IncludeSpace";
|
|
355
|
-
const _ISE = "InternalServiceError";
|
|
356
|
-
const _K = "Key";
|
|
357
|
-
const _KKI = "KmsKeyId";
|
|
358
|
-
const _KKIm = "KmsKeyIds";
|
|
359
|
-
const _LAD = "LastAccessedDate";
|
|
360
|
-
const _LCD = "LastChangedDate";
|
|
361
|
-
const _LEE = "LimitExceededException";
|
|
362
|
-
const _LRD = "LastRotatedDate";
|
|
363
|
-
const _LS = "ListSecrets";
|
|
364
|
-
const _LSR = "ListSecretsRequest";
|
|
365
|
-
const _LSRi = "ListSecretsResponse";
|
|
366
|
-
const _LSVI = "ListSecretVersionIds";
|
|
367
|
-
const _LSVIR = "ListSecretVersionIdsRequest";
|
|
368
|
-
const _LSVIRi = "ListSecretVersionIdsResponse";
|
|
369
|
-
const _M = "Message";
|
|
370
|
-
const _MPDE = "MalformedPolicyDocumentException";
|
|
371
|
-
const _MR = "MaxResults";
|
|
372
|
-
const _MTVI = "MoveToVersionId";
|
|
373
|
-
const _N = "Name";
|
|
374
|
-
const _NRD = "NextRotationDate";
|
|
375
|
-
const _NT = "NextToken";
|
|
376
|
-
const _OS = "OwningService";
|
|
377
|
-
const _PL = "PasswordLength";
|
|
378
|
-
const _PNME = "PreconditionNotMetException";
|
|
379
|
-
const _PPE = "PublicPolicyException";
|
|
380
|
-
const _PR = "PrimaryRegion";
|
|
381
|
-
const _PRP = "PutResourcePolicy";
|
|
382
|
-
const _PRPR = "PutResourcePolicyRequest";
|
|
383
|
-
const _PRPRu = "PutResourcePolicyResponse";
|
|
384
|
-
const _PSV = "PutSecretValue";
|
|
385
|
-
const _PSVR = "PutSecretValueRequest";
|
|
386
|
-
const _PSVRu = "PutSecretValueResponse";
|
|
387
|
-
const _PVP = "PolicyValidationPassed";
|
|
388
|
-
const _R = "Region";
|
|
389
|
-
const _RE = "RotationEnabled";
|
|
390
|
-
const _REE = "ResourceExistsException";
|
|
391
|
-
const _REIT = "RequireEachIncludedType";
|
|
392
|
-
const _RFVI = "RemoveFromVersionId";
|
|
393
|
-
const _RI = "RotateImmediately";
|
|
394
|
-
const _RLARN = "RotationLambdaARN";
|
|
395
|
-
const _RNFE = "ResourceNotFoundException";
|
|
396
|
-
const _RP = "RandomPassword";
|
|
397
|
-
const _RPT = "RandomPasswordType";
|
|
398
|
-
const _RPe = "ResourcePolicy";
|
|
399
|
-
const _RR = "RotationRules";
|
|
400
|
-
const _RRFR = "RemoveRegionsFromReplication";
|
|
401
|
-
const _RRFRR = "RemoveRegionsFromReplicationRequest";
|
|
402
|
-
const _RRFRRe = "RemoveRegionsFromReplicationResponse";
|
|
403
|
-
const _RRR = "RemoveReplicaRegions";
|
|
404
|
-
const _RRT = "ReplicaRegionType";
|
|
405
|
-
const _RRTo = "RotationRulesType";
|
|
406
|
-
const _RS = "ReplicationStatus";
|
|
407
|
-
const _RSLT = "ReplicationStatusListType";
|
|
408
|
-
const _RSR = "RestoreSecretRequest";
|
|
409
|
-
const _RSRe = "RestoreSecretResponse";
|
|
410
|
-
const _RSRo = "RotateSecretRequest";
|
|
411
|
-
const _RSRot = "RotateSecretResponse";
|
|
412
|
-
const _RST = "ReplicationStatusType";
|
|
413
|
-
const _RSTR = "ReplicateSecretToRegions";
|
|
414
|
-
const _RSTRR = "ReplicateSecretToRegionsRequest";
|
|
415
|
-
const _RSTRRe = "ReplicateSecretToRegionsResponse";
|
|
416
|
-
const _RSe = "RestoreSecret";
|
|
417
|
-
const _RSo = "RotateSecret";
|
|
418
|
-
const _RT = "RotationToken";
|
|
419
|
-
const _RTT = "RotationTokenType";
|
|
420
|
-
const _RWID = "RecoveryWindowInDays";
|
|
421
|
-
const _S = "Status";
|
|
422
|
-
const _SB = "SecretBinary";
|
|
423
|
-
const _SBT = "SecretBinaryType";
|
|
424
|
-
const _SBo = "SortBy";
|
|
425
|
-
const _SE = "ScheduleExpression";
|
|
426
|
-
const _SI = "SecretId";
|
|
427
|
-
const _SIL = "SecretIdList";
|
|
428
|
-
const _SL = "SecretList";
|
|
429
|
-
const _SLE = "SecretListEntry";
|
|
430
|
-
const _SLT = "SecretListType";
|
|
431
|
-
const _SM = "StatusMessage";
|
|
432
|
-
const _SO = "SortOrder";
|
|
433
|
-
const _SRTR = "StopReplicationToReplica";
|
|
434
|
-
const _SRTRR = "StopReplicationToReplicaRequest";
|
|
435
|
-
const _SRTRRt = "StopReplicationToReplicaResponse";
|
|
436
|
-
const _SS = "SecretString";
|
|
437
|
-
const _SST = "SecretStringType";
|
|
438
|
-
const _SV = "SecretValues";
|
|
439
|
-
const _SVE = "SecretValueEntry";
|
|
440
|
-
const _SVLE = "SecretVersionsListEntry";
|
|
441
|
-
const _SVLT = "SecretVersionsListType";
|
|
442
|
-
const _SVT = "SecretValuesType";
|
|
443
|
-
const _SVTS = "SecretVersionsToStages";
|
|
444
|
-
const _SVTSMT = "SecretVersionsToStagesMapType";
|
|
445
|
-
const _T = "Tags";
|
|
446
|
-
const _TK = "TagKeys";
|
|
447
|
-
const _TLT = "TagListType";
|
|
448
|
-
const _TR = "TagResource";
|
|
449
|
-
const _TRR = "TagResourceRequest";
|
|
450
|
-
const _Ta = "Tag";
|
|
451
|
-
const _Ty = "Type";
|
|
452
|
-
const _UR = "UntagResource";
|
|
453
|
-
const _URR = "UntagResourceRequest";
|
|
454
|
-
const _US = "UpdateSecret";
|
|
455
|
-
const _USR = "UpdateSecretRequest";
|
|
456
|
-
const _USRp = "UpdateSecretResponse";
|
|
457
|
-
const _USVS = "UpdateSecretVersionStage";
|
|
458
|
-
const _USVSR = "UpdateSecretVersionStageRequest";
|
|
459
|
-
const _USVSRp = "UpdateSecretVersionStageResponse";
|
|
460
|
-
const _V = "Value";
|
|
461
|
-
const _VE = "ValidationErrors";
|
|
462
|
-
const _VEE = "ValidationErrorsEntry";
|
|
463
|
-
const _VET = "ValidationErrorsType";
|
|
464
|
-
const _VI = "VersionId";
|
|
465
|
-
const _VITS = "VersionIdsToStages";
|
|
466
|
-
const _VRP = "ValidateResourcePolicy";
|
|
467
|
-
const _VRPR = "ValidateResourcePolicyRequest";
|
|
468
|
-
const _VRPRa = "ValidateResourcePolicyResponse";
|
|
469
|
-
const _VS = "VersionStage";
|
|
470
|
-
const _VSe = "VersionStages";
|
|
471
|
-
const _Va = "Values";
|
|
472
|
-
const _Ve = "Versions";
|
|
473
|
-
const _c = "client";
|
|
474
|
-
const _e = "error";
|
|
475
|
-
const _s = "server";
|
|
476
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.secretsmanager";
|
|
477
|
-
const n0 = "com.amazonaws.secretsmanager";
|
|
478
|
-
var RandomPasswordType = [0, n0, _RPT, 8, 0];
|
|
479
|
-
var RotationTokenType = [0, n0, _RTT, 8, 0];
|
|
480
|
-
var SecretBinaryType = [0, n0, _SBT, 8, 21];
|
|
481
|
-
var SecretStringType = [0, n0, _SST, 8, 0];
|
|
482
|
-
var APIErrorType$ = [3, n0, _APIET,
|
|
483
|
-
0,
|
|
484
|
-
[_SI, _EC, _M],
|
|
485
|
-
[0, 0, 0]
|
|
486
|
-
];
|
|
487
|
-
var BatchGetSecretValueRequest$ = [3, n0, _BGSVR,
|
|
488
|
-
0,
|
|
489
|
-
[_SIL, _F, _MR, _NT],
|
|
490
|
-
[64 | 0, () => FiltersListType, 1, 0]
|
|
491
|
-
];
|
|
492
|
-
var BatchGetSecretValueResponse$ = [3, n0, _BGSVRa,
|
|
493
|
-
0,
|
|
494
|
-
[_SV, _NT, _E],
|
|
495
|
-
[[() => SecretValuesType, 0], 0, () => APIErrorListType]
|
|
496
|
-
];
|
|
497
|
-
var CancelRotateSecretRequest$ = [3, n0, _CRSR,
|
|
498
|
-
0,
|
|
499
|
-
[_SI],
|
|
500
|
-
[0], 1
|
|
501
|
-
];
|
|
502
|
-
var CancelRotateSecretResponse$ = [3, n0, _CRSRa,
|
|
503
|
-
0,
|
|
504
|
-
[_ARN, _N, _VI],
|
|
505
|
-
[0, 0, 0]
|
|
506
|
-
];
|
|
507
|
-
var CreateSecretRequest$ = [3, n0, _CSR,
|
|
508
|
-
0,
|
|
509
|
-
[_N, _CRT, _D, _KKI, _SB, _SS, _T, _ARR, _FORS, _Ty],
|
|
510
|
-
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], () => TagListType, () => AddReplicaRegionListType, 2, 0], 1
|
|
511
|
-
];
|
|
512
|
-
var CreateSecretResponse$ = [3, n0, _CSRr,
|
|
513
|
-
0,
|
|
514
|
-
[_ARN, _N, _VI, _RS],
|
|
515
|
-
[0, 0, 0, () => ReplicationStatusListType]
|
|
516
|
-
];
|
|
517
|
-
var DecryptionFailure$ = [-3, n0, _DF,
|
|
518
|
-
{ [_e]: _c },
|
|
519
|
-
[_M],
|
|
520
|
-
[0]
|
|
521
|
-
];
|
|
522
|
-
schema.TypeRegistry.for(n0).registerError(DecryptionFailure$, DecryptionFailure);
|
|
523
|
-
var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
|
|
524
|
-
0,
|
|
525
|
-
[_SI],
|
|
526
|
-
[0], 1
|
|
527
|
-
];
|
|
528
|
-
var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
529
|
-
0,
|
|
530
|
-
[_ARN, _N],
|
|
531
|
-
[0, 0]
|
|
532
|
-
];
|
|
533
|
-
var DeleteSecretRequest$ = [3, n0, _DSR,
|
|
534
|
-
0,
|
|
535
|
-
[_SI, _RWID, _FDWR],
|
|
536
|
-
[0, 1, 2], 1
|
|
537
|
-
];
|
|
538
|
-
var DeleteSecretResponse$ = [3, n0, _DSRe,
|
|
539
|
-
0,
|
|
540
|
-
[_ARN, _N, _DD],
|
|
541
|
-
[0, 0, 4]
|
|
542
|
-
];
|
|
543
|
-
var DescribeSecretRequest$ = [3, n0, _DSRes,
|
|
544
|
-
0,
|
|
545
|
-
[_SI],
|
|
546
|
-
[0], 1
|
|
547
|
-
];
|
|
548
|
-
var DescribeSecretResponse$ = [3, n0, _DSResc,
|
|
549
|
-
0,
|
|
550
|
-
[_ARN, _N, _Ty, _D, _KKI, _RE, _RLARN, _RR, _ESRM, _ESRRA, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _VITS, _OS, _CD, _PR, _RS],
|
|
551
|
-
[0, 0, 0, 0, 0, 2, 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0, () => ReplicationStatusListType]
|
|
552
|
-
];
|
|
553
|
-
var EncryptionFailure$ = [-3, n0, _EF,
|
|
554
|
-
{ [_e]: _c },
|
|
555
|
-
[_M],
|
|
556
|
-
[0]
|
|
557
|
-
];
|
|
558
|
-
schema.TypeRegistry.for(n0).registerError(EncryptionFailure$, EncryptionFailure);
|
|
559
|
-
var ExternalSecretRotationMetadataItem$ = [3, n0, _ESRMI,
|
|
560
|
-
0,
|
|
561
|
-
[_K, _V],
|
|
562
|
-
[0, 0]
|
|
563
|
-
];
|
|
564
|
-
var Filter$ = [3, n0, _Fi,
|
|
565
|
-
0,
|
|
566
|
-
[_K, _Va],
|
|
567
|
-
[0, 64 | 0]
|
|
568
|
-
];
|
|
569
|
-
var GetRandomPasswordRequest$ = [3, n0, _GRPR,
|
|
570
|
-
0,
|
|
571
|
-
[_PL, _ECx, _EN, _EP, _EU, _EL, _IS, _REIT],
|
|
572
|
-
[1, 0, 2, 2, 2, 2, 2, 2]
|
|
573
|
-
];
|
|
574
|
-
var GetRandomPasswordResponse$ = [3, n0, _GRPRe,
|
|
575
|
-
0,
|
|
576
|
-
[_RP],
|
|
577
|
-
[[() => RandomPasswordType, 0]]
|
|
578
|
-
];
|
|
579
|
-
var GetResourcePolicyRequest$ = [3, n0, _GRPRet,
|
|
580
|
-
0,
|
|
581
|
-
[_SI],
|
|
582
|
-
[0], 1
|
|
583
|
-
];
|
|
584
|
-
var GetResourcePolicyResponse$ = [3, n0, _GRPRete,
|
|
585
|
-
0,
|
|
586
|
-
[_ARN, _N, _RPe],
|
|
587
|
-
[0, 0, 0]
|
|
588
|
-
];
|
|
589
|
-
var GetSecretValueRequest$ = [3, n0, _GSVR,
|
|
590
|
-
0,
|
|
591
|
-
[_SI, _VI, _VS],
|
|
592
|
-
[0, 0, 0], 1
|
|
593
|
-
];
|
|
594
|
-
var GetSecretValueResponse$ = [3, n0, _GSVRe,
|
|
595
|
-
0,
|
|
596
|
-
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
597
|
-
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4]
|
|
598
|
-
];
|
|
599
|
-
var InternalServiceError$ = [-3, n0, _ISE,
|
|
600
|
-
{ [_e]: _s },
|
|
601
|
-
[_M],
|
|
602
|
-
[0]
|
|
603
|
-
];
|
|
604
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
605
|
-
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
606
|
-
{ [_e]: _c },
|
|
607
|
-
[_M],
|
|
608
|
-
[0]
|
|
609
|
-
];
|
|
610
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
611
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
612
|
-
{ [_e]: _c },
|
|
613
|
-
[_M],
|
|
614
|
-
[0]
|
|
615
|
-
];
|
|
616
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
617
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
618
|
-
{ [_e]: _c },
|
|
619
|
-
[_M],
|
|
620
|
-
[0]
|
|
621
|
-
];
|
|
622
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
623
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
624
|
-
{ [_e]: _c },
|
|
625
|
-
[_M],
|
|
626
|
-
[0]
|
|
627
|
-
];
|
|
628
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
629
|
-
var ListSecretsRequest$ = [3, n0, _LSR,
|
|
630
|
-
0,
|
|
631
|
-
[_IPD, _MR, _NT, _F, _SO, _SBo],
|
|
632
|
-
[2, 1, 0, () => FiltersListType, 0, 0]
|
|
633
|
-
];
|
|
634
|
-
var ListSecretsResponse$ = [3, n0, _LSRi,
|
|
635
|
-
0,
|
|
636
|
-
[_SL, _NT],
|
|
637
|
-
[() => SecretListType, 0]
|
|
638
|
-
];
|
|
639
|
-
var ListSecretVersionIdsRequest$ = [3, n0, _LSVIR,
|
|
640
|
-
0,
|
|
641
|
-
[_SI, _MR, _NT, _ID],
|
|
642
|
-
[0, 1, 0, 2], 1
|
|
643
|
-
];
|
|
644
|
-
var ListSecretVersionIdsResponse$ = [3, n0, _LSVIRi,
|
|
645
|
-
0,
|
|
646
|
-
[_Ve, _NT, _ARN, _N],
|
|
647
|
-
[() => SecretVersionsListType, 0, 0, 0]
|
|
648
|
-
];
|
|
649
|
-
var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
650
|
-
{ [_e]: _c },
|
|
651
|
-
[_M],
|
|
652
|
-
[0]
|
|
653
|
-
];
|
|
654
|
-
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
655
|
-
var PreconditionNotMetException$ = [-3, n0, _PNME,
|
|
656
|
-
{ [_e]: _c },
|
|
657
|
-
[_M],
|
|
658
|
-
[0]
|
|
659
|
-
];
|
|
660
|
-
schema.TypeRegistry.for(n0).registerError(PreconditionNotMetException$, PreconditionNotMetException);
|
|
661
|
-
var PublicPolicyException$ = [-3, n0, _PPE,
|
|
662
|
-
{ [_e]: _c },
|
|
663
|
-
[_M],
|
|
664
|
-
[0]
|
|
665
|
-
];
|
|
666
|
-
schema.TypeRegistry.for(n0).registerError(PublicPolicyException$, PublicPolicyException);
|
|
667
|
-
var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
668
|
-
0,
|
|
669
|
-
[_SI, _RPe, _BPP],
|
|
670
|
-
[0, 0, 2], 2
|
|
671
|
-
];
|
|
672
|
-
var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
673
|
-
0,
|
|
674
|
-
[_ARN, _N],
|
|
675
|
-
[0, 0]
|
|
676
|
-
];
|
|
677
|
-
var PutSecretValueRequest$ = [3, n0, _PSVR,
|
|
678
|
-
0,
|
|
679
|
-
[_SI, _CRT, _SB, _SS, _VSe, _RT],
|
|
680
|
-
[0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]], 1
|
|
681
|
-
];
|
|
682
|
-
var PutSecretValueResponse$ = [3, n0, _PSVRu,
|
|
683
|
-
0,
|
|
684
|
-
[_ARN, _N, _VI, _VSe],
|
|
685
|
-
[0, 0, 0, 64 | 0]
|
|
686
|
-
];
|
|
687
|
-
var RemoveRegionsFromReplicationRequest$ = [3, n0, _RRFRR,
|
|
688
|
-
0,
|
|
689
|
-
[_SI, _RRR],
|
|
690
|
-
[0, 64 | 0], 2
|
|
691
|
-
];
|
|
692
|
-
var RemoveRegionsFromReplicationResponse$ = [3, n0, _RRFRRe,
|
|
693
|
-
0,
|
|
694
|
-
[_ARN, _RS],
|
|
695
|
-
[0, () => ReplicationStatusListType]
|
|
696
|
-
];
|
|
697
|
-
var ReplicaRegionType$ = [3, n0, _RRT,
|
|
698
|
-
0,
|
|
699
|
-
[_R, _KKI],
|
|
700
|
-
[0, 0]
|
|
701
|
-
];
|
|
702
|
-
var ReplicateSecretToRegionsRequest$ = [3, n0, _RSTRR,
|
|
703
|
-
0,
|
|
704
|
-
[_SI, _ARR, _FORS],
|
|
705
|
-
[0, () => AddReplicaRegionListType, 2], 2
|
|
706
|
-
];
|
|
707
|
-
var ReplicateSecretToRegionsResponse$ = [3, n0, _RSTRRe,
|
|
708
|
-
0,
|
|
709
|
-
[_ARN, _RS],
|
|
710
|
-
[0, () => ReplicationStatusListType]
|
|
711
|
-
];
|
|
712
|
-
var ReplicationStatusType$ = [3, n0, _RST,
|
|
713
|
-
0,
|
|
714
|
-
[_R, _KKI, _S, _SM, _LAD],
|
|
715
|
-
[0, 0, 0, 0, 4]
|
|
716
|
-
];
|
|
717
|
-
var ResourceExistsException$ = [-3, n0, _REE,
|
|
718
|
-
{ [_e]: _c },
|
|
719
|
-
[_M],
|
|
720
|
-
[0]
|
|
721
|
-
];
|
|
722
|
-
schema.TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
|
|
723
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
724
|
-
{ [_e]: _c },
|
|
725
|
-
[_M],
|
|
726
|
-
[0]
|
|
727
|
-
];
|
|
728
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
729
|
-
var RestoreSecretRequest$ = [3, n0, _RSR,
|
|
730
|
-
0,
|
|
731
|
-
[_SI],
|
|
732
|
-
[0], 1
|
|
733
|
-
];
|
|
734
|
-
var RestoreSecretResponse$ = [3, n0, _RSRe,
|
|
735
|
-
0,
|
|
736
|
-
[_ARN, _N],
|
|
737
|
-
[0, 0]
|
|
738
|
-
];
|
|
739
|
-
var RotateSecretRequest$ = [3, n0, _RSRo,
|
|
740
|
-
0,
|
|
741
|
-
[_SI, _CRT, _RLARN, _RR, _ESRM, _ESRRA, _RI],
|
|
742
|
-
[0, [0, 4], 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 2], 1
|
|
743
|
-
];
|
|
744
|
-
var RotateSecretResponse$ = [3, n0, _RSRot,
|
|
745
|
-
0,
|
|
746
|
-
[_ARN, _N, _VI],
|
|
747
|
-
[0, 0, 0]
|
|
748
|
-
];
|
|
749
|
-
var RotationRulesType$ = [3, n0, _RRTo,
|
|
750
|
-
0,
|
|
751
|
-
[_AAD, _Du, _SE],
|
|
752
|
-
[1, 0, 0]
|
|
753
|
-
];
|
|
754
|
-
var SecretListEntry$ = [3, n0, _SLE,
|
|
755
|
-
0,
|
|
756
|
-
[_ARN, _N, _Ty, _D, _KKI, _RE, _RLARN, _RR, _ESRM, _ESRRA, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _SVTS, _OS, _CD, _PR],
|
|
757
|
-
[0, 0, 0, 0, 0, 2, 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0]
|
|
758
|
-
];
|
|
759
|
-
var SecretValueEntry$ = [3, n0, _SVE,
|
|
760
|
-
0,
|
|
761
|
-
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
762
|
-
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4]
|
|
763
|
-
];
|
|
764
|
-
var SecretVersionsListEntry$ = [3, n0, _SVLE,
|
|
765
|
-
0,
|
|
766
|
-
[_VI, _VSe, _LAD, _CD, _KKIm],
|
|
767
|
-
[0, 64 | 0, 4, 4, 64 | 0]
|
|
768
|
-
];
|
|
769
|
-
var StopReplicationToReplicaRequest$ = [3, n0, _SRTRR,
|
|
770
|
-
0,
|
|
771
|
-
[_SI],
|
|
772
|
-
[0], 1
|
|
773
|
-
];
|
|
774
|
-
var StopReplicationToReplicaResponse$ = [3, n0, _SRTRRt,
|
|
775
|
-
0,
|
|
776
|
-
[_ARN],
|
|
777
|
-
[0]
|
|
778
|
-
];
|
|
779
|
-
var Tag$ = [3, n0, _Ta,
|
|
780
|
-
0,
|
|
781
|
-
[_K, _V],
|
|
782
|
-
[0, 0]
|
|
783
|
-
];
|
|
784
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
785
|
-
0,
|
|
786
|
-
[_SI, _T],
|
|
787
|
-
[0, () => TagListType], 2
|
|
788
|
-
];
|
|
789
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
790
|
-
0,
|
|
791
|
-
[_SI, _TK],
|
|
792
|
-
[0, 64 | 0], 2
|
|
793
|
-
];
|
|
794
|
-
var UpdateSecretRequest$ = [3, n0, _USR,
|
|
795
|
-
0,
|
|
796
|
-
[_SI, _CRT, _D, _KKI, _SB, _SS, _Ty],
|
|
797
|
-
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 0], 1
|
|
798
|
-
];
|
|
799
|
-
var UpdateSecretResponse$ = [3, n0, _USRp,
|
|
800
|
-
0,
|
|
801
|
-
[_ARN, _N, _VI],
|
|
802
|
-
[0, 0, 0]
|
|
803
|
-
];
|
|
804
|
-
var UpdateSecretVersionStageRequest$ = [3, n0, _USVSR,
|
|
805
|
-
0,
|
|
806
|
-
[_SI, _VS, _RFVI, _MTVI],
|
|
807
|
-
[0, 0, 0, 0], 2
|
|
808
|
-
];
|
|
809
|
-
var UpdateSecretVersionStageResponse$ = [3, n0, _USVSRp,
|
|
810
|
-
0,
|
|
811
|
-
[_ARN, _N],
|
|
812
|
-
[0, 0]
|
|
813
|
-
];
|
|
814
|
-
var ValidateResourcePolicyRequest$ = [3, n0, _VRPR,
|
|
815
|
-
0,
|
|
816
|
-
[_RPe, _SI],
|
|
817
|
-
[0, 0], 1
|
|
818
|
-
];
|
|
819
|
-
var ValidateResourcePolicyResponse$ = [3, n0, _VRPRa,
|
|
820
|
-
0,
|
|
821
|
-
[_PVP, _VE],
|
|
822
|
-
[2, () => ValidationErrorsType]
|
|
823
|
-
];
|
|
824
|
-
var ValidationErrorsEntry$ = [3, n0, _VEE,
|
|
825
|
-
0,
|
|
826
|
-
[_CN, _EM],
|
|
827
|
-
[0, 0]
|
|
828
|
-
];
|
|
829
|
-
var __Unit = "unit";
|
|
830
|
-
var SecretsManagerServiceException$ = [-3, _sm, "SecretsManagerServiceException", 0, [], []];
|
|
831
|
-
schema.TypeRegistry.for(_sm).registerError(SecretsManagerServiceException$, SecretsManagerServiceException);
|
|
832
|
-
var AddReplicaRegionListType = [1, n0, _ARRLT,
|
|
833
|
-
0, () => ReplicaRegionType$
|
|
834
|
-
];
|
|
835
|
-
var APIErrorListType = [1, n0, _APIELT,
|
|
836
|
-
0, () => APIErrorType$
|
|
837
|
-
];
|
|
838
|
-
var ExternalSecretRotationMetadataType = [1, n0, _ESRMT,
|
|
839
|
-
0, () => ExternalSecretRotationMetadataItem$
|
|
840
|
-
];
|
|
841
|
-
var FiltersListType = [1, n0, _FLT,
|
|
842
|
-
0, () => Filter$
|
|
843
|
-
];
|
|
844
|
-
var ReplicationStatusListType = [1, n0, _RSLT,
|
|
845
|
-
0, () => ReplicationStatusType$
|
|
846
|
-
];
|
|
847
|
-
var SecretListType = [1, n0, _SLT,
|
|
848
|
-
0, () => SecretListEntry$
|
|
849
|
-
];
|
|
850
|
-
var SecretValuesType = [1, n0, _SVT,
|
|
851
|
-
0, [() => SecretValueEntry$,
|
|
852
|
-
0]
|
|
853
|
-
];
|
|
854
|
-
var SecretVersionsListType = [1, n0, _SVLT,
|
|
855
|
-
0, () => SecretVersionsListEntry$
|
|
856
|
-
];
|
|
857
|
-
var TagListType = [1, n0, _TLT,
|
|
858
|
-
0, () => Tag$
|
|
859
|
-
];
|
|
860
|
-
var ValidationErrorsType = [1, n0, _VET,
|
|
861
|
-
0, () => ValidationErrorsEntry$
|
|
862
|
-
];
|
|
863
|
-
var BatchGetSecretValue$ = [9, n0, _BGSV,
|
|
864
|
-
0, () => BatchGetSecretValueRequest$, () => BatchGetSecretValueResponse$
|
|
865
|
-
];
|
|
866
|
-
var CancelRotateSecret$ = [9, n0, _CRS,
|
|
867
|
-
0, () => CancelRotateSecretRequest$, () => CancelRotateSecretResponse$
|
|
868
|
-
];
|
|
869
|
-
var CreateSecret$ = [9, n0, _CS,
|
|
870
|
-
0, () => CreateSecretRequest$, () => CreateSecretResponse$
|
|
871
|
-
];
|
|
872
|
-
var DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
873
|
-
0, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
|
|
874
|
-
];
|
|
875
|
-
var DeleteSecret$ = [9, n0, _DS,
|
|
876
|
-
0, () => DeleteSecretRequest$, () => DeleteSecretResponse$
|
|
877
|
-
];
|
|
878
|
-
var DescribeSecret$ = [9, n0, _DSe,
|
|
879
|
-
0, () => DescribeSecretRequest$, () => DescribeSecretResponse$
|
|
880
|
-
];
|
|
881
|
-
var GetRandomPassword$ = [9, n0, _GRP,
|
|
882
|
-
0, () => GetRandomPasswordRequest$, () => GetRandomPasswordResponse$
|
|
883
|
-
];
|
|
884
|
-
var GetResourcePolicy$ = [9, n0, _GRPe,
|
|
885
|
-
0, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
|
|
886
|
-
];
|
|
887
|
-
var GetSecretValue$ = [9, n0, _GSV,
|
|
888
|
-
0, () => GetSecretValueRequest$, () => GetSecretValueResponse$
|
|
889
|
-
];
|
|
890
|
-
var ListSecrets$ = [9, n0, _LS,
|
|
891
|
-
0, () => ListSecretsRequest$, () => ListSecretsResponse$
|
|
892
|
-
];
|
|
893
|
-
var ListSecretVersionIds$ = [9, n0, _LSVI,
|
|
894
|
-
0, () => ListSecretVersionIdsRequest$, () => ListSecretVersionIdsResponse$
|
|
895
|
-
];
|
|
896
|
-
var PutResourcePolicy$ = [9, n0, _PRP,
|
|
897
|
-
0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
|
|
898
|
-
];
|
|
899
|
-
var PutSecretValue$ = [9, n0, _PSV,
|
|
900
|
-
0, () => PutSecretValueRequest$, () => PutSecretValueResponse$
|
|
901
|
-
];
|
|
902
|
-
var RemoveRegionsFromReplication$ = [9, n0, _RRFR,
|
|
903
|
-
0, () => RemoveRegionsFromReplicationRequest$, () => RemoveRegionsFromReplicationResponse$
|
|
904
|
-
];
|
|
905
|
-
var ReplicateSecretToRegions$ = [9, n0, _RSTR,
|
|
906
|
-
0, () => ReplicateSecretToRegionsRequest$, () => ReplicateSecretToRegionsResponse$
|
|
907
|
-
];
|
|
908
|
-
var RestoreSecret$ = [9, n0, _RSe,
|
|
909
|
-
0, () => RestoreSecretRequest$, () => RestoreSecretResponse$
|
|
910
|
-
];
|
|
911
|
-
var RotateSecret$ = [9, n0, _RSo,
|
|
912
|
-
0, () => RotateSecretRequest$, () => RotateSecretResponse$
|
|
913
|
-
];
|
|
914
|
-
var StopReplicationToReplica$ = [9, n0, _SRTR,
|
|
915
|
-
0, () => StopReplicationToReplicaRequest$, () => StopReplicationToReplicaResponse$
|
|
916
|
-
];
|
|
917
|
-
var TagResource$ = [9, n0, _TR,
|
|
918
|
-
0, () => TagResourceRequest$, () => __Unit
|
|
919
|
-
];
|
|
920
|
-
var UntagResource$ = [9, n0, _UR,
|
|
921
|
-
0, () => UntagResourceRequest$, () => __Unit
|
|
922
|
-
];
|
|
923
|
-
var UpdateSecret$ = [9, n0, _US,
|
|
924
|
-
0, () => UpdateSecretRequest$, () => UpdateSecretResponse$
|
|
925
|
-
];
|
|
926
|
-
var UpdateSecretVersionStage$ = [9, n0, _USVS,
|
|
927
|
-
0, () => UpdateSecretVersionStageRequest$, () => UpdateSecretVersionStageResponse$
|
|
928
|
-
];
|
|
929
|
-
var ValidateResourcePolicy$ = [9, n0, _VRP,
|
|
930
|
-
0, () => ValidateResourcePolicyRequest$, () => ValidateResourcePolicyResponse$
|
|
931
|
-
];
|
|
932
|
-
|
|
933
116
|
class BatchGetSecretValueCommand extends smithyClient.Command
|
|
934
117
|
.classBuilder()
|
|
935
118
|
.ep(commonParams)
|
|
@@ -938,7 +121,7 @@ class BatchGetSecretValueCommand extends smithyClient.Command
|
|
|
938
121
|
})
|
|
939
122
|
.s("secretsmanager", "BatchGetSecretValue", {})
|
|
940
123
|
.n("SecretsManagerClient", "BatchGetSecretValueCommand")
|
|
941
|
-
.sc(BatchGetSecretValue$)
|
|
124
|
+
.sc(schemas_0.BatchGetSecretValue$)
|
|
942
125
|
.build() {
|
|
943
126
|
}
|
|
944
127
|
|
|
@@ -950,7 +133,7 @@ class CancelRotateSecretCommand extends smithyClient.Command
|
|
|
950
133
|
})
|
|
951
134
|
.s("secretsmanager", "CancelRotateSecret", {})
|
|
952
135
|
.n("SecretsManagerClient", "CancelRotateSecretCommand")
|
|
953
|
-
.sc(CancelRotateSecret$)
|
|
136
|
+
.sc(schemas_0.CancelRotateSecret$)
|
|
954
137
|
.build() {
|
|
955
138
|
}
|
|
956
139
|
|
|
@@ -962,7 +145,7 @@ class CreateSecretCommand extends smithyClient.Command
|
|
|
962
145
|
})
|
|
963
146
|
.s("secretsmanager", "CreateSecret", {})
|
|
964
147
|
.n("SecretsManagerClient", "CreateSecretCommand")
|
|
965
|
-
.sc(CreateSecret$)
|
|
148
|
+
.sc(schemas_0.CreateSecret$)
|
|
966
149
|
.build() {
|
|
967
150
|
}
|
|
968
151
|
|
|
@@ -974,7 +157,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
974
157
|
})
|
|
975
158
|
.s("secretsmanager", "DeleteResourcePolicy", {})
|
|
976
159
|
.n("SecretsManagerClient", "DeleteResourcePolicyCommand")
|
|
977
|
-
.sc(DeleteResourcePolicy$)
|
|
160
|
+
.sc(schemas_0.DeleteResourcePolicy$)
|
|
978
161
|
.build() {
|
|
979
162
|
}
|
|
980
163
|
|
|
@@ -986,7 +169,7 @@ class DeleteSecretCommand extends smithyClient.Command
|
|
|
986
169
|
})
|
|
987
170
|
.s("secretsmanager", "DeleteSecret", {})
|
|
988
171
|
.n("SecretsManagerClient", "DeleteSecretCommand")
|
|
989
|
-
.sc(DeleteSecret$)
|
|
172
|
+
.sc(schemas_0.DeleteSecret$)
|
|
990
173
|
.build() {
|
|
991
174
|
}
|
|
992
175
|
|
|
@@ -998,7 +181,7 @@ class DescribeSecretCommand extends smithyClient.Command
|
|
|
998
181
|
})
|
|
999
182
|
.s("secretsmanager", "DescribeSecret", {})
|
|
1000
183
|
.n("SecretsManagerClient", "DescribeSecretCommand")
|
|
1001
|
-
.sc(DescribeSecret$)
|
|
184
|
+
.sc(schemas_0.DescribeSecret$)
|
|
1002
185
|
.build() {
|
|
1003
186
|
}
|
|
1004
187
|
|
|
@@ -1010,7 +193,7 @@ class GetRandomPasswordCommand extends smithyClient.Command
|
|
|
1010
193
|
})
|
|
1011
194
|
.s("secretsmanager", "GetRandomPassword", {})
|
|
1012
195
|
.n("SecretsManagerClient", "GetRandomPasswordCommand")
|
|
1013
|
-
.sc(GetRandomPassword$)
|
|
196
|
+
.sc(schemas_0.GetRandomPassword$)
|
|
1014
197
|
.build() {
|
|
1015
198
|
}
|
|
1016
199
|
|
|
@@ -1022,7 +205,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
1022
205
|
})
|
|
1023
206
|
.s("secretsmanager", "GetResourcePolicy", {})
|
|
1024
207
|
.n("SecretsManagerClient", "GetResourcePolicyCommand")
|
|
1025
|
-
.sc(GetResourcePolicy$)
|
|
208
|
+
.sc(schemas_0.GetResourcePolicy$)
|
|
1026
209
|
.build() {
|
|
1027
210
|
}
|
|
1028
211
|
|
|
@@ -1034,7 +217,7 @@ class GetSecretValueCommand extends smithyClient.Command
|
|
|
1034
217
|
})
|
|
1035
218
|
.s("secretsmanager", "GetSecretValue", {})
|
|
1036
219
|
.n("SecretsManagerClient", "GetSecretValueCommand")
|
|
1037
|
-
.sc(GetSecretValue$)
|
|
220
|
+
.sc(schemas_0.GetSecretValue$)
|
|
1038
221
|
.build() {
|
|
1039
222
|
}
|
|
1040
223
|
|
|
@@ -1046,7 +229,7 @@ class ListSecretsCommand extends smithyClient.Command
|
|
|
1046
229
|
})
|
|
1047
230
|
.s("secretsmanager", "ListSecrets", {})
|
|
1048
231
|
.n("SecretsManagerClient", "ListSecretsCommand")
|
|
1049
|
-
.sc(ListSecrets$)
|
|
232
|
+
.sc(schemas_0.ListSecrets$)
|
|
1050
233
|
.build() {
|
|
1051
234
|
}
|
|
1052
235
|
|
|
@@ -1058,7 +241,7 @@ class ListSecretVersionIdsCommand extends smithyClient.Command
|
|
|
1058
241
|
})
|
|
1059
242
|
.s("secretsmanager", "ListSecretVersionIds", {})
|
|
1060
243
|
.n("SecretsManagerClient", "ListSecretVersionIdsCommand")
|
|
1061
|
-
.sc(ListSecretVersionIds$)
|
|
244
|
+
.sc(schemas_0.ListSecretVersionIds$)
|
|
1062
245
|
.build() {
|
|
1063
246
|
}
|
|
1064
247
|
|
|
@@ -1070,7 +253,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1070
253
|
})
|
|
1071
254
|
.s("secretsmanager", "PutResourcePolicy", {})
|
|
1072
255
|
.n("SecretsManagerClient", "PutResourcePolicyCommand")
|
|
1073
|
-
.sc(PutResourcePolicy$)
|
|
256
|
+
.sc(schemas_0.PutResourcePolicy$)
|
|
1074
257
|
.build() {
|
|
1075
258
|
}
|
|
1076
259
|
|
|
@@ -1082,7 +265,7 @@ class PutSecretValueCommand extends smithyClient.Command
|
|
|
1082
265
|
})
|
|
1083
266
|
.s("secretsmanager", "PutSecretValue", {})
|
|
1084
267
|
.n("SecretsManagerClient", "PutSecretValueCommand")
|
|
1085
|
-
.sc(PutSecretValue$)
|
|
268
|
+
.sc(schemas_0.PutSecretValue$)
|
|
1086
269
|
.build() {
|
|
1087
270
|
}
|
|
1088
271
|
|
|
@@ -1094,7 +277,7 @@ class RemoveRegionsFromReplicationCommand extends smithyClient.Command
|
|
|
1094
277
|
})
|
|
1095
278
|
.s("secretsmanager", "RemoveRegionsFromReplication", {})
|
|
1096
279
|
.n("SecretsManagerClient", "RemoveRegionsFromReplicationCommand")
|
|
1097
|
-
.sc(RemoveRegionsFromReplication$)
|
|
280
|
+
.sc(schemas_0.RemoveRegionsFromReplication$)
|
|
1098
281
|
.build() {
|
|
1099
282
|
}
|
|
1100
283
|
|
|
@@ -1106,7 +289,7 @@ class ReplicateSecretToRegionsCommand extends smithyClient.Command
|
|
|
1106
289
|
})
|
|
1107
290
|
.s("secretsmanager", "ReplicateSecretToRegions", {})
|
|
1108
291
|
.n("SecretsManagerClient", "ReplicateSecretToRegionsCommand")
|
|
1109
|
-
.sc(ReplicateSecretToRegions$)
|
|
292
|
+
.sc(schemas_0.ReplicateSecretToRegions$)
|
|
1110
293
|
.build() {
|
|
1111
294
|
}
|
|
1112
295
|
|
|
@@ -1118,7 +301,7 @@ class RestoreSecretCommand extends smithyClient.Command
|
|
|
1118
301
|
})
|
|
1119
302
|
.s("secretsmanager", "RestoreSecret", {})
|
|
1120
303
|
.n("SecretsManagerClient", "RestoreSecretCommand")
|
|
1121
|
-
.sc(RestoreSecret$)
|
|
304
|
+
.sc(schemas_0.RestoreSecret$)
|
|
1122
305
|
.build() {
|
|
1123
306
|
}
|
|
1124
307
|
|
|
@@ -1130,7 +313,7 @@ class RotateSecretCommand extends smithyClient.Command
|
|
|
1130
313
|
})
|
|
1131
314
|
.s("secretsmanager", "RotateSecret", {})
|
|
1132
315
|
.n("SecretsManagerClient", "RotateSecretCommand")
|
|
1133
|
-
.sc(RotateSecret$)
|
|
316
|
+
.sc(schemas_0.RotateSecret$)
|
|
1134
317
|
.build() {
|
|
1135
318
|
}
|
|
1136
319
|
|
|
@@ -1142,7 +325,7 @@ class StopReplicationToReplicaCommand extends smithyClient.Command
|
|
|
1142
325
|
})
|
|
1143
326
|
.s("secretsmanager", "StopReplicationToReplica", {})
|
|
1144
327
|
.n("SecretsManagerClient", "StopReplicationToReplicaCommand")
|
|
1145
|
-
.sc(StopReplicationToReplica$)
|
|
328
|
+
.sc(schemas_0.StopReplicationToReplica$)
|
|
1146
329
|
.build() {
|
|
1147
330
|
}
|
|
1148
331
|
|
|
@@ -1154,7 +337,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1154
337
|
})
|
|
1155
338
|
.s("secretsmanager", "TagResource", {})
|
|
1156
339
|
.n("SecretsManagerClient", "TagResourceCommand")
|
|
1157
|
-
.sc(TagResource$)
|
|
340
|
+
.sc(schemas_0.TagResource$)
|
|
1158
341
|
.build() {
|
|
1159
342
|
}
|
|
1160
343
|
|
|
@@ -1166,7 +349,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1166
349
|
})
|
|
1167
350
|
.s("secretsmanager", "UntagResource", {})
|
|
1168
351
|
.n("SecretsManagerClient", "UntagResourceCommand")
|
|
1169
|
-
.sc(UntagResource$)
|
|
352
|
+
.sc(schemas_0.UntagResource$)
|
|
1170
353
|
.build() {
|
|
1171
354
|
}
|
|
1172
355
|
|
|
@@ -1178,7 +361,7 @@ class UpdateSecretCommand extends smithyClient.Command
|
|
|
1178
361
|
})
|
|
1179
362
|
.s("secretsmanager", "UpdateSecret", {})
|
|
1180
363
|
.n("SecretsManagerClient", "UpdateSecretCommand")
|
|
1181
|
-
.sc(UpdateSecret$)
|
|
364
|
+
.sc(schemas_0.UpdateSecret$)
|
|
1182
365
|
.build() {
|
|
1183
366
|
}
|
|
1184
367
|
|
|
@@ -1190,7 +373,7 @@ class UpdateSecretVersionStageCommand extends smithyClient.Command
|
|
|
1190
373
|
})
|
|
1191
374
|
.s("secretsmanager", "UpdateSecretVersionStage", {})
|
|
1192
375
|
.n("SecretsManagerClient", "UpdateSecretVersionStageCommand")
|
|
1193
|
-
.sc(UpdateSecretVersionStage$)
|
|
376
|
+
.sc(schemas_0.UpdateSecretVersionStage$)
|
|
1194
377
|
.build() {
|
|
1195
378
|
}
|
|
1196
379
|
|
|
@@ -1202,7 +385,7 @@ class ValidateResourcePolicyCommand extends smithyClient.Command
|
|
|
1202
385
|
})
|
|
1203
386
|
.s("secretsmanager", "ValidateResourcePolicy", {})
|
|
1204
387
|
.n("SecretsManagerClient", "ValidateResourcePolicyCommand")
|
|
1205
|
-
.sc(ValidateResourcePolicy$)
|
|
388
|
+
.sc(schemas_0.ValidateResourcePolicy$)
|
|
1206
389
|
.build() {
|
|
1207
390
|
}
|
|
1208
391
|
|
|
@@ -1271,147 +454,58 @@ const SortOrderType = {
|
|
|
1271
454
|
desc: "desc",
|
|
1272
455
|
};
|
|
1273
456
|
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
});
|
|
1278
|
-
Object.defineProperty(exports, "__Client", {
|
|
1279
|
-
enumerable: true,
|
|
1280
|
-
get: function () { return smithyClient.Client; }
|
|
1281
|
-
});
|
|
1282
|
-
exports.APIErrorType$ = APIErrorType$;
|
|
1283
|
-
exports.BatchGetSecretValue$ = BatchGetSecretValue$;
|
|
457
|
+
exports.$Command = smithyClient.Command;
|
|
458
|
+
exports.__Client = smithyClient.Client;
|
|
459
|
+
exports.SecretsManagerServiceException = SecretsManagerServiceException.SecretsManagerServiceException;
|
|
1284
460
|
exports.BatchGetSecretValueCommand = BatchGetSecretValueCommand;
|
|
1285
|
-
exports.BatchGetSecretValueRequest$ = BatchGetSecretValueRequest$;
|
|
1286
|
-
exports.BatchGetSecretValueResponse$ = BatchGetSecretValueResponse$;
|
|
1287
|
-
exports.CancelRotateSecret$ = CancelRotateSecret$;
|
|
1288
461
|
exports.CancelRotateSecretCommand = CancelRotateSecretCommand;
|
|
1289
|
-
exports.CancelRotateSecretRequest$ = CancelRotateSecretRequest$;
|
|
1290
|
-
exports.CancelRotateSecretResponse$ = CancelRotateSecretResponse$;
|
|
1291
|
-
exports.CreateSecret$ = CreateSecret$;
|
|
1292
462
|
exports.CreateSecretCommand = CreateSecretCommand;
|
|
1293
|
-
exports.CreateSecretRequest$ = CreateSecretRequest$;
|
|
1294
|
-
exports.CreateSecretResponse$ = CreateSecretResponse$;
|
|
1295
|
-
exports.DecryptionFailure = DecryptionFailure;
|
|
1296
|
-
exports.DecryptionFailure$ = DecryptionFailure$;
|
|
1297
|
-
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
1298
463
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1299
|
-
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
1300
|
-
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
1301
|
-
exports.DeleteSecret$ = DeleteSecret$;
|
|
1302
464
|
exports.DeleteSecretCommand = DeleteSecretCommand;
|
|
1303
|
-
exports.DeleteSecretRequest$ = DeleteSecretRequest$;
|
|
1304
|
-
exports.DeleteSecretResponse$ = DeleteSecretResponse$;
|
|
1305
|
-
exports.DescribeSecret$ = DescribeSecret$;
|
|
1306
465
|
exports.DescribeSecretCommand = DescribeSecretCommand;
|
|
1307
|
-
exports.DescribeSecretRequest$ = DescribeSecretRequest$;
|
|
1308
|
-
exports.DescribeSecretResponse$ = DescribeSecretResponse$;
|
|
1309
|
-
exports.EncryptionFailure = EncryptionFailure;
|
|
1310
|
-
exports.EncryptionFailure$ = EncryptionFailure$;
|
|
1311
|
-
exports.ExternalSecretRotationMetadataItem$ = ExternalSecretRotationMetadataItem$;
|
|
1312
|
-
exports.Filter$ = Filter$;
|
|
1313
466
|
exports.FilterNameStringType = FilterNameStringType;
|
|
1314
|
-
exports.GetRandomPassword$ = GetRandomPassword$;
|
|
1315
467
|
exports.GetRandomPasswordCommand = GetRandomPasswordCommand;
|
|
1316
|
-
exports.GetRandomPasswordRequest$ = GetRandomPasswordRequest$;
|
|
1317
|
-
exports.GetRandomPasswordResponse$ = GetRandomPasswordResponse$;
|
|
1318
|
-
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
1319
468
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
1320
|
-
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
1321
|
-
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
1322
|
-
exports.GetSecretValue$ = GetSecretValue$;
|
|
1323
469
|
exports.GetSecretValueCommand = GetSecretValueCommand;
|
|
1324
|
-
exports.GetSecretValueRequest$ = GetSecretValueRequest$;
|
|
1325
|
-
exports.GetSecretValueResponse$ = GetSecretValueResponse$;
|
|
1326
|
-
exports.InternalServiceError = InternalServiceError;
|
|
1327
|
-
exports.InternalServiceError$ = InternalServiceError$;
|
|
1328
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
1329
|
-
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
1330
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
1331
|
-
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1332
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
1333
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
1334
|
-
exports.LimitExceededException = LimitExceededException;
|
|
1335
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
1336
|
-
exports.ListSecretVersionIds$ = ListSecretVersionIds$;
|
|
1337
470
|
exports.ListSecretVersionIdsCommand = ListSecretVersionIdsCommand;
|
|
1338
|
-
exports.ListSecretVersionIdsRequest$ = ListSecretVersionIdsRequest$;
|
|
1339
|
-
exports.ListSecretVersionIdsResponse$ = ListSecretVersionIdsResponse$;
|
|
1340
|
-
exports.ListSecrets$ = ListSecrets$;
|
|
1341
471
|
exports.ListSecretsCommand = ListSecretsCommand;
|
|
1342
|
-
exports.ListSecretsRequest$ = ListSecretsRequest$;
|
|
1343
|
-
exports.ListSecretsResponse$ = ListSecretsResponse$;
|
|
1344
|
-
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
1345
|
-
exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
|
|
1346
|
-
exports.PreconditionNotMetException = PreconditionNotMetException;
|
|
1347
|
-
exports.PreconditionNotMetException$ = PreconditionNotMetException$;
|
|
1348
|
-
exports.PublicPolicyException = PublicPolicyException;
|
|
1349
|
-
exports.PublicPolicyException$ = PublicPolicyException$;
|
|
1350
|
-
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
1351
472
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
1352
|
-
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
1353
|
-
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
1354
|
-
exports.PutSecretValue$ = PutSecretValue$;
|
|
1355
473
|
exports.PutSecretValueCommand = PutSecretValueCommand;
|
|
1356
|
-
exports.PutSecretValueRequest$ = PutSecretValueRequest$;
|
|
1357
|
-
exports.PutSecretValueResponse$ = PutSecretValueResponse$;
|
|
1358
|
-
exports.RemoveRegionsFromReplication$ = RemoveRegionsFromReplication$;
|
|
1359
474
|
exports.RemoveRegionsFromReplicationCommand = RemoveRegionsFromReplicationCommand;
|
|
1360
|
-
exports.RemoveRegionsFromReplicationRequest$ = RemoveRegionsFromReplicationRequest$;
|
|
1361
|
-
exports.RemoveRegionsFromReplicationResponse$ = RemoveRegionsFromReplicationResponse$;
|
|
1362
|
-
exports.ReplicaRegionType$ = ReplicaRegionType$;
|
|
1363
|
-
exports.ReplicateSecretToRegions$ = ReplicateSecretToRegions$;
|
|
1364
475
|
exports.ReplicateSecretToRegionsCommand = ReplicateSecretToRegionsCommand;
|
|
1365
|
-
exports.ReplicateSecretToRegionsRequest$ = ReplicateSecretToRegionsRequest$;
|
|
1366
|
-
exports.ReplicateSecretToRegionsResponse$ = ReplicateSecretToRegionsResponse$;
|
|
1367
|
-
exports.ReplicationStatusType$ = ReplicationStatusType$;
|
|
1368
|
-
exports.ResourceExistsException = ResourceExistsException;
|
|
1369
|
-
exports.ResourceExistsException$ = ResourceExistsException$;
|
|
1370
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1371
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1372
|
-
exports.RestoreSecret$ = RestoreSecret$;
|
|
1373
476
|
exports.RestoreSecretCommand = RestoreSecretCommand;
|
|
1374
|
-
exports.RestoreSecretRequest$ = RestoreSecretRequest$;
|
|
1375
|
-
exports.RestoreSecretResponse$ = RestoreSecretResponse$;
|
|
1376
|
-
exports.RotateSecret$ = RotateSecret$;
|
|
1377
477
|
exports.RotateSecretCommand = RotateSecretCommand;
|
|
1378
|
-
exports.RotateSecretRequest$ = RotateSecretRequest$;
|
|
1379
|
-
exports.RotateSecretResponse$ = RotateSecretResponse$;
|
|
1380
|
-
exports.RotationRulesType$ = RotationRulesType$;
|
|
1381
|
-
exports.SecretListEntry$ = SecretListEntry$;
|
|
1382
|
-
exports.SecretValueEntry$ = SecretValueEntry$;
|
|
1383
|
-
exports.SecretVersionsListEntry$ = SecretVersionsListEntry$;
|
|
1384
478
|
exports.SecretsManager = SecretsManager;
|
|
1385
479
|
exports.SecretsManagerClient = SecretsManagerClient;
|
|
1386
|
-
exports.SecretsManagerServiceException = SecretsManagerServiceException;
|
|
1387
|
-
exports.SecretsManagerServiceException$ = SecretsManagerServiceException$;
|
|
1388
480
|
exports.SortByType = SortByType;
|
|
1389
481
|
exports.SortOrderType = SortOrderType;
|
|
1390
482
|
exports.StatusType = StatusType;
|
|
1391
|
-
exports.StopReplicationToReplica$ = StopReplicationToReplica$;
|
|
1392
483
|
exports.StopReplicationToReplicaCommand = StopReplicationToReplicaCommand;
|
|
1393
|
-
exports.StopReplicationToReplicaRequest$ = StopReplicationToReplicaRequest$;
|
|
1394
|
-
exports.StopReplicationToReplicaResponse$ = StopReplicationToReplicaResponse$;
|
|
1395
|
-
exports.Tag$ = Tag$;
|
|
1396
|
-
exports.TagResource$ = TagResource$;
|
|
1397
484
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1398
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1399
|
-
exports.UntagResource$ = UntagResource$;
|
|
1400
485
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1401
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1402
|
-
exports.UpdateSecret$ = UpdateSecret$;
|
|
1403
486
|
exports.UpdateSecretCommand = UpdateSecretCommand;
|
|
1404
|
-
exports.UpdateSecretRequest$ = UpdateSecretRequest$;
|
|
1405
|
-
exports.UpdateSecretResponse$ = UpdateSecretResponse$;
|
|
1406
|
-
exports.UpdateSecretVersionStage$ = UpdateSecretVersionStage$;
|
|
1407
487
|
exports.UpdateSecretVersionStageCommand = UpdateSecretVersionStageCommand;
|
|
1408
|
-
exports.UpdateSecretVersionStageRequest$ = UpdateSecretVersionStageRequest$;
|
|
1409
|
-
exports.UpdateSecretVersionStageResponse$ = UpdateSecretVersionStageResponse$;
|
|
1410
|
-
exports.ValidateResourcePolicy$ = ValidateResourcePolicy$;
|
|
1411
488
|
exports.ValidateResourcePolicyCommand = ValidateResourcePolicyCommand;
|
|
1412
|
-
exports.ValidateResourcePolicyRequest$ = ValidateResourcePolicyRequest$;
|
|
1413
|
-
exports.ValidateResourcePolicyResponse$ = ValidateResourcePolicyResponse$;
|
|
1414
|
-
exports.ValidationErrorsEntry$ = ValidationErrorsEntry$;
|
|
1415
489
|
exports.paginateBatchGetSecretValue = paginateBatchGetSecretValue;
|
|
1416
490
|
exports.paginateListSecretVersionIds = paginateListSecretVersionIds;
|
|
1417
491
|
exports.paginateListSecrets = paginateListSecrets;
|
|
492
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
493
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
494
|
+
Object.defineProperty(exports, '__proto__', {
|
|
495
|
+
enumerable: true,
|
|
496
|
+
value: schemas_0['__proto__']
|
|
497
|
+
});
|
|
498
|
+
|
|
499
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
500
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
501
|
+
});
|
|
502
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
503
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
504
|
+
Object.defineProperty(exports, '__proto__', {
|
|
505
|
+
enumerable: true,
|
|
506
|
+
value: errors['__proto__']
|
|
507
|
+
});
|
|
508
|
+
|
|
509
|
+
Object.keys(errors).forEach(function (k) {
|
|
510
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
511
|
+
});
|