serverless-spy 0.0.41 → 0.0.43
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 +15 -17
- package/cli/cli.ts +53 -12
- package/cli/package.json +1 -4
- package/dist/releasetag.txt +1 -1
- package/lib/cli/cli.js +37 -13
- package/lib/cli/cli.mjs +37 -13
- package/lib/cli/cli.ts +53 -12
- package/lib/cli/package.json +1 -4
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +26 -26
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
- package/lib/src/ServerlessSpy.js +1 -1
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +7 -7
- package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +7 -7
- package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-eventbridge/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-lambda/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-s3/package.json +8 -8
- package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sns/package.json +6 -6
- package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-providers/package.json +8 -8
- package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +2 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +4 -1
- package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
- package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-dynamodb/package.json +2 -2
- package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +4 -4
- package/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +11 -11
- package/node_modules/@aws-sdk/util-waiter/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +10 -8
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +64 -17
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +15 -7
- package/node_modules/aws-sdk/clients/kendra.d.ts +36 -36
- package/node_modules/aws-sdk/clients/location.d.ts +54 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +93 -30
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +15 -2
- package/node_modules/aws-sdk/package.json +1 -2
- package/node_modules/{cli-table3/node_modules/colors → colors}/LICENSE +0 -0
- package/node_modules/{cli-table3/node_modules/colors → colors}/README.md +0 -0
- package/node_modules/colors/examples/normal-usage.js +32 -24
- package/node_modules/colors/examples/safe-string.js +28 -25
- package/node_modules/{cli-table3/node_modules/colors → colors}/index.d.ts +0 -0
- package/node_modules/colors/lib/colors.js +93 -58
- package/node_modules/colors/lib/custom/trap.js +36 -35
- package/node_modules/colors/lib/custom/zalgo.js +46 -40
- package/node_modules/colors/lib/extendStringPrototype.js +47 -55
- package/node_modules/colors/lib/index.js +4 -3
- package/node_modules/colors/lib/maps/america.js +8 -10
- package/node_modules/colors/lib/maps/rainbow.js +6 -7
- package/node_modules/colors/lib/maps/random.js +9 -6
- package/node_modules/colors/lib/maps/zebra.js +5 -5
- package/node_modules/colors/lib/styles.js +21 -3
- package/node_modules/{cli-table3/node_modules/colors → colors}/lib/system/has-flag.js +0 -0
- package/node_modules/colors/lib/system/supports-colors.js +109 -19
- package/node_modules/colors/package.json +28 -4
- package/node_modules/{cli-table3/node_modules/colors → colors}/safe.d.ts +0 -0
- package/node_modules/colors/safe.js +4 -3
- package/node_modules/colors/themes/generic-logging.js +2 -2
- package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/index.js +0 -0
- package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → inquirer/node_modules/escape-string-regexp}/license +0 -0
- package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/package.json +0 -0
- package/node_modules/{escape-string-regexp → inquirer/node_modules/escape-string-regexp}/readme.md +0 -0
- package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
- package/node_modules/{escape-string-regexp → is-fullwidth-code-point}/license +0 -0
- package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
- package/node_modules/{cli-table3/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
- package/node_modules/safe-buffer/index.js +3 -0
- package/node_modules/safe-buffer/package.json +18 -4
- package/node_modules/{resolve-dir → spawn-sync/node_modules/safe-buffer}/LICENSE +1 -1
- package/node_modules/spawn-sync/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/spawn-sync/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/spawn-sync/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/spawn-sync/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/{cli-table3/node_modules/string-width → string-width}/index.js +0 -0
- package/node_modules/{cli-table3/node_modules/ansi-regex → string-width}/license +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/index.js +0 -0
- package/node_modules/{cli-table3/node_modules/string-width → string-width/node_modules/ansi-regex}/license +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/package.json +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/ansi-regex/readme.md +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/index.js +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/license +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/package.json +0 -0
- package/node_modules/{cli-table3 → string-width}/node_modules/strip-ansi/readme.md +0 -0
- package/node_modules/{cli-table3/node_modules/string-width → string-width}/package.json +0 -0
- package/node_modules/{cli-table3/node_modules/string-width → string-width}/readme.md +0 -0
- package/node_modules/{is-windows → tabtab/node_modules/safe-buffer}/LICENSE +1 -1
- package/node_modules/tabtab/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/tabtab/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/tabtab/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/tabtab/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/{colors → winston/node_modules/colors}/.travis.yml +0 -0
- package/node_modules/{colors → winston/node_modules/colors}/MIT-LICENSE.txt +0 -0
- package/node_modules/{colors → winston/node_modules/colors}/ReadMe.md +0 -0
- package/node_modules/winston/node_modules/colors/examples/normal-usage.js +74 -0
- package/node_modules/winston/node_modules/colors/examples/safe-string.js +76 -0
- package/node_modules/winston/node_modules/colors/lib/colors.js +176 -0
- package/node_modules/winston/node_modules/colors/lib/custom/trap.js +45 -0
- package/node_modules/{prettyjson → winston}/node_modules/colors/lib/custom/zalgo.js +40 -46
- package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
- package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/index.js +3 -4
- package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
- package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/maps/rainbow.js +7 -6
- package/node_modules/winston/node_modules/colors/lib/maps/random.js +8 -0
- package/node_modules/winston/node_modules/colors/lib/maps/zebra.js +5 -0
- package/node_modules/{cli-table3 → winston}/node_modules/colors/lib/styles.js +3 -21
- package/node_modules/{expand-tilde/LICENSE → winston/node_modules/colors/lib/system/supports-colors.js} +41 -1
- package/node_modules/winston/node_modules/colors/package.json +21 -0
- package/node_modules/winston/node_modules/colors/safe.js +9 -0
- package/node_modules/{colors → winston/node_modules/colors}/screenshots/colors.png +0 -0
- package/node_modules/{colors → winston/node_modules/colors}/tests/basic-test.js +0 -0
- package/node_modules/{colors → winston/node_modules/colors}/tests/safe-test.js +0 -0
- package/node_modules/{cli-table3 → winston}/node_modules/colors/themes/generic-logging.js +2 -2
- package/package.json +23 -29
- package/node_modules/@aws-sdk/client-ssm/CHANGELOG.md +0 -3740
- package/node_modules/@aws-sdk/client-ssm/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/README.md +0 -234
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSM.js +0 -2032
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/SSMClient.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelCommandCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateActivationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationBatchCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateAssociationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateDocumentCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsItemCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateOpsMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreatePatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/CreateResourceDataSyncCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteActivationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteAssociationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteDocumentCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteInventoryCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteOpsMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParameterCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteParametersCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeletePatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeleteResourceDataSyncCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterManagedInstanceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeActivationsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeAvailablePatchesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeDocumentPermissionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstanceInformationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInstancePatchesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeOpsItemsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeParametersCommand.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchBaselinesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupStateCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchGroupsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribePatchPropertiesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DescribeSessionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetAutomationExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCalendarStateCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetCommandInvocationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetConnectionStatusCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetDocumentCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventoryCommand.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetInventorySchemaCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsItemCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetOpsSummaryCommand.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParameterHistoryCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersByPathCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetParametersCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/GetServiceSettingCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/LabelParameterVersionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationVersionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListAssociationsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandInvocationsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListCommandsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceItemsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListComplianceSummariesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentVersionsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListDocumentsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListInventoryEntriesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemEventsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListOpsMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListResourceDataSyncCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ListTagsForResourceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ModifyDocumentPermissionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutComplianceItemsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutInventoryCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/PutParameterCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResetServiceSettingCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/ResumeSessionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendAutomationSignalCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/SendCommandCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAssociationsOnceCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartAutomationExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartChangeRequestExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StartSessionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/StopAutomationExecutionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/TerminateSessionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UnlabelParameterVersionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateAssociationStatusCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateDocumentMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsItemCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateOpsMetadataCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdatePatchBaselineCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateResourceDataSyncCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/UpdateServiceSettingCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/commands/index.js +0 -138
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoints.js +0 -220
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_0.js +0 -1951
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_1.js +0 -1883
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/models_2.js +0 -168
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/Interfaces.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/index.js +0 -50
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/protocols/Aws_json1_1.js +0 -19691
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/waiters/waitForCommandExecuted.js +0 -102
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +0 -2035
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +0 -135
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoints.js +0 -216
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -1419
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -1306
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -104
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +0 -47
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -19787
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +0 -117
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +0 -1599
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +0 -306
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +0 -79
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +0 -48
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +0 -48
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +0 -71
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +0 -90
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +0 -48
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +0 -135
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -7644
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -8677
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -1083
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -407
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +0 -680
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -206
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +0 -135
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -3731
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -3964
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -447
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/abort-controller/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/README.md +0 -218
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sso/package.json +0 -91
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/README.md +0 -208
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/client-sts/package.json +0 -96
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/config-resolver/package.json +0 -51
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/hash-node/package.json +0 -51
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/property-provider/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/protocol-http/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/signature-v4/package.json +0 -56
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/smithy-client/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/types/package.json +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/url-parser/package.json +0 -46
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/README.md +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/@aws-sdk/util-waiter/package.json +0 -50
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -505
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@aws-sdk/client-ssm/package.json +0 -97
- package/node_modules/@aws-sdk/util-credentials/CHANGELOG.md +0 -76
- package/node_modules/@aws-sdk/util-credentials/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-credentials/README.md +0 -12
- package/node_modules/@aws-sdk/util-credentials/dist-cjs/index.js +0 -17
- package/node_modules/@aws-sdk/util-credentials/dist-es/index.js +0 -20
- package/node_modules/@aws-sdk/util-credentials/dist-types/index.d.ts +0 -29
- package/node_modules/@aws-sdk/util-credentials/dist-types/ts3.4/index.d.ts +0 -15
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@aws-sdk/util-credentials/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
- package/node_modules/@aws-sdk/util-credentials/package.json +0 -54
- package/node_modules/@graphql-tools/merge/README.md +0 -5
- package/node_modules/@graphql-tools/merge/cjs/extensions.js +0 -132
- package/node_modules/@graphql-tools/merge/cjs/index.js +0 -6
- package/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js +0 -67
- package/node_modules/@graphql-tools/merge/cjs/package.json +0 -1
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js +0 -21
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js +0 -100
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js +0 -40
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js +0 -27
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js +0 -85
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js +0 -17
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js +0 -34
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js +0 -38
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js +0 -15
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js +0 -72
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js +0 -121
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js +0 -27
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js +0 -39
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js +0 -36
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js +0 -28
- package/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.js +0 -65
- package/node_modules/@graphql-tools/merge/esm/extensions.js +0 -125
- package/node_modules/@graphql-tools/merge/esm/index.js +0 -3
- package/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +0 -63
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +0 -17
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +0 -95
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +0 -36
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +0 -23
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +0 -81
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js +0 -14
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +0 -30
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +0 -34
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +0 -11
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +0 -67
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +0 -116
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +0 -23
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +0 -35
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +0 -32
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +0 -24
- package/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +0 -54
- package/node_modules/@graphql-tools/merge/package.json +0 -58
- package/node_modules/@graphql-tools/merge/typings/extensions.d.ts +0 -57
- package/node_modules/@graphql-tools/merge/typings/index.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/merge-resolvers.d.ts +0 -37
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/arguments.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/directives.d.ts +0 -4
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum-values.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/enum.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/fields.d.ts +0 -5
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/index.d.ts +0 -14
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/input-type.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/interface.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-named-type-array.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-nodes.d.ts +0 -9
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/merge-typedefs.d.ts +0 -68
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/scalar.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/schema-def.d.ts +0 -8
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/type.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/union.d.ts +0 -3
- package/node_modules/@graphql-tools/merge/typings/typedefs-mergers/utils.d.ts +0 -15
- package/node_modules/@graphql-tools/schema/README.md +0 -5
- package/node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js +0 -326
- package/node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js +0 -47
- package/node_modules/@graphql-tools/schema/cjs/chainResolvers.js +0 -13
- package/node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js +0 -23
- package/node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js +0 -35
- package/node_modules/@graphql-tools/schema/cjs/index.js +0 -17
- package/node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js +0 -96
- package/node_modules/@graphql-tools/schema/cjs/merge-schemas.js +0 -29
- package/node_modules/@graphql-tools/schema/cjs/package.json +0 -1
- package/node_modules/@graphql-tools/schema/cjs/types.js +0 -2
- package/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +0 -322
- package/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +0 -43
- package/node_modules/@graphql-tools/schema/esm/chainResolvers.js +0 -9
- package/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +0 -19
- package/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +0 -31
- package/node_modules/@graphql-tools/schema/esm/index.js +0 -8
- package/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +0 -92
- package/node_modules/@graphql-tools/schema/esm/merge-schemas.js +0 -25
- package/node_modules/@graphql-tools/schema/esm/types.js +0 -1
- package/node_modules/@graphql-tools/schema/package.json +0 -59
- package/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.ts +0 -3
- package/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.ts +0 -3
- package/node_modules/@graphql-tools/schema/typings/chainResolvers.d.ts +0 -5
- package/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.ts +0 -3
- package/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.ts +0 -3
- package/node_modules/@graphql-tools/schema/typings/index.d.ts +0 -8
- package/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.ts +0 -47
- package/node_modules/@graphql-tools/schema/typings/merge-schemas.d.ts +0 -16
- package/node_modules/@graphql-tools/schema/typings/types.d.ts +0 -42
- package/node_modules/@graphql-tools/utils/cjs/AggregateError.js +0 -25
- package/node_modules/@graphql-tools/utils/cjs/Interfaces.js +0 -31
- package/node_modules/@graphql-tools/utils/cjs/addTypes.js +0 -62
- package/node_modules/@graphql-tools/utils/cjs/astFromType.js +0 -31
- package/node_modules/@graphql-tools/utils/cjs/astFromValueUntyped.js +0 -78
- package/node_modules/@graphql-tools/utils/cjs/build-operation-for-field.js +0 -351
- package/node_modules/@graphql-tools/utils/cjs/collectFields.js +0 -98
- package/node_modules/@graphql-tools/utils/cjs/comments.js +0 -380
- package/node_modules/@graphql-tools/utils/cjs/errors.js +0 -22
- package/node_modules/@graphql-tools/utils/cjs/executor.js +0 -2
- package/node_modules/@graphql-tools/utils/cjs/fields.js +0 -115
- package/node_modules/@graphql-tools/utils/cjs/filterSchema.js +0 -66
- package/node_modules/@graphql-tools/utils/cjs/fixSchemaAst.js +0 -26
- package/node_modules/@graphql-tools/utils/cjs/forEachDefaultValue.js +0 -29
- package/node_modules/@graphql-tools/utils/cjs/forEachField.js +0 -19
- package/node_modules/@graphql-tools/utils/cjs/get-directives.js +0 -103
- package/node_modules/@graphql-tools/utils/cjs/get-fields-with-directives.js +0 -52
- package/node_modules/@graphql-tools/utils/cjs/get-implementing-types.js +0 -19
- package/node_modules/@graphql-tools/utils/cjs/getArgumentValues.js +0 -76
- package/node_modules/@graphql-tools/utils/cjs/getObjectTypeFromTypeMap.js +0 -13
- package/node_modules/@graphql-tools/utils/cjs/getOperationASTFromRequest.js +0 -16
- package/node_modules/@graphql-tools/utils/cjs/getResolversFromSchema.js +0 -73
- package/node_modules/@graphql-tools/utils/cjs/getResponseKeyFromInfo.js +0 -12
- package/node_modules/@graphql-tools/utils/cjs/heal.js +0 -177
- package/node_modules/@graphql-tools/utils/cjs/helpers.js +0 -76
- package/node_modules/@graphql-tools/utils/cjs/implementsAbstractType.js +0 -17
- package/node_modules/@graphql-tools/utils/cjs/index.js +0 -53
- package/node_modules/@graphql-tools/utils/cjs/inspect.js +0 -107
- package/node_modules/@graphql-tools/utils/cjs/isAsyncIterable.js +0 -10
- package/node_modules/@graphql-tools/utils/cjs/isDocumentNode.js +0 -8
- package/node_modules/@graphql-tools/utils/cjs/loaders.js +0 -2
- package/node_modules/@graphql-tools/utils/cjs/mapAsyncIterator.js +0 -53
- package/node_modules/@graphql-tools/utils/cjs/mapSchema.js +0 -470
- package/node_modules/@graphql-tools/utils/cjs/memoize.js +0 -189
- package/node_modules/@graphql-tools/utils/cjs/mergeDeep.js +0 -45
- package/node_modules/@graphql-tools/utils/cjs/observableToAsyncIterable.js +0 -85
- package/node_modules/@graphql-tools/utils/cjs/package.json +0 -1
- package/node_modules/@graphql-tools/utils/cjs/parse-graphql-json.js +0 -44
- package/node_modules/@graphql-tools/utils/cjs/parse-graphql-sdl.js +0 -84
- package/node_modules/@graphql-tools/utils/cjs/print-schema-with-directives.js +0 -494
- package/node_modules/@graphql-tools/utils/cjs/prune.js +0 -133
- package/node_modules/@graphql-tools/utils/cjs/renameType.js +0 -152
- package/node_modules/@graphql-tools/utils/cjs/rewire.js +0 -159
- package/node_modules/@graphql-tools/utils/cjs/rootTypes.js +0 -37
- package/node_modules/@graphql-tools/utils/cjs/selectionSets.js +0 -9
- package/node_modules/@graphql-tools/utils/cjs/stub.js +0 -68
- package/node_modules/@graphql-tools/utils/cjs/transformInputValue.js +0 -55
- package/node_modules/@graphql-tools/utils/cjs/types.js +0 -27
- package/node_modules/@graphql-tools/utils/cjs/updateArgument.js +0 -54
- package/node_modules/@graphql-tools/utils/cjs/validate-documents.js +0 -76
- package/node_modules/@graphql-tools/utils/cjs/valueMatchesCriteria.js +0 -21
- package/node_modules/@graphql-tools/utils/cjs/visitResult.js +0 -229
- package/node_modules/@graphql-tools/utils/cjs/withCancel.js +0 -56
- package/node_modules/@graphql-tools/utils/esm/AggregateError.js +0 -21
- package/node_modules/@graphql-tools/utils/esm/Interfaces.js +0 -28
- package/node_modules/@graphql-tools/utils/esm/addTypes.js +0 -58
- package/node_modules/@graphql-tools/utils/esm/astFromType.js +0 -27
- package/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +0 -74
- package/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js +0 -347
- package/node_modules/@graphql-tools/utils/esm/collectFields.js +0 -94
- package/node_modules/@graphql-tools/utils/esm/comments.js +0 -367
- package/node_modules/@graphql-tools/utils/esm/errors.js +0 -17
- package/node_modules/@graphql-tools/utils/esm/executor.js +0 -1
- package/node_modules/@graphql-tools/utils/esm/fields.js +0 -108
- package/node_modules/@graphql-tools/utils/esm/filterSchema.js +0 -62
- package/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js +0 -22
- package/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +0 -25
- package/node_modules/@graphql-tools/utils/esm/forEachField.js +0 -15
- package/node_modules/@graphql-tools/utils/esm/get-directives.js +0 -96
- package/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js +0 -48
- package/node_modules/@graphql-tools/utils/esm/get-implementing-types.js +0 -15
- package/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +0 -72
- package/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +0 -9
- package/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js +0 -12
- package/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js +0 -69
- package/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js +0 -8
- package/node_modules/@graphql-tools/utils/esm/heal.js +0 -172
- package/node_modules/@graphql-tools/utils/esm/helpers.js +0 -65
- package/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js +0 -13
- package/node_modules/@graphql-tools/utils/esm/index.js +0 -50
- package/node_modules/@graphql-tools/utils/esm/inspect.js +0 -103
- package/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +0 -6
- package/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +0 -4
- package/node_modules/@graphql-tools/utils/esm/loaders.js +0 -1
- package/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js +0 -49
- package/node_modules/@graphql-tools/utils/esm/mapSchema.js +0 -465
- package/node_modules/@graphql-tools/utils/esm/memoize.js +0 -180
- package/node_modules/@graphql-tools/utils/esm/mergeDeep.js +0 -41
- package/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js +0 -81
- package/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js +0 -40
- package/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js +0 -78
- package/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +0 -472
- package/node_modules/@graphql-tools/utils/esm/prune.js +0 -129
- package/node_modules/@graphql-tools/utils/esm/renameType.js +0 -148
- package/node_modules/@graphql-tools/utils/esm/rewire.js +0 -155
- package/node_modules/@graphql-tools/utils/esm/rootTypes.js +0 -33
- package/node_modules/@graphql-tools/utils/esm/selectionSets.js +0 -5
- package/node_modules/@graphql-tools/utils/esm/stub.js +0 -61
- package/node_modules/@graphql-tools/utils/esm/transformInputValue.js +0 -48
- package/node_modules/@graphql-tools/utils/esm/types.js +0 -24
- package/node_modules/@graphql-tools/utils/esm/updateArgument.js +0 -49
- package/node_modules/@graphql-tools/utils/esm/validate-documents.js +0 -70
- package/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js +0 -17
- package/node_modules/@graphql-tools/utils/esm/visitResult.js +0 -223
- package/node_modules/@graphql-tools/utils/esm/withCancel.js +0 -51
- package/node_modules/@graphql-tools/utils/package.json +0 -57
- package/node_modules/@graphql-tools/utils/typings/AggregateError.d.ts +0 -11
- package/node_modules/@graphql-tools/utils/typings/Interfaces.d.ts +0 -242
- package/node_modules/@graphql-tools/utils/typings/addTypes.d.ts +0 -2
- package/node_modules/@graphql-tools/utils/typings/astFromType.d.ts +0 -2
- package/node_modules/@graphql-tools/utils/typings/astFromValueUntyped.d.ts +0 -17
- package/node_modules/@graphql-tools/utils/typings/build-operation-for-field.d.ts +0 -18
- package/node_modules/@graphql-tools/utils/typings/collectFields.d.ts +0 -5
- package/node_modules/@graphql-tools/utils/typings/comments.d.ts +0 -30
- package/node_modules/@graphql-tools/utils/typings/errors.d.ts +0 -15
- package/node_modules/@graphql-tools/utils/typings/executor.d.ts +0 -7
- package/node_modules/@graphql-tools/utils/typings/fields.d.ts +0 -5
- package/node_modules/@graphql-tools/utils/typings/filterSchema.d.ts +0 -12
- package/node_modules/@graphql-tools/utils/typings/fixSchemaAst.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/forEachDefaultValue.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/forEachField.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/get-directives.d.ts +0 -11
- package/node_modules/@graphql-tools/utils/typings/get-fields-with-directives.d.ts +0 -16
- package/node_modules/@graphql-tools/utils/typings/get-implementing-types.d.ts +0 -2
- package/node_modules/@graphql-tools/utils/typings/getArgumentValues.d.ts +0 -10
- package/node_modules/@graphql-tools/utils/typings/getObjectTypeFromTypeMap.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/getOperationASTFromRequest.d.ts +0 -4
- package/node_modules/@graphql-tools/utils/typings/getResolversFromSchema.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/getResponseKeyFromInfo.d.ts +0 -7
- package/node_modules/@graphql-tools/utils/typings/heal.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/helpers.d.ts +0 -9
- package/node_modules/@graphql-tools/utils/typings/implementsAbstractType.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/index.d.ts +0 -50
- package/node_modules/@graphql-tools/utils/typings/inspect.d.ts +0 -4
- package/node_modules/@graphql-tools/utils/typings/isAsyncIterable.d.ts +0 -1
- package/node_modules/@graphql-tools/utils/typings/isDocumentNode.d.ts +0 -2
- package/node_modules/@graphql-tools/utils/typings/loaders.d.ts +0 -18
- package/node_modules/@graphql-tools/utils/typings/mapAsyncIterator.d.ts +0 -5
- package/node_modules/@graphql-tools/utils/typings/mapSchema.d.ts +0 -7
- package/node_modules/@graphql-tools/utils/typings/memoize.d.ts +0 -6
- package/node_modules/@graphql-tools/utils/typings/mergeDeep.d.ts +0 -9
- package/node_modules/@graphql-tools/utils/typings/observableToAsyncIterable.d.ts +0 -12
- package/node_modules/@graphql-tools/utils/typings/parse-graphql-json.d.ts +0 -4
- package/node_modules/@graphql-tools/utils/typings/parse-graphql-sdl.d.ts +0 -13
- package/node_modules/@graphql-tools/utils/typings/print-schema-with-directives.d.ts +0 -21
- package/node_modules/@graphql-tools/utils/typings/prune.d.ts +0 -8
- package/node_modules/@graphql-tools/utils/typings/renameType.d.ts +0 -8
- package/node_modules/@graphql-tools/utils/typings/rewire.d.ts +0 -5
- package/node_modules/@graphql-tools/utils/typings/rootTypes.d.ts +0 -5
- package/node_modules/@graphql-tools/utils/typings/selectionSets.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/stub.d.ts +0 -9
- package/node_modules/@graphql-tools/utils/typings/transformInputValue.d.ts +0 -6
- package/node_modules/@graphql-tools/utils/typings/types.d.ts +0 -74
- package/node_modules/@graphql-tools/utils/typings/updateArgument.d.ts +0 -3
- package/node_modules/@graphql-tools/utils/typings/validate-documents.d.ts +0 -10
- package/node_modules/@graphql-tools/utils/typings/valueMatchesCriteria.d.ts +0 -1
- package/node_modules/@graphql-tools/utils/typings/visitResult.d.ts +0 -15
- package/node_modules/@graphql-tools/utils/typings/withCancel.d.ts +0 -3
- package/node_modules/@serverless-stack/node/README.md +0 -5
- package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +0 -3
- package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +0 -3
- package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +0 -2
- package/node_modules/@serverless-stack/node/auth/adapter/github.js +0 -21
- package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +0 -9
- package/node_modules/@serverless-stack/node/auth/adapter/google.js +0 -18
- package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +0 -8
- package/node_modules/@serverless-stack/node/auth/adapter/link.js +0 -41
- package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +0 -25
- package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +0 -52
- package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +0 -17
- package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +0 -50
- package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +0 -2
- package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +0 -11
- package/node_modules/@serverless-stack/node/auth/auth.d.ts +0 -21
- package/node_modules/@serverless-stack/node/auth/auth.js +0 -44
- package/node_modules/@serverless-stack/node/auth/index.d.ts +0 -10
- package/node_modules/@serverless-stack/node/auth/index.js +0 -10
- package/node_modules/@serverless-stack/node/auth/session.d.ts +0 -76
- package/node_modules/@serverless-stack/node/auth/session.js +0 -111
- package/node_modules/@serverless-stack/node/config/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/config/index.js +0 -102
- package/node_modules/@serverless-stack/node/context/context.d.ts +0 -12
- package/node_modules/@serverless-stack/node/context/context.js +0 -66
- package/node_modules/@serverless-stack/node/context/handler.d.ts +0 -16
- package/node_modules/@serverless-stack/node/context/handler.js +0 -18
- package/node_modules/@serverless-stack/node/context/http.d.ts +0 -14
- package/node_modules/@serverless-stack/node/context/http.js +0 -65
- package/node_modules/@serverless-stack/node/context/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/context/index.js +0 -3
- package/node_modules/@serverless-stack/node/graphql/index.d.ts +0 -38
- package/node_modules/@serverless-stack/node/graphql/index.js +0 -43
- package/node_modules/@serverless-stack/node/job/index.d.ts +0 -31
- package/node_modules/@serverless-stack/node/job/index.js +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +0 -1104
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +0 -3476
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +0 -269
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +0 -877
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +0 -61
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +0 -207
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +0 -1133
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +0 -9556
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +0 -54
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +0 -54
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +0 -880
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +0 -203
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +0 -788
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -10456
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +0 -69
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +0 -69
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +0 -890
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +0 -263
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +0 -47
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +0 -138
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +0 -81
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +0 -61
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +0 -138
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +0 -4789
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -176
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +0 -295
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -129
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +0 -2254
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -176
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +0 -95
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +0 -3269
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +0 -218
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -67
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +0 -275
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -95
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -521
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -70
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +0 -271
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -74
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -594
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -153
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -255
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -72
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -154
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -29
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +0 -91
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +0 -2418
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +0 -208
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -127
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -76
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +0 -217
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -177
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1249
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -130
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -87
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +0 -213
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -117
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1330
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -619
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -152
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -124
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -166
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -170
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -70
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -52
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -120
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -86
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1211
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -79
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -367
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +0 -96
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +0 -2281
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +0 -1269
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +0 -55
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +0 -1263
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -70
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -93
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -82
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -127
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +0 -1265
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -105
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -141
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -63
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -61
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +0 -1569
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +0 -89
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +0 -63
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +0 -1121
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -70
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -82
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +0 -57
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +0 -323
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -88
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -110
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -54
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +0 -217
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -126
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -63
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +0 -1856
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -78
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +0 -50
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +0 -90
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +0 -68
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +0 -1191
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +0 -480
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -561
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +0 -1472
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +0 -947
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +0 -355
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +0 -1178
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +0 -104
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -89
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +0 -69
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +0 -119
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +0 -130
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +0 -77
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +0 -53
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +0 -52
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +0 -202
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +0 -52
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +0 -896
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +0 -1840
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +0 -90
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +0 -87
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +0 -59
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +0 -88
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +0 -57
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +0 -1330
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +0 -78
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +0 -215
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +0 -212
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +0 -50
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +0 -1116
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -61
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -64
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -50
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +0 -399
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +0 -53
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +0 -1614
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +0 -76
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +0 -131
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +0 -60
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +0 -77
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +0 -143
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +0 -63
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +0 -58
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +0 -60
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +0 -1156
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +0 -36
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +0 -70
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +0 -37
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +0 -1178
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +0 -1138
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +0 -25
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +0 -33
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +0 -1101
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +0 -667
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +0 -29
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +0 -704
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +0 -102
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +0 -84
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +0 -105
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +0 -33
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +0 -2827
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +0 -150
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +0 -46
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +0 -402
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +0 -269
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +0 -66
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +0 -30
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +0 -60
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +0 -399
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +0 -63
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -39
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +0 -56
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +0 -1387
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +0 -28
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +0 -156
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +0 -206
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +0 -31
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +0 -150
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +0 -40
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +0 -190
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +0 -203
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -53
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +0 -1712
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -84
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -92
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -338
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -34
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -100
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -78
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -44
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -155
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -29
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -47
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -56
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -112
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -32
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +0 -43
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +0 -46
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +0 -561
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +0 -86
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +0 -81
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +0 -46
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +0 -672
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +0 -20
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +0 -50
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -574
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +0 -611
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +0 -617
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +0 -49
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +0 -18
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +0 -14
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +0 -50
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -558
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +0 -33
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -666
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +0 -47
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +0 -1672
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -48
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +0 -1759
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -41
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -47
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -12
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -51
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +0 -561
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -45
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +0 -669
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +0 -4
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +0 -53
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +0 -260
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +0 -201
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +0 -27
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +0 -5
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +0 -38
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +0 -52
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +0 -29
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +0 -11
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +0 -10
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -3
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -24
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +0 -2
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +0 -1
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +0 -6
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +0 -33
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +0 -50
- package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +0 -505
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +0 -135
- package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@serverless-stack/node/package.json +0 -42
- package/node_modules/@tsconfig/node14/LICENSE +0 -21
- package/node_modules/@tsconfig/node14/README.md +0 -40
- package/node_modules/@tsconfig/node14/package.json +0 -1
- package/node_modules/@tsconfig/node14/tsconfig.json +0 -16
- package/node_modules/asn1.js/.eslintrc.js +0 -27
- package/node_modules/asn1.js/LICENSE +0 -21
- package/node_modules/asn1.js/README.md +0 -100
- package/node_modules/asn1.js/lib/asn1/api.js +0 -57
- package/node_modules/asn1.js/lib/asn1/base/buffer.js +0 -153
- package/node_modules/asn1.js/lib/asn1/base/index.js +0 -8
- package/node_modules/asn1.js/lib/asn1/base/node.js +0 -638
- package/node_modules/asn1.js/lib/asn1/base/reporter.js +0 -123
- package/node_modules/asn1.js/lib/asn1/constants/der.js +0 -58
- package/node_modules/asn1.js/lib/asn1/constants/index.js +0 -21
- package/node_modules/asn1.js/lib/asn1/decoders/der.js +0 -335
- package/node_modules/asn1.js/lib/asn1/decoders/index.js +0 -6
- package/node_modules/asn1.js/lib/asn1/decoders/pem.js +0 -51
- package/node_modules/asn1.js/lib/asn1/encoders/der.js +0 -295
- package/node_modules/asn1.js/lib/asn1/encoders/index.js +0 -6
- package/node_modules/asn1.js/lib/asn1/encoders/pem.js +0 -23
- package/node_modules/asn1.js/lib/asn1.js +0 -11
- package/node_modules/asn1.js/package.json +0 -36
- package/node_modules/aws-jwt-verify/LICENSE +0 -175
- package/node_modules/aws-jwt-verify/README.md +0 -952
- package/node_modules/aws-jwt-verify/asn1.d.ts +0 -20
- package/node_modules/aws-jwt-verify/assert.d.ts +0 -41
- package/node_modules/aws-jwt-verify/cognito-verifier.d.ts +0 -167
- package/node_modules/aws-jwt-verify/dist/cjs/asn1.js +0 -294
- package/node_modules/aws-jwt-verify/dist/cjs/assert.js +0 -108
- package/node_modules/aws-jwt-verify/dist/cjs/cognito-verifier.js +0 -157
- package/node_modules/aws-jwt-verify/dist/cjs/error.js +0 -125
- package/node_modules/aws-jwt-verify/dist/cjs/https.js +0 -131
- package/node_modules/aws-jwt-verify/dist/cjs/index.js +0 -9
- package/node_modules/aws-jwt-verify/dist/cjs/jwk.js +0 -202
- package/node_modules/aws-jwt-verify/dist/cjs/jwt-model.js +0 -4
- package/node_modules/aws-jwt-verify/dist/cjs/jwt-rsa.js +0 -383
- package/node_modules/aws-jwt-verify/dist/cjs/jwt.js +0 -152
- package/node_modules/aws-jwt-verify/dist/cjs/package.json +0 -1
- package/node_modules/aws-jwt-verify/dist/cjs/safe-json-parse.js +0 -34
- package/node_modules/aws-jwt-verify/dist/cjs/typing-util.js +0 -6
- package/node_modules/aws-jwt-verify/dist/esm/asn1.js +0 -289
- package/node_modules/aws-jwt-verify/dist/esm/assert.js +0 -101
- package/node_modules/aws-jwt-verify/dist/esm/cognito-verifier.js +0 -153
- package/node_modules/aws-jwt-verify/dist/esm/error.js +0 -96
- package/node_modules/aws-jwt-verify/dist/esm/https.js +0 -126
- package/node_modules/aws-jwt-verify/dist/esm/index.js +0 -4
- package/node_modules/aws-jwt-verify/dist/esm/jwk.js +0 -191
- package/node_modules/aws-jwt-verify/dist/esm/jwt-model.js +0 -3
- package/node_modules/aws-jwt-verify/dist/esm/jwt-rsa.js +0 -374
- package/node_modules/aws-jwt-verify/dist/esm/jwt.js +0 -147
- package/node_modules/aws-jwt-verify/dist/esm/package.json +0 -1
- package/node_modules/aws-jwt-verify/dist/esm/safe-json-parse.js +0 -29
- package/node_modules/aws-jwt-verify/dist/esm/typing-util.js +0 -5
- package/node_modules/aws-jwt-verify/error.d.ts +0 -103
- package/node_modules/aws-jwt-verify/https.d.ts +0 -43
- package/node_modules/aws-jwt-verify/index.d.ts +0 -2
- package/node_modules/aws-jwt-verify/jwk.d.ts +0 -65
- package/node_modules/aws-jwt-verify/jwt-model.d.ts +0 -75
- package/node_modules/aws-jwt-verify/jwt-rsa.d.ts +0 -308
- package/node_modules/aws-jwt-verify/jwt.d.ts +0 -31
- package/node_modules/aws-jwt-verify/package.json +0 -123
- package/node_modules/aws-jwt-verify/safe-json-parse.d.ts +0 -18
- package/node_modules/aws-jwt-verify/typing-util.d.ts +0 -37
- package/node_modules/bn.js/LICENSE +0 -19
- package/node_modules/bn.js/README.md +0 -200
- package/node_modules/bn.js/lib/bn.js +0 -3446
- package/node_modules/bn.js/package.json +0 -36
- package/node_modules/cli-table3/node_modules/colors/examples/normal-usage.js +0 -82
- package/node_modules/cli-table3/node_modules/colors/examples/safe-string.js +0 -79
- package/node_modules/cli-table3/node_modules/colors/lib/colors.js +0 -211
- package/node_modules/cli-table3/node_modules/colors/lib/custom/trap.js +0 -46
- package/node_modules/cli-table3/node_modules/colors/lib/custom/zalgo.js +0 -110
- package/node_modules/cli-table3/node_modules/colors/lib/extendStringPrototype.js +0 -110
- package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
- package/node_modules/cli-table3/node_modules/colors/lib/maps/random.js +0 -11
- package/node_modules/cli-table3/node_modules/colors/lib/maps/zebra.js +0 -5
- package/node_modules/cli-table3/node_modules/colors/lib/system/supports-colors.js +0 -151
- package/node_modules/cli-table3/node_modules/colors/package.json +0 -45
- package/node_modules/cli-table3/node_modules/colors/safe.js +0 -10
- package/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
- package/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
- package/node_modules/ecdsa-sig-formatter/README.md +0 -65
- package/node_modules/ecdsa-sig-formatter/package.json +0 -46
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
- package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
- package/node_modules/expand-tilde/README.md +0 -80
- package/node_modules/expand-tilde/index.js +0 -22
- package/node_modules/expand-tilde/package.json +0 -67
- package/node_modules/fast-jwt/LICENSE.md +0 -13
- package/node_modules/fast-jwt/README.md +0 -420
- package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +0 -21
- package/node_modules/fast-jwt/node_modules/mnemonist/README.md +0 -112
- package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +0 -46
- package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +0 -195
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +0 -29
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +0 -379
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +0 -42
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +0 -550
- package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +0 -24
- package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +0 -180
- package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +0 -29
- package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +0 -186
- package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +0 -34
- package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +0 -131
- package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +0 -515
- package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +0 -29
- package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +0 -162
- package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +0 -18
- package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +0 -108
- package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +0 -65
- package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +0 -320
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +0 -427
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +0 -34
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +0 -351
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +0 -25
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +0 -209
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +0 -36
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +0 -242
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +0 -33
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +0 -185
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +0 -36
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +0 -196
- package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +0 -32
- package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +0 -209
- package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +0 -96
- package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +0 -576
- package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +0 -48
- package/node_modules/fast-jwt/node_modules/mnemonist/index.js +0 -58
- package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +0 -33
- package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +0 -249
- package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +0 -25
- package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +0 -447
- package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +0 -29
- package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +0 -261
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +0 -13
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +0 -287
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +0 -43
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +0 -436
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +0 -13
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +0 -287
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +0 -43
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +0 -261
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +0 -447
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +0 -47
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +0 -408
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +0 -37
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +0 -440
- package/node_modules/fast-jwt/node_modules/mnemonist/package.json +0 -103
- package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +0 -54
- package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +0 -518
- package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +0 -27
- package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +0 -215
- package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +0 -251
- package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +0 -18
- package/node_modules/fast-jwt/node_modules/mnemonist/set.js +0 -356
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +0 -50
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +0 -116
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +0 -26
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +0 -243
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +0 -24
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +0 -218
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +0 -23
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +0 -168
- package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +0 -27
- package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +0 -210
- package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +0 -23
- package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +0 -195
- package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +0 -24
- package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +0 -387
- package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +0 -37
- package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +0 -352
- package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +0 -33
- package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +0 -547
- package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +0 -30
- package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +0 -477
- package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +0 -26
- package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +0 -167
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +0 -216
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +0 -109
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +0 -79
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +0 -107
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +0 -93
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +0 -563
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +0 -87
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +0 -187
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +0 -18
- package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +0 -81
- package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +0 -373
- package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +0 -27
- package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +0 -367
- package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +0 -21
- package/node_modules/fast-jwt/node_modules/obliterator/README.md +0 -415
- package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +0 -5
- package/node_modules/fast-jwt/node_modules/obliterator/chain.js +0 -46
- package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +0 -76
- package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +0 -1
- package/node_modules/fast-jwt/node_modules/obliterator/consume.js +0 -29
- package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +0 -8
- package/node_modules/fast-jwt/node_modules/obliterator/every.js +0 -27
- package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +0 -8
- package/node_modules/fast-jwt/node_modules/obliterator/filter.js +0 -28
- package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +0 -8
- package/node_modules/fast-jwt/node_modules/obliterator/find.js +0 -27
- package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +0 -29
- package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +0 -83
- package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +0 -24
- package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +0 -73
- package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +0 -6
- package/node_modules/fast-jwt/node_modules/obliterator/includes.js +0 -27
- package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +0 -20
- package/node_modules/fast-jwt/node_modules/obliterator/index.js +0 -26
- package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +0 -1
- package/node_modules/fast-jwt/node_modules/obliterator/iter.js +0 -46
- package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +0 -18
- package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +0 -96
- package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +0 -8
- package/node_modules/fast-jwt/node_modules/obliterator/map.js +0 -29
- package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/obliterator/match.js +0 -43
- package/node_modules/fast-jwt/node_modules/obliterator/package.json +0 -46
- package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +0 -94
- package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +0 -3
- package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +0 -27
- package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +0 -10
- package/node_modules/fast-jwt/node_modules/obliterator/range.js +0 -44
- package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +0 -8
- package/node_modules/fast-jwt/node_modules/obliterator/some.js +0 -27
- package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +0 -4
- package/node_modules/fast-jwt/node_modules/obliterator/split.js +0 -68
- package/node_modules/fast-jwt/node_modules/obliterator/support.js +0 -2
- package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +0 -9
- package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +0 -39
- package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +0 -6
- package/node_modules/fast-jwt/node_modules/obliterator/take.js +0 -39
- package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +0 -18
- package/node_modules/fast-jwt/package.json +0 -84
- package/node_modules/fast-jwt/src/crypto.js +0 -362
- package/node_modules/fast-jwt/src/decoder.js +0 -60
- package/node_modules/fast-jwt/src/error.js +0 -45
- package/node_modules/fast-jwt/src/index.d.ts +0 -122
- package/node_modules/fast-jwt/src/index.js +0 -13
- package/node_modules/fast-jwt/src/signer.js +0 -309
- package/node_modules/fast-jwt/src/utils.js +0 -65
- package/node_modules/fast-jwt/src/verifier.js +0 -470
- package/node_modules/get-installed-path/CHANGELOG.md +0 -99
- package/node_modules/get-installed-path/LICENSE +0 -21
- package/node_modules/get-installed-path/README.md +0 -282
- package/node_modules/get-installed-path/dist/index.es.js +0 -181
- package/node_modules/get-installed-path/dist/index.js +0 -188
- package/node_modules/get-installed-path/package.json +0 -101
- package/node_modules/global-modules/LICENSE +0 -21
- package/node_modules/global-modules/README.md +0 -75
- package/node_modules/global-modules/index.js +0 -31
- package/node_modules/global-modules/package.json +0 -72
- package/node_modules/global-prefix/LICENSE +0 -21
- package/node_modules/global-prefix/README.md +0 -78
- package/node_modules/global-prefix/index.js +0 -96
- package/node_modules/global-prefix/node_modules/which/CHANGELOG.md +0 -152
- package/node_modules/global-prefix/node_modules/which/LICENSE +0 -15
- package/node_modules/global-prefix/node_modules/which/README.md +0 -51
- package/node_modules/global-prefix/node_modules/which/bin/which +0 -52
- package/node_modules/global-prefix/node_modules/which/package.json +0 -30
- package/node_modules/global-prefix/node_modules/which/which.js +0 -135
- package/node_modules/global-prefix/package.json +0 -75
- package/node_modules/graphql/LICENSE +0 -21
- package/node_modules/graphql/NotSupportedTSVersion.d.ts +0 -1
- package/node_modules/graphql/README.md +0 -158
- package/node_modules/graphql/error/GraphQLError.d.ts +0 -142
- package/node_modules/graphql/error/GraphQLError.js +0 -267
- package/node_modules/graphql/error/GraphQLError.mjs +0 -253
- package/node_modules/graphql/error/index.d.ts +0 -8
- package/node_modules/graphql/error/index.js +0 -41
- package/node_modules/graphql/error/index.mjs +0 -3
- package/node_modules/graphql/error/locatedError.d.ts +0 -13
- package/node_modules/graphql/error/locatedError.js +0 -40
- package/node_modules/graphql/error/locatedError.mjs +0 -32
- package/node_modules/graphql/error/syntaxError.d.ts +0 -11
- package/node_modules/graphql/error/syntaxError.js +0 -19
- package/node_modules/graphql/error/syntaxError.mjs +0 -12
- package/node_modules/graphql/execution/collectFields.d.ts +0 -45
- package/node_modules/graphql/execution/collectFields.js +0 -229
- package/node_modules/graphql/execution/collectFields.mjs +0 -213
- package/node_modules/graphql/execution/execute.d.ts +0 -185
- package/node_modules/graphql/execution/execute.js +0 -1026
- package/node_modules/graphql/execution/execute.mjs +0 -998
- package/node_modules/graphql/execution/index.d.ts +0 -18
- package/node_modules/graphql/execution/index.js +0 -73
- package/node_modules/graphql/execution/index.mjs +0 -13
- package/node_modules/graphql/execution/mapAsyncIterator.d.ts +0 -9
- package/node_modules/graphql/execution/mapAsyncIterator.js +0 -68
- package/node_modules/graphql/execution/mapAsyncIterator.mjs +0 -61
- package/node_modules/graphql/execution/subscribe.d.ts +0 -72
- package/node_modules/graphql/execution/subscribe.js +0 -244
- package/node_modules/graphql/execution/subscribe.mjs +0 -222
- package/node_modules/graphql/execution/values.d.ts +0 -79
- package/node_modules/graphql/execution/values.js +0 -300
- package/node_modules/graphql/execution/values.mjs +0 -263
- package/node_modules/graphql/graphql.d.ts +0 -67
- package/node_modules/graphql/graphql.js +0 -96
- package/node_modules/graphql/graphql.mjs +0 -122
- package/node_modules/graphql/index.d.ts +0 -413
- package/node_modules/graphql/index.js +0 -1269
- package/node_modules/graphql/index.mjs +0 -255
- package/node_modules/graphql/jsutils/Maybe.d.ts +0 -2
- package/node_modules/graphql/jsutils/Maybe.js +0 -5
- package/node_modules/graphql/jsutils/Maybe.mjs +0 -1
- package/node_modules/graphql/jsutils/ObjMap.d.ts +0 -16
- package/node_modules/graphql/jsutils/ObjMap.js +0 -5
- package/node_modules/graphql/jsutils/ObjMap.mjs +0 -1
- package/node_modules/graphql/jsutils/Path.d.ts +0 -20
- package/node_modules/graphql/jsutils/Path.js +0 -33
- package/node_modules/graphql/jsutils/Path.mjs +0 -25
- package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +0 -1
- package/node_modules/graphql/jsutils/PromiseOrValue.js +0 -5
- package/node_modules/graphql/jsutils/PromiseOrValue.mjs +0 -1
- package/node_modules/graphql/jsutils/devAssert.d.ts +0 -1
- package/node_modules/graphql/jsutils/devAssert.js +0 -14
- package/node_modules/graphql/jsutils/devAssert.mjs +0 -7
- package/node_modules/graphql/jsutils/didYouMean.d.ts +0 -8
- package/node_modules/graphql/jsutils/didYouMean.js +0 -38
- package/node_modules/graphql/jsutils/didYouMean.mjs +0 -32
- package/node_modules/graphql/jsutils/groupBy.d.ts +0 -7
- package/node_modules/graphql/jsutils/groupBy.js +0 -26
- package/node_modules/graphql/jsutils/groupBy.mjs +0 -19
- package/node_modules/graphql/jsutils/identityFunc.d.ts +0 -4
- package/node_modules/graphql/jsutils/identityFunc.js +0 -13
- package/node_modules/graphql/jsutils/identityFunc.mjs +0 -6
- package/node_modules/graphql/jsutils/inspect.d.ts +0 -4
- package/node_modules/graphql/jsutils/inspect.js +0 -121
- package/node_modules/graphql/jsutils/inspect.mjs +0 -115
- package/node_modules/graphql/jsutils/instanceOf.d.ts +0 -16
- package/node_modules/graphql/jsutils/instanceOf.js +0 -61
- package/node_modules/graphql/jsutils/instanceOf.mjs +0 -53
- package/node_modules/graphql/jsutils/invariant.d.ts +0 -4
- package/node_modules/graphql/jsutils/invariant.js +0 -16
- package/node_modules/graphql/jsutils/invariant.mjs +0 -9
- package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +0 -7
- package/node_modules/graphql/jsutils/isAsyncIterable.js +0 -18
- package/node_modules/graphql/jsutils/isAsyncIterable.mjs +0 -11
- package/node_modules/graphql/jsutils/isIterableObject.d.ts +0 -20
- package/node_modules/graphql/jsutils/isIterableObject.js +0 -32
- package/node_modules/graphql/jsutils/isIterableObject.mjs +0 -25
- package/node_modules/graphql/jsutils/isObjectLike.d.ts +0 -7
- package/node_modules/graphql/jsutils/isObjectLike.js +0 -14
- package/node_modules/graphql/jsutils/isObjectLike.mjs +0 -7
- package/node_modules/graphql/jsutils/isPromise.d.ts +0 -5
- package/node_modules/graphql/jsutils/isPromise.js +0 -17
- package/node_modules/graphql/jsutils/isPromise.mjs +0 -10
- package/node_modules/graphql/jsutils/keyMap.d.ts +0 -32
- package/node_modules/graphql/jsutils/keyMap.js +0 -43
- package/node_modules/graphql/jsutils/keyMap.mjs +0 -36
- package/node_modules/graphql/jsutils/keyValMap.d.ts +0 -23
- package/node_modules/graphql/jsutils/keyValMap.js +0 -33
- package/node_modules/graphql/jsutils/keyValMap.mjs +0 -26
- package/node_modules/graphql/jsutils/mapValue.d.ts +0 -9
- package/node_modules/graphql/jsutils/mapValue.js +0 -20
- package/node_modules/graphql/jsutils/mapValue.mjs +0 -13
- package/node_modules/graphql/jsutils/memoize3.d.ts +0 -9
- package/node_modules/graphql/jsutils/memoize3.js +0 -41
- package/node_modules/graphql/jsutils/memoize3.mjs +0 -34
- package/node_modules/graphql/jsutils/naturalCompare.d.ts +0 -8
- package/node_modules/graphql/jsutils/naturalCompare.js +0 -69
- package/node_modules/graphql/jsutils/naturalCompare.mjs +0 -61
- package/node_modules/graphql/jsutils/printPathArray.d.ts +0 -6
- package/node_modules/graphql/jsutils/printPathArray.js +0 -17
- package/node_modules/graphql/jsutils/printPathArray.mjs +0 -10
- package/node_modules/graphql/jsutils/promiseForObject.d.ts +0 -11
- package/node_modules/graphql/jsutils/promiseForObject.js +0 -25
- package/node_modules/graphql/jsutils/promiseForObject.mjs +0 -18
- package/node_modules/graphql/jsutils/promiseReduce.d.ts +0 -13
- package/node_modules/graphql/jsutils/promiseReduce.js +0 -27
- package/node_modules/graphql/jsutils/promiseReduce.mjs +0 -20
- package/node_modules/graphql/jsutils/suggestionList.d.ts +0 -8
- package/node_modules/graphql/jsutils/suggestionList.js +0 -139
- package/node_modules/graphql/jsutils/suggestionList.mjs +0 -130
- package/node_modules/graphql/jsutils/toError.d.ts +0 -4
- package/node_modules/graphql/jsutils/toError.js +0 -25
- package/node_modules/graphql/jsutils/toError.mjs +0 -18
- package/node_modules/graphql/jsutils/toObjMap.d.ts +0 -5
- package/node_modules/graphql/jsutils/toObjMap.js +0 -24
- package/node_modules/graphql/jsutils/toObjMap.mjs +0 -17
- package/node_modules/graphql/language/ast.d.ts +0 -537
- package/node_modules/graphql/language/ast.js +0 -224
- package/node_modules/graphql/language/ast.mjs +0 -208
- package/node_modules/graphql/language/blockString.d.ts +0 -28
- package/node_modules/graphql/language/blockString.js +0 -195
- package/node_modules/graphql/language/blockString.mjs +0 -178
- package/node_modules/graphql/language/characterClasses.d.ts +0 -47
- package/node_modules/graphql/language/characterClasses.js +0 -75
- package/node_modules/graphql/language/characterClasses.mjs +0 -64
- package/node_modules/graphql/language/directiveLocation.d.ts +0 -33
- package/node_modules/graphql/language/directiveLocation.js +0 -39
- package/node_modules/graphql/language/directiveLocation.mjs +0 -33
- package/node_modules/graphql/language/index.d.ts +0 -97
- package/node_modules/graphql/language/index.js +0 -215
- package/node_modules/graphql/language/index.mjs +0 -29
- package/node_modules/graphql/language/kinds.d.ts +0 -66
- package/node_modules/graphql/language/kinds.js +0 -63
- package/node_modules/graphql/language/kinds.mjs +0 -57
- package/node_modules/graphql/language/lexer.d.ts +0 -45
- package/node_modules/graphql/language/lexer.js +0 -1006
- package/node_modules/graphql/language/lexer.mjs +0 -902
- package/node_modules/graphql/language/location.d.ts +0 -16
- package/node_modules/graphql/language/location.js +0 -38
- package/node_modules/graphql/language/location.mjs +0 -30
- package/node_modules/graphql/language/parser.d.ts +0 -564
- package/node_modules/graphql/language/parser.js +0 -1567
- package/node_modules/graphql/language/parser.mjs +0 -1524
- package/node_modules/graphql/language/predicates.d.ts +0 -33
- package/node_modules/graphql/language/predicates.js +0 -109
- package/node_modules/graphql/language/predicates.mjs +0 -81
- package/node_modules/graphql/language/printLocation.d.ts +0 -14
- package/node_modules/graphql/language/printLocation.js +0 -74
- package/node_modules/graphql/language/printLocation.mjs +0 -66
- package/node_modules/graphql/language/printString.d.ts +0 -5
- package/node_modules/graphql/language/printString.js +0 -183
- package/node_modules/graphql/language/printString.mjs +0 -176
- package/node_modules/graphql/language/printer.d.ts +0 -6
- package/node_modules/graphql/language/printer.js +0 -351
- package/node_modules/graphql/language/printer.mjs +0 -339
- package/node_modules/graphql/language/source.d.ts +0 -25
- package/node_modules/graphql/language/source.js +0 -65
- package/node_modules/graphql/language/source.mjs +0 -50
- package/node_modules/graphql/language/tokenKind.d.ts +0 -35
- package/node_modules/graphql/language/tokenKind.js +0 -43
- package/node_modules/graphql/language/tokenKind.mjs +0 -37
- package/node_modules/graphql/language/visitor.d.ts +0 -194
- package/node_modules/graphql/language/visitor.js +0 -377
- package/node_modules/graphql/language/visitor.mjs +0 -361
- package/node_modules/graphql/package.json +0 -39
- package/node_modules/graphql/subscription/index.d.ts +0 -19
- package/node_modules/graphql/subscription/index.js +0 -19
- package/node_modules/graphql/subscription/index.mjs +0 -19
- package/node_modules/graphql/type/assertName.d.ts +0 -10
- package/node_modules/graphql/type/assertName.js +0 -59
- package/node_modules/graphql/type/assertName.mjs +0 -44
- package/node_modules/graphql/type/definition.d.ts +0 -923
- package/node_modules/graphql/type/definition.js +0 -1339
- package/node_modules/graphql/type/definition.mjs +0 -1177
- package/node_modules/graphql/type/directives.d.ts +0 -86
- package/node_modules/graphql/type/directives.js +0 -224
- package/node_modules/graphql/type/directives.mjs +0 -190
- package/node_modules/graphql/type/index.d.ts +0 -150
- package/node_modules/graphql/type/index.js +0 -547
- package/node_modules/graphql/type/index.mjs +0 -103
- package/node_modules/graphql/type/introspection.d.ts +0 -30
- package/node_modules/graphql/type/introspection.js +0 -617
- package/node_modules/graphql/type/introspection.mjs +0 -551
- package/node_modules/graphql/type/scalars.d.ts +0 -19
- package/node_modules/graphql/type/scalars.js +0 -369
- package/node_modules/graphql/type/scalars.mjs +0 -309
- package/node_modules/graphql/type/schema.d.ts +0 -170
- package/node_modules/graphql/type/schema.js +0 -402
- package/node_modules/graphql/type/schema.mjs +0 -381
- package/node_modules/graphql/type/validate.d.ts +0 -17
- package/node_modules/graphql/type/validate.js +0 -676
- package/node_modules/graphql/type/validate.mjs +0 -651
- package/node_modules/graphql/utilities/TypeInfo.d.ts +0 -67
- package/node_modules/graphql/utilities/TypeInfo.js +0 -418
- package/node_modules/graphql/utilities/TypeInfo.mjs +0 -395
- package/node_modules/graphql/utilities/assertValidName.d.ts +0 -13
- package/node_modules/graphql/utilities/assertValidName.js +0 -51
- package/node_modules/graphql/utilities/assertValidName.mjs +0 -40
- package/node_modules/graphql/utilities/astFromValue.d.ts +0 -28
- package/node_modules/graphql/utilities/astFromValue.js +0 -190
- package/node_modules/graphql/utilities/astFromValue.mjs +0 -177
- package/node_modules/graphql/utilities/buildASTSchema.d.ts +0 -35
- package/node_modules/graphql/utilities/buildASTSchema.js +0 -115
- package/node_modules/graphql/utilities/buildASTSchema.mjs +0 -97
- package/node_modules/graphql/utilities/buildClientSchema.d.ts +0 -19
- package/node_modules/graphql/utilities/buildClientSchema.js +0 -386
- package/node_modules/graphql/utilities/buildClientSchema.mjs +0 -363
- package/node_modules/graphql/utilities/coerceInputValue.d.ts +0 -16
- package/node_modules/graphql/utilities/coerceInputValue.js +0 -189
- package/node_modules/graphql/utilities/coerceInputValue.mjs +0 -167
- package/node_modules/graphql/utilities/concatAST.d.ts +0 -9
- package/node_modules/graphql/utilities/concatAST.js +0 -26
- package/node_modules/graphql/utilities/concatAST.mjs +0 -19
- package/node_modules/graphql/utilities/extendSchema.d.ts +0 -40
- package/node_modules/graphql/utilities/extendSchema.js +0 -798
- package/node_modules/graphql/utilities/extendSchema.mjs +0 -789
- package/node_modules/graphql/utilities/findBreakingChanges.d.ts +0 -53
- package/node_modules/graphql/utilities/findBreakingChanges.js +0 -547
- package/node_modules/graphql/utilities/findBreakingChanges.mjs +0 -519
- package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +0 -182
- package/node_modules/graphql/utilities/getIntrospectionQuery.js +0 -134
- package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +0 -127
- package/node_modules/graphql/utilities/getOperationAST.d.ts +0 -11
- package/node_modules/graphql/utilities/getOperationAST.js +0 -43
- package/node_modules/graphql/utilities/getOperationAST.mjs +0 -36
- package/node_modules/graphql/utilities/getOperationRootType.d.ts +0 -15
- package/node_modules/graphql/utilities/getOperationRootType.js +0 -67
- package/node_modules/graphql/utilities/getOperationRootType.mjs +0 -54
- package/node_modules/graphql/utilities/index.d.ts +0 -61
- package/node_modules/graphql/utilities/index.js +0 -233
- package/node_modules/graphql/utilities/index.mjs +0 -55
- package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +0 -18
- package/node_modules/graphql/utilities/introspectionFromSchema.js +0 -42
- package/node_modules/graphql/utilities/introspectionFromSchema.mjs +0 -30
- package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +0 -9
- package/node_modules/graphql/utilities/lexicographicSortSchema.js +0 -177
- package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +0 -172
- package/node_modules/graphql/utilities/printSchema.d.ts +0 -5
- package/node_modules/graphql/utilities/printSchema.js +0 -333
- package/node_modules/graphql/utilities/printSchema.mjs +0 -309
- package/node_modules/graphql/utilities/separateOperations.d.ts +0 -11
- package/node_modules/graphql/utilities/separateOperations.js +0 -88
- package/node_modules/graphql/utilities/separateOperations.mjs +0 -80
- package/node_modules/graphql/utilities/sortValueNode.d.ts +0 -9
- package/node_modules/graphql/utilities/sortValueNode.js +0 -47
- package/node_modules/graphql/utilities/sortValueNode.mjs +0 -39
- package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +0 -62
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js +0 -121
- package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +0 -104
- package/node_modules/graphql/utilities/typeComparators.d.ts +0 -32
- package/node_modules/graphql/utilities/typeComparators.js +0 -116
- package/node_modules/graphql/utilities/typeComparators.mjs +0 -106
- package/node_modules/graphql/utilities/typeFromAST.d.ts +0 -32
- package/node_modules/graphql/utilities/typeFromAST.js +0 -27
- package/node_modules/graphql/utilities/typeFromAST.mjs +0 -18
- package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +0 -22
- package/node_modules/graphql/utilities/typedQueryDocumentNode.js +0 -5
- package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +0 -1
- package/node_modules/graphql/utilities/valueFromAST.d.ts +0 -29
- package/node_modules/graphql/utilities/valueFromAST.js +0 -185
- package/node_modules/graphql/utilities/valueFromAST.mjs +0 -172
- package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +0 -23
- package/node_modules/graphql/utilities/valueFromASTUntyped.js +0 -61
- package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +0 -53
- package/node_modules/graphql/validation/ValidationContext.d.ts +0 -95
- package/node_modules/graphql/validation/ValidationContext.js +0 -232
- package/node_modules/graphql/validation/ValidationContext.mjs +0 -212
- package/node_modules/graphql/validation/index.d.ts +0 -40
- package/node_modules/graphql/validation/index.js +0 -317
- package/node_modules/graphql/validation/index.mjs +0 -68
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +0 -46
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +0 -34
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +0 -145
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +0 -127
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +0 -14
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +0 -69
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +0 -53
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +0 -23
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +0 -120
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +0 -102
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +0 -16
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +0 -167
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +0 -150
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +0 -36
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +0 -26
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +0 -16
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +0 -89
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +0 -77
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +0 -42
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +0 -34
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +0 -67
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +0 -57
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +0 -85
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +0 -78
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +0 -52
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +0 -45
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +0 -61
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +0 -51
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +0 -57
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +0 -50
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +0 -14
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +0 -807
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +0 -790
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +0 -12
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +0 -95
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +0 -73
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +0 -171
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +0 -148
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +0 -20
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +0 -162
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +0 -142
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +0 -9
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +0 -55
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +0 -46
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +0 -86
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +0 -77
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +0 -11
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +0 -92
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +0 -81
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +0 -55
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +0 -44
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +0 -54
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +0 -47
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +0 -16
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +0 -95
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +0 -85
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +0 -75
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +0 -64
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +0 -87
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +0 -79
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +0 -12
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +0 -41
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +0 -34
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +0 -54
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +0 -46
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +0 -12
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +0 -46
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +0 -39
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +0 -71
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +0 -64
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +0 -57
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +0 -47
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +0 -10
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +0 -49
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +0 -41
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +0 -192
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +0 -173
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +0 -13
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +0 -46
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +0 -33
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +0 -12
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +0 -116
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +0 -97
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +0 -15
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +0 -131
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +0 -117
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +0 -15
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +0 -41
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +0 -32
- package/node_modules/graphql/validation/specifiedRules.d.ts +0 -12
- package/node_modules/graphql/validation/specifiedRules.js +0 -160
- package/node_modules/graphql/validation/specifiedRules.mjs +0 -123
- package/node_modules/graphql/validation/validate.d.ts +0 -61
- package/node_modules/graphql/validation/validate.js +0 -151
- package/node_modules/graphql/validation/validate.mjs +0 -133
- package/node_modules/graphql/version.d.ts +0 -13
- package/node_modules/graphql/version.js +0 -25
- package/node_modules/graphql/version.mjs +0 -17
- package/node_modules/graphql-helix/README.md +0 -672
- package/node_modules/graphql-helix/dist/errors.d.ts +0 -15
- package/node_modules/graphql-helix/dist/errors.js +0 -12
- package/node_modules/graphql-helix/dist/get-graphql-parameters.d.ts +0 -2
- package/node_modules/graphql-helix/dist/get-graphql-parameters.js +0 -30
- package/node_modules/graphql-helix/dist/index.d.ts +0 -8
- package/node_modules/graphql-helix/dist/index.js +0 -20
- package/node_modules/graphql-helix/dist/process-request.d.ts +0 -4
- package/node_modules/graphql-helix/dist/process-request.js +0 -288
- package/node_modules/graphql-helix/dist/render-graphiql.d.ts +0 -2
- package/node_modules/graphql-helix/dist/render-graphiql.js +0 -58
- package/node_modules/graphql-helix/dist/render-graphiql.template.d.ts +0 -2
- package/node_modules/graphql-helix/dist/render-graphiql.template.js +0 -58
- package/node_modules/graphql-helix/dist/send-result/node-http.d.ts +0 -10
- package/node_modules/graphql-helix/dist/send-result/node-http.js +0 -86
- package/node_modules/graphql-helix/dist/send-result/utils.d.ts +0 -3
- package/node_modules/graphql-helix/dist/send-result/utils.js +0 -5
- package/node_modules/graphql-helix/dist/send-result/w3c.d.ts +0 -19
- package/node_modules/graphql-helix/dist/send-result/w3c.js +0 -88
- package/node_modules/graphql-helix/dist/should-render-graphiql.d.ts +0 -2
- package/node_modules/graphql-helix/dist/should-render-graphiql.js +0 -11
- package/node_modules/graphql-helix/dist/types.d.ts +0 -185
- package/node_modules/graphql-helix/dist/types.js +0 -2
- package/node_modules/graphql-helix/dist/util/calculate-byte-length.d.ts +0 -1
- package/node_modules/graphql-helix/dist/util/calculate-byte-length.js +0 -23
- package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.d.ts +0 -13
- package/node_modules/graphql-helix/dist/util/get-ranked-response-protocols.js +0 -55
- package/node_modules/graphql-helix/dist/util/index.d.ts +0 -3
- package/node_modules/graphql-helix/dist/util/index.js +0 -15
- package/node_modules/graphql-helix/dist/util/is-async-iterable.d.ts +0 -1
- package/node_modules/graphql-helix/dist/util/is-async-iterable.js +0 -10
- package/node_modules/graphql-helix/dist/util/is-http-method.d.ts +0 -1
- package/node_modules/graphql-helix/dist/util/is-http-method.js +0 -7
- package/node_modules/graphql-helix/dist/util/stop-async-iteration.d.ts +0 -1
- package/node_modules/graphql-helix/dist/util/stop-async-iteration.js +0 -11
- package/node_modules/graphql-helix/dist-esm/errors.d.ts +0 -15
- package/node_modules/graphql-helix/dist-esm/errors.mjs +0 -8
- package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.d.ts +0 -2
- package/node_modules/graphql-helix/dist-esm/get-graphql-parameters.mjs +0 -26
- package/node_modules/graphql-helix/dist-esm/index.d.ts +0 -8
- package/node_modules/graphql-helix/dist-esm/index.mjs +0 -8
- package/node_modules/graphql-helix/dist-esm/process-request.d.ts +0 -4
- package/node_modules/graphql-helix/dist-esm/process-request.mjs +0 -283
- package/node_modules/graphql-helix/dist-esm/render-graphiql.d.ts +0 -2
- package/node_modules/graphql-helix/dist-esm/render-graphiql.mjs +0 -54
- package/node_modules/graphql-helix/dist-esm/render-graphiql.template.d.ts +0 -2
- package/node_modules/graphql-helix/dist-esm/render-graphiql.template.mjs +0 -54
- package/node_modules/graphql-helix/dist-esm/send-result/node-http.d.ts +0 -10
- package/node_modules/graphql-helix/dist-esm/send-result/node-http.mjs +0 -79
- package/node_modules/graphql-helix/dist-esm/send-result/utils.d.ts +0 -3
- package/node_modules/graphql-helix/dist-esm/send-result/utils.mjs +0 -1
- package/node_modules/graphql-helix/dist-esm/send-result/w3c.d.ts +0 -19
- package/node_modules/graphql-helix/dist-esm/send-result/w3c.mjs +0 -81
- package/node_modules/graphql-helix/dist-esm/should-render-graphiql.d.ts +0 -2
- package/node_modules/graphql-helix/dist-esm/should-render-graphiql.mjs +0 -7
- package/node_modules/graphql-helix/dist-esm/types.d.ts +0 -185
- package/node_modules/graphql-helix/dist-esm/types.mjs +0 -1
- package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.d.ts +0 -1
- package/node_modules/graphql-helix/dist-esm/util/calculate-byte-length.mjs +0 -19
- package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.d.ts +0 -13
- package/node_modules/graphql-helix/dist-esm/util/get-ranked-response-protocols.mjs +0 -51
- package/node_modules/graphql-helix/dist-esm/util/index.d.ts +0 -3
- package/node_modules/graphql-helix/dist-esm/util/index.mjs +0 -3
- package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.d.ts +0 -1
- package/node_modules/graphql-helix/dist-esm/util/is-async-iterable.mjs +0 -6
- package/node_modules/graphql-helix/dist-esm/util/is-http-method.d.ts +0 -1
- package/node_modules/graphql-helix/dist-esm/util/is-http-method.mjs +0 -3
- package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.d.ts +0 -1
- package/node_modules/graphql-helix/dist-esm/util/stop-async-iteration.mjs +0 -7
- package/node_modules/graphql-helix/package.json +0 -86
- package/node_modules/homedir-polyfill/LICENSE +0 -21
- package/node_modules/homedir-polyfill/README.md +0 -96
- package/node_modules/homedir-polyfill/index.js +0 -9
- package/node_modules/homedir-polyfill/package.json +0 -62
- package/node_modules/homedir-polyfill/polyfill.js +0 -81
- package/node_modules/ini/LICENSE +0 -15
- package/node_modules/ini/README.md +0 -102
- package/node_modules/ini/ini.js +0 -206
- package/node_modules/ini/package.json +0 -33
- package/node_modules/is-windows/README.md +0 -95
- package/node_modules/is-windows/index.js +0 -27
- package/node_modules/is-windows/package.json +0 -71
- package/node_modules/isexe/.npmignore +0 -2
- package/node_modules/isexe/LICENSE +0 -15
- package/node_modules/isexe/README.md +0 -51
- package/node_modules/isexe/index.js +0 -57
- package/node_modules/isexe/mode.js +0 -41
- package/node_modules/isexe/package.json +0 -31
- package/node_modules/isexe/test/basic.js +0 -221
- package/node_modules/isexe/windows.js +0 -42
- package/node_modules/jose/LICENSE.md +0 -21
- package/node_modules/jose/README.md +0 -159
- package/node_modules/jose/dist/browser/index.js +0 -31
- package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +0 -27
- package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +0 -26
- package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +0 -137
- package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +0 -175
- package/node_modules/jose/dist/browser/jwe/general/decrypt.js +0 -31
- package/node_modules/jose/dist/browser/jwe/general/encrypt.js +0 -178
- package/node_modules/jose/dist/browser/jwk/embedded.js +0 -17
- package/node_modules/jose/dist/browser/jwk/thumbprint.js +0 -53
- package/node_modules/jose/dist/browser/jwks/local.js +0 -98
- package/node_modules/jose/dist/browser/jwks/remote.js +0 -81
- package/node_modules/jose/dist/browser/jws/compact/sign.js +0 -17
- package/node_modules/jose/dist/browser/jws/compact/verify.js +0 -21
- package/node_modules/jose/dist/browser/jws/flattened/sign.js +0 -81
- package/node_modules/jose/dist/browser/jws/flattened/verify.js +0 -104
- package/node_modules/jose/dist/browser/jws/general/sign.js +0 -67
- package/node_modules/jose/dist/browser/jws/general/verify.js +0 -24
- package/node_modules/jose/dist/browser/jwt/decrypt.js +0 -23
- package/node_modules/jose/dist/browser/jwt/encrypt.js +0 -68
- package/node_modules/jose/dist/browser/jwt/produce.js +0 -54
- package/node_modules/jose/dist/browser/jwt/sign.js +0 -21
- package/node_modules/jose/dist/browser/jwt/unsecured.js +0 -32
- package/node_modules/jose/dist/browser/jwt/verify.js +0 -16
- package/node_modules/jose/dist/browser/key/export.js +0 -12
- package/node_modules/jose/dist/browser/key/generate_key_pair.js +0 -4
- package/node_modules/jose/dist/browser/key/generate_secret.js +0 -4
- package/node_modules/jose/dist/browser/key/import.js +0 -120
- package/node_modules/jose/dist/browser/lib/aesgcmkw.js +0 -14
- package/node_modules/jose/dist/browser/lib/buffer_utils.js +0 -51
- package/node_modules/jose/dist/browser/lib/cek.js +0 -20
- package/node_modules/jose/dist/browser/lib/check_iv_length.js +0 -8
- package/node_modules/jose/dist/browser/lib/check_key_type.js +0 -45
- package/node_modules/jose/dist/browser/lib/check_p2s.js +0 -6
- package/node_modules/jose/dist/browser/lib/crypto_key.js +0 -145
- package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +0 -98
- package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +0 -87
- package/node_modules/jose/dist/browser/lib/epoch.js +0 -1
- package/node_modules/jose/dist/browser/lib/format_pem.js +0 -4
- package/node_modules/jose/dist/browser/lib/invalid_key_input.js +0 -30
- package/node_modules/jose/dist/browser/lib/is_disjoint.js +0 -22
- package/node_modules/jose/dist/browser/lib/is_object.js +0 -16
- package/node_modules/jose/dist/browser/lib/iv.js +0 -20
- package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +0 -91
- package/node_modules/jose/dist/browser/lib/secs.js +0 -44
- package/node_modules/jose/dist/browser/lib/validate_algorithms.js +0 -11
- package/node_modules/jose/dist/browser/lib/validate_crit.js +0 -34
- package/node_modules/jose/dist/browser/package.json +0 -1
- package/node_modules/jose/dist/browser/runtime/aeskw.js +0 -32
- package/node_modules/jose/dist/browser/runtime/asn1.js +0 -118
- package/node_modules/jose/dist/browser/runtime/base64url.js +0 -37
- package/node_modules/jose/dist/browser/runtime/bogus.js +0 -6
- package/node_modules/jose/dist/browser/runtime/check_cek_length.js +0 -8
- package/node_modules/jose/dist/browser/runtime/check_key_length.js +0 -8
- package/node_modules/jose/dist/browser/runtime/decrypt.js +0 -85
- package/node_modules/jose/dist/browser/runtime/digest.js +0 -6
- package/node_modules/jose/dist/browser/runtime/ecdhes.js +0 -33
- package/node_modules/jose/dist/browser/runtime/encrypt.js +0 -68
- package/node_modules/jose/dist/browser/runtime/env.js +0 -3
- package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +0 -34
- package/node_modules/jose/dist/browser/runtime/generate.js +0 -126
- package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +0 -17
- package/node_modules/jose/dist/browser/runtime/is_key_like.js +0 -5
- package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +0 -135
- package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +0 -21
- package/node_modules/jose/dist/browser/runtime/pbes2kw.js +0 -51
- package/node_modules/jose/dist/browser/runtime/random.js +0 -2
- package/node_modules/jose/dist/browser/runtime/rsaes.js +0 -37
- package/node_modules/jose/dist/browser/runtime/sign.js +0 -11
- package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +0 -28
- package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +0 -12
- package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +0 -19
- package/node_modules/jose/dist/browser/runtime/verify.js +0 -16
- package/node_modules/jose/dist/browser/runtime/webcrypto.js +0 -2
- package/node_modules/jose/dist/browser/runtime/zlib.js +0 -7
- package/node_modules/jose/dist/browser/util/base64url.js +0 -3
- package/node_modules/jose/dist/browser/util/decode_jwt.js +0 -32
- package/node_modules/jose/dist/browser/util/decode_protected_header.js +0 -34
- package/node_modules/jose/dist/browser/util/errors.js +0 -147
- package/node_modules/jose/dist/node/cjs/index.js +0 -65
- package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +0 -31
- package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +0 -30
- package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +0 -141
- package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +0 -179
- package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +0 -35
- package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +0 -182
- package/node_modules/jose/dist/node/cjs/jwk/embedded.js +0 -21
- package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +0 -58
- package/node_modules/jose/dist/node/cjs/jwks/local.js +0 -104
- package/node_modules/jose/dist/node/cjs/jwks/remote.js +0 -85
- package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +0 -21
- package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +0 -25
- package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +0 -85
- package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +0 -108
- package/node_modules/jose/dist/node/cjs/jws/general/sign.js +0 -71
- package/node_modules/jose/dist/node/cjs/jws/general/verify.js +0 -28
- package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +0 -27
- package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +0 -72
- package/node_modules/jose/dist/node/cjs/jwt/produce.js +0 -58
- package/node_modules/jose/dist/node/cjs/jwt/sign.js +0 -25
- package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +0 -36
- package/node_modules/jose/dist/node/cjs/jwt/verify.js +0 -20
- package/node_modules/jose/dist/node/cjs/key/export.js +0 -18
- package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +0 -8
- package/node_modules/jose/dist/node/cjs/key/generate_secret.js +0 -8
- package/node_modules/jose/dist/node/cjs/key/import.js +0 -127
- package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +0 -19
- package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +0 -60
- package/node_modules/jose/dist/node/cjs/lib/cek.js +0 -24
- package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +0 -10
- package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +0 -47
- package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +0 -9
- package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +0 -150
- package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +0 -100
- package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +0 -89
- package/node_modules/jose/dist/node/cjs/lib/epoch.js +0 -3
- package/node_modules/jose/dist/node/cjs/lib/format_pem.js +0 -6
- package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +0 -34
- package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +0 -24
- package/node_modules/jose/dist/node/cjs/lib/is_object.js +0 -19
- package/node_modules/jose/dist/node/cjs/lib/iv.js +0 -24
- package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +0 -93
- package/node_modules/jose/dist/node/cjs/lib/secs.js +0 -46
- package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +0 -13
- package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +0 -36
- package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +0 -55
- package/node_modules/jose/dist/node/cjs/runtime/asn1.js +0 -48
- package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +0 -47
- package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +0 -91
- package/node_modules/jose/dist/node/cjs/runtime/base64url.js +0 -26
- package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +0 -11
- package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +0 -37
- package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +0 -52
- package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +0 -8
- package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +0 -97
- package/node_modules/jose/dist/node/cjs/runtime/digest.js +0 -5
- package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +0 -25
- package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +0 -70
- package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +0 -74
- package/node_modules/jose/dist/node/cjs/runtime/env.js +0 -7
- package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +0 -45
- package/node_modules/jose/dist/node/cjs/runtime/generate.js +0 -105
- package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +0 -95
- package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +0 -24
- package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +0 -16
- package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +0 -11
- package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +0 -7
- package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +0 -122
- package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +0 -164
- package/node_modules/jose/dist/node/cjs/runtime/node_key.js +0 -83
- package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +0 -48
- package/node_modules/jose/dist/node/cjs/runtime/random.js +0 -5
- package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +0 -69
- package/node_modules/jose/dist/node/cjs/runtime/sign.js +0 -25
- package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +0 -5
- package/node_modules/jose/dist/node/cjs/runtime/verify.js +0 -42
- package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +0 -11
- package/node_modules/jose/dist/node/cjs/runtime/zlib.js +0 -11
- package/node_modules/jose/dist/node/cjs/util/base64url.js +0 -6
- package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +0 -36
- package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +0 -38
- package/node_modules/jose/dist/node/cjs/util/errors.js +0 -165
- package/node_modules/jose/dist/node/esm/index.js +0 -29
- package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +0 -27
- package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +0 -26
- package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +0 -137
- package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +0 -175
- package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +0 -31
- package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +0 -178
- package/node_modules/jose/dist/node/esm/jwk/embedded.js +0 -17
- package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +0 -53
- package/node_modules/jose/dist/node/esm/jwks/local.js +0 -98
- package/node_modules/jose/dist/node/esm/jwks/remote.js +0 -81
- package/node_modules/jose/dist/node/esm/jws/compact/sign.js +0 -17
- package/node_modules/jose/dist/node/esm/jws/compact/verify.js +0 -21
- package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +0 -81
- package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +0 -104
- package/node_modules/jose/dist/node/esm/jws/general/sign.js +0 -67
- package/node_modules/jose/dist/node/esm/jws/general/verify.js +0 -24
- package/node_modules/jose/dist/node/esm/jwt/decrypt.js +0 -23
- package/node_modules/jose/dist/node/esm/jwt/encrypt.js +0 -68
- package/node_modules/jose/dist/node/esm/jwt/produce.js +0 -54
- package/node_modules/jose/dist/node/esm/jwt/sign.js +0 -21
- package/node_modules/jose/dist/node/esm/jwt/unsecured.js +0 -32
- package/node_modules/jose/dist/node/esm/jwt/verify.js +0 -16
- package/node_modules/jose/dist/node/esm/key/export.js +0 -12
- package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +0 -4
- package/node_modules/jose/dist/node/esm/key/generate_secret.js +0 -4
- package/node_modules/jose/dist/node/esm/key/import.js +0 -120
- package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +0 -14
- package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +0 -51
- package/node_modules/jose/dist/node/esm/lib/cek.js +0 -20
- package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +0 -8
- package/node_modules/jose/dist/node/esm/lib/check_key_type.js +0 -45
- package/node_modules/jose/dist/node/esm/lib/check_p2s.js +0 -6
- package/node_modules/jose/dist/node/esm/lib/crypto_key.js +0 -145
- package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +0 -98
- package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +0 -87
- package/node_modules/jose/dist/node/esm/lib/epoch.js +0 -1
- package/node_modules/jose/dist/node/esm/lib/format_pem.js +0 -4
- package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +0 -30
- package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +0 -22
- package/node_modules/jose/dist/node/esm/lib/is_object.js +0 -16
- package/node_modules/jose/dist/node/esm/lib/iv.js +0 -20
- package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +0 -91
- package/node_modules/jose/dist/node/esm/lib/secs.js +0 -44
- package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +0 -11
- package/node_modules/jose/dist/node/esm/lib/validate_crit.js +0 -34
- package/node_modules/jose/dist/node/esm/package.json +0 -1
- package/node_modules/jose/dist/node/esm/runtime/aeskw.js +0 -50
- package/node_modules/jose/dist/node/esm/runtime/asn1.js +0 -41
- package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +0 -44
- package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +0 -88
- package/node_modules/jose/dist/node/esm/runtime/base64url.js +0 -20
- package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +0 -8
- package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +0 -35
- package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +0 -48
- package/node_modules/jose/dist/node/esm/runtime/ciphers.js +0 -6
- package/node_modules/jose/dist/node/esm/runtime/decrypt.js +0 -95
- package/node_modules/jose/dist/node/esm/runtime/digest.js +0 -3
- package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +0 -22
- package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +0 -64
- package/node_modules/jose/dist/node/esm/runtime/encrypt.js +0 -72
- package/node_modules/jose/dist/node/esm/runtime/env.js +0 -3
- package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +0 -43
- package/node_modules/jose/dist/node/esm/runtime/generate.js +0 -100
- package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +0 -91
- package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +0 -21
- package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +0 -13
- package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +0 -8
- package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +0 -5
- package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +0 -120
- package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +0 -162
- package/node_modules/jose/dist/node/esm/runtime/node_key.js +0 -80
- package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +0 -43
- package/node_modules/jose/dist/node/esm/runtime/random.js +0 -1
- package/node_modules/jose/dist/node/esm/runtime/rsaes.js +0 -64
- package/node_modules/jose/dist/node/esm/runtime/sign.js +0 -23
- package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +0 -3
- package/node_modules/jose/dist/node/esm/runtime/verify.js +0 -40
- package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +0 -8
- package/node_modules/jose/dist/node/esm/runtime/zlib.js +0 -6
- package/node_modules/jose/dist/node/esm/util/base64url.js +0 -3
- package/node_modules/jose/dist/node/esm/util/decode_jwt.js +0 -32
- package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +0 -34
- package/node_modules/jose/dist/node/esm/util/errors.js +0 -147
- package/node_modules/jose/dist/types/index.d.ts +0 -47
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -33
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -60
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -43
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -89
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -47
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -74
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -23
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -44
- package/node_modules/jose/dist/types/jwks/local.d.ts +0 -48
- package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -54
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -34
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -37
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -42
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -42
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -54
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -45
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -40
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -84
- package/node_modules/jose/dist/types/jwt/produce.d.ts +0 -53
- package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -35
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -44
- package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -44
- package/node_modules/jose/dist/types/key/export.d.ts +0 -47
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -44
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -26
- package/node_modules/jose/dist/types/key/import.d.ts +0 -115
- package/node_modules/jose/dist/types/types.d.ts +0 -602
- package/node_modules/jose/dist/types/util/base64url.d.ts +0 -19
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -17
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -15
- package/node_modules/jose/dist/types/util/errors.d.ts +0 -96
- package/node_modules/jose/package.json +0 -82
- package/node_modules/minimalistic-assert/LICENSE +0 -13
- package/node_modules/minimalistic-assert/index.js +0 -11
- package/node_modules/minimalistic-assert/package.json +0 -19
- package/node_modules/minimalistic-assert/readme.md +0 -4
- package/node_modules/object-hash/LICENSE +0 -22
- package/node_modules/object-hash/dist/object_hash.js +0 -1
- package/node_modules/object-hash/index.js +0 -453
- package/node_modules/object-hash/package.json +0 -53
- package/node_modules/object-hash/readme.markdown +0 -184
- package/node_modules/oidc-token-hash/LICENSE.md +0 -21
- package/node_modules/oidc-token-hash/README.md +0 -55
- package/node_modules/oidc-token-hash/lib/index.js +0 -106
- package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
- package/node_modules/oidc-token-hash/package.json +0 -36
- package/node_modules/openid-client/LICENSE.md +0 -21
- package/node_modules/openid-client/README.md +0 -299
- package/node_modules/openid-client/lib/client.js +0 -1815
- package/node_modules/openid-client/lib/device_flow_handle.js +0 -125
- package/node_modules/openid-client/lib/errors.js +0 -55
- package/node_modules/openid-client/lib/helpers/assert.js +0 -24
- package/node_modules/openid-client/lib/helpers/base64url.js +0 -13
- package/node_modules/openid-client/lib/helpers/client.js +0 -209
- package/node_modules/openid-client/lib/helpers/consts.js +0 -7
- package/node_modules/openid-client/lib/helpers/decode_jwt.js +0 -27
- package/node_modules/openid-client/lib/helpers/deep_clone.js +0 -3
- package/node_modules/openid-client/lib/helpers/defaults.js +0 -27
- package/node_modules/openid-client/lib/helpers/generators.js +0 -14
- package/node_modules/openid-client/lib/helpers/is_key_object.js +0 -4
- package/node_modules/openid-client/lib/helpers/is_plain_object.js +0 -1
- package/node_modules/openid-client/lib/helpers/issuer.js +0 -110
- package/node_modules/openid-client/lib/helpers/keystore.js +0 -312
- package/node_modules/openid-client/lib/helpers/merge.js +0 -24
- package/node_modules/openid-client/lib/helpers/pick.js +0 -9
- package/node_modules/openid-client/lib/helpers/process_response.js +0 -71
- package/node_modules/openid-client/lib/helpers/request.js +0 -197
- package/node_modules/openid-client/lib/helpers/unix_timestamp.js +0 -1
- package/node_modules/openid-client/lib/helpers/weak_cache.js +0 -1
- package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +0 -71
- package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +0 -14
- package/node_modules/openid-client/lib/index.js +0 -23
- package/node_modules/openid-client/lib/index.mjs +0 -9
- package/node_modules/openid-client/lib/issuer.js +0 -204
- package/node_modules/openid-client/lib/issuer_registry.js +0 -3
- package/node_modules/openid-client/lib/passport_strategy.js +0 -194
- package/node_modules/openid-client/lib/token_set.js +0 -35
- package/node_modules/openid-client/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/openid-client/node_modules/lru-cache/README.md +0 -166
- package/node_modules/openid-client/node_modules/lru-cache/index.js +0 -334
- package/node_modules/openid-client/node_modules/lru-cache/package.json +0 -34
- package/node_modules/openid-client/package.json +0 -118
- package/node_modules/openid-client/types/index.d.ts +0 -620
- package/node_modules/parse-passwd/LICENSE +0 -21
- package/node_modules/parse-passwd/README.md +0 -86
- package/node_modules/parse-passwd/index.js +0 -56
- package/node_modules/parse-passwd/package.json +0 -55
- package/node_modules/prettyjson/node_modules/colors/LICENSE +0 -25
- package/node_modules/prettyjson/node_modules/colors/README.md +0 -221
- package/node_modules/prettyjson/node_modules/colors/examples/normal-usage.js +0 -82
- package/node_modules/prettyjson/node_modules/colors/examples/safe-string.js +0 -79
- package/node_modules/prettyjson/node_modules/colors/index.d.ts +0 -136
- package/node_modules/prettyjson/node_modules/colors/lib/colors.js +0 -211
- package/node_modules/prettyjson/node_modules/colors/lib/custom/trap.js +0 -46
- package/node_modules/prettyjson/node_modules/colors/lib/extendStringPrototype.js +0 -110
- package/node_modules/prettyjson/node_modules/colors/lib/index.js +0 -13
- package/node_modules/prettyjson/node_modules/colors/lib/maps/america.js +0 -10
- package/node_modules/prettyjson/node_modules/colors/lib/maps/rainbow.js +0 -12
- package/node_modules/prettyjson/node_modules/colors/lib/maps/random.js +0 -11
- package/node_modules/prettyjson/node_modules/colors/lib/maps/zebra.js +0 -5
- package/node_modules/prettyjson/node_modules/colors/lib/styles.js +0 -95
- package/node_modules/prettyjson/node_modules/colors/lib/system/has-flag.js +0 -35
- package/node_modules/prettyjson/node_modules/colors/lib/system/supports-colors.js +0 -151
- package/node_modules/prettyjson/node_modules/colors/package.json +0 -45
- package/node_modules/prettyjson/node_modules/colors/safe.d.ts +0 -48
- package/node_modules/prettyjson/node_modules/colors/safe.js +0 -10
- package/node_modules/prettyjson/node_modules/colors/themes/generic-logging.js +0 -12
- package/node_modules/resolve-dir/README.md +0 -88
- package/node_modules/resolve-dir/index.js +0 -22
- package/node_modules/resolve-dir/package.json +0 -73
- package/node_modules/safer-buffer/LICENSE +0 -21
- package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/node_modules/safer-buffer/Readme.md +0 -156
- package/node_modules/safer-buffer/dangerous.js +0 -58
- package/node_modules/safer-buffer/package.json +0 -34
- package/node_modules/safer-buffer/safer.js +0 -77
- package/node_modules/safer-buffer/tests.js +0 -406
- package/node_modules/value-or-promise/CHANGELOG.md +0 -69
- package/node_modules/value-or-promise/LICENSE +0 -21
- package/node_modules/value-or-promise/README.md +0 -177
- package/node_modules/value-or-promise/build/main/ValueOrPromise.d.ts +0 -77
- package/node_modules/value-or-promise/build/main/ValueOrPromise.js +0 -80
- package/node_modules/value-or-promise/build/main/index.d.ts +0 -1
- package/node_modules/value-or-promise/build/main/index.js +0 -14
- package/node_modules/value-or-promise/build/module/ValueOrPromise.d.ts +0 -77
- package/node_modules/value-or-promise/build/module/ValueOrPromise.js +0 -76
- package/node_modules/value-or-promise/build/module/index.d.ts +0 -1
- package/node_modules/value-or-promise/build/module/index.js +0 -2
- package/node_modules/value-or-promise/package.json +0 -58
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -8
- package/node_modules/yallist/package.json +0 -29
- package/node_modules/yallist/yallist.js +0 -426
|
@@ -1,1712 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Features
|
|
34
|
-
|
|
35
|
-
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Features
|
|
53
|
-
|
|
54
|
-
* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e))
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* **packages:** use HashConstructor instead of { new: Hash } ([#2638](https://github.com/aws/aws-sdk-js-v3/issues/2638)) ([6890a47](https://github.com/aws/aws-sdk-js-v3/commit/6890a47322fa37efb7a5589ab57d3273da69ac67))
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Bug Fixes
|
|
91
|
-
|
|
92
|
-
* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6))
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
103
|
-
* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04)
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
# [3.15.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.14.0...v3.15.0) (2021-05-10)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Features
|
|
121
|
-
|
|
122
|
-
* **clients:** adding throwable waiters WaitUntil[operationState] ([#2302](https://github.com/aws/aws-sdk-js-v3/issues/2302)) ([f01d5ae](https://github.com/aws/aws-sdk-js-v3/commit/f01d5ae5e0e81ecc122dba2d2883352c1b86c3bb))
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Bug Fixes
|
|
140
|
-
|
|
141
|
-
* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Features
|
|
151
|
-
|
|
152
|
-
* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
|
-
* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1))
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### Bug Fixes
|
|
173
|
-
|
|
174
|
-
* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4))
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Features
|
|
184
|
-
|
|
185
|
-
* **middleware-stack:** allow adding middleware to override an existing one ([#1964](https://github.com/aws/aws-sdk-js-v3/issues/1964)) ([9c21f14](https://github.com/aws/aws-sdk-js-v3/commit/9c21f14412f2b1f591422f3c67dedbe886db723b)), closes [#1883](https://github.com/aws/aws-sdk-js-v3/issues/1883)
|
|
186
|
-
* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Features
|
|
196
|
-
|
|
197
|
-
* standardize user agent value ([#1775](https://github.com/aws/aws-sdk-js-v3/issues/1775)) ([388b180](https://github.com/aws/aws-sdk-js-v3/commit/388b18071146171b42d283a93f9590cb23956e1a))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
# [1.0.0-rc.10](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-12-15)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* update clients as of 12/12/2020 with model fixes ([#1774](https://github.com/aws/aws-sdk-js-v3/issues/1774)) ([54e8715](https://github.com/aws/aws-sdk-js-v3/commit/54e87151877dd5cf9a5f256698c088cc7a856225))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Bug Fixes
|
|
229
|
-
|
|
230
|
-
* **s3-request-presigner:** skip hoisting SSE headers ([#1701](https://github.com/aws/aws-sdk-js-v3/issues/1701)) ([1ec70ff](https://github.com/aws/aws-sdk-js-v3/commit/1ec70ff02de372e5de53e8a5c42ad55b41558502))
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
# [1.0.0-rc.7](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-11-20)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* **abort-controller:** make AbortSignal WHATWG Spec compliant ([#1699](https://github.com/aws/aws-sdk-js-v3/issues/1699)) ([723ec4d](https://github.com/aws/aws-sdk-js-v3/commit/723ec4dffdc8b5956cc3d72c263abb4ff9770904))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Features
|
|
267
|
-
|
|
268
|
-
* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e))
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@1.0.0-gamma.6...@aws-sdk/types@1.0.0-gamma.7) (2020-10-07)
|
|
275
|
-
|
|
276
|
-
**Note:** Version bump only for package @aws-sdk/types
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@1.0.0-gamma.5...@aws-sdk/types@1.0.0-gamma.6) (2020-09-01)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
### Features
|
|
286
|
-
|
|
287
|
-
* log metadata/input/output/request/response ([#1478](https://github.com/aws/aws-sdk-js-v3/issues/1478)) ([08f3c92](https://github.com/aws/aws-sdk-js-v3/commit/08f3c92baf6b2e9e04b622379598a14f4647dbe1))
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@1.0.0-gamma.4...@aws-sdk/types@1.0.0-gamma.5) (2020-08-25)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Features
|
|
297
|
-
|
|
298
|
-
* **types:** update types to include pagination type. ([#1451](https://github.com/aws/aws-sdk-js-v3/issues/1451)) ([8e34453](https://github.com/aws/aws-sdk-js-v3/commit/8e34453707b33e45208dbd43dacc10c10bb53c62))
|
|
299
|
-
* add pagination global types ([#1443](https://github.com/aws/aws-sdk-js-v3/issues/1443)) ([d12f9ba](https://github.com/aws/aws-sdk-js-v3/commit/d12f9ba008f694fc1dd4e7618de7b5e8b420f361))
|
|
300
|
-
* get partition of given region ([#1435](https://github.com/aws/aws-sdk-js-v3/issues/1435)) ([c18bfe4](https://github.com/aws/aws-sdk-js-v3/commit/c18bfe489db77d945d0bcc4ae7194ff46cd461a9))
|
|
301
|
-
* support per-request region and service override in signer ([#1444](https://github.com/aws/aws-sdk-js-v3/issues/1444)) ([a2635af](https://github.com/aws/aws-sdk-js-v3/commit/a2635af43f177d0ccc5d7e435e1e88c83b2b571d))
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Reverts
|
|
305
|
-
|
|
306
|
-
* Revert "feat: add pagination global types (#1443)" (#1450) ([0a97419](https://github.com/aws/aws-sdk-js-v3/commit/0a9741934b82808e25244d9eae8b32f62fd7cc70)), closes [#1443](https://github.com/aws/aws-sdk-js-v3/issues/1443) [#1450](https://github.com/aws/aws-sdk-js-v3/issues/1450)
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@1.0.0-gamma.3...@aws-sdk/types@1.0.0-gamma.4) (2020-08-04)
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Features
|
|
316
|
-
|
|
317
|
-
* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6))
|
|
318
|
-
* refactor middleware stack ([#1398](https://github.com/aws/aws-sdk-js-v3/issues/1398)) ([9fedaa9](https://github.com/aws/aws-sdk-js-v3/commit/9fedaa9696ff1ecf5d1e92b28b34d573583a7842))
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### BREAKING CHANGES
|
|
322
|
-
|
|
323
|
-
* addRelativeTo() now doesn't require step in options. The middleware will be injected to the same step as the toMiddleware
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@1.0.0-gamma.2...@aws-sdk/types@1.0.0-gamma.3) (2020-07-13)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Features
|
|
333
|
-
|
|
334
|
-
* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484))
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-gamma.2) (2020-07-08)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Features
|
|
344
|
-
|
|
345
|
-
* add check for isTransientError ([#1222](https://github.com/aws/aws-sdk-js-v3/issues/1222)) ([f71c136](https://github.com/aws/aws-sdk-js-v3/commit/f71c13673044eaa547db3f411a72ce6d0c00e495))
|
|
346
|
-
* read maxAttempts value from retry-config ([#1286](https://github.com/aws/aws-sdk-js-v3/issues/1286)) ([8f3fdc0](https://github.com/aws/aws-sdk-js-v3/commit/8f3fdc0536ad2cb11a9f0ba0fc75c0554c3f1fb0))
|
|
347
|
-
* retry if retryable trait is set ([#1238](https://github.com/aws/aws-sdk-js-v3/issues/1238)) ([9d224e7](https://github.com/aws/aws-sdk-js-v3/commit/9d224e7d289b56c40b7c26f404c959aab5ea8e87))
|
|
348
|
-
* support bi-directional eventstream over H2 ([#1082](https://github.com/aws/aws-sdk-js-v3/issues/1082)) ([af41a53](https://github.com/aws/aws-sdk-js-v3/commit/af41a538f12314c696419f9e17942b7a8f7f22ed))
|
|
349
|
-
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3))
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
# 1.0.0-gamma.1 (2020-05-21)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Features
|
|
357
|
-
|
|
358
|
-
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
# 1.0.0-beta.4 (2020-04-25)
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### Features
|
|
366
|
-
|
|
367
|
-
* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
# 1.0.0-beta.2 (2020-03-28)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
# 1.0.0-beta.1 (2020-03-25)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
### Features
|
|
379
|
-
|
|
380
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Features
|
|
397
|
-
|
|
398
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Features
|
|
410
|
-
|
|
411
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
# 0.9.0 (2020-01-09)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Bug Fixes
|
|
419
|
-
|
|
420
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
421
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
422
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
### Features
|
|
426
|
-
|
|
427
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
428
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
429
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
430
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
431
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
432
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
433
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
434
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
435
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
436
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
# 0.6.0 (2019-10-30)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Features
|
|
444
|
-
|
|
445
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
# 0.3.0 (2019-09-09)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
### Features
|
|
453
|
-
|
|
454
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
455
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
# 0.2.0 (2019-07-12)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### Features
|
|
463
|
-
|
|
464
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
465
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
466
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
467
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
468
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
# 0.1.0 (2019-04-19)
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
### Features
|
|
476
|
-
|
|
477
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-gamma.1) (2020-05-21)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
### Features
|
|
487
|
-
|
|
488
|
-
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
# 1.0.0-beta.4 (2020-04-25)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Features
|
|
496
|
-
|
|
497
|
-
* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
# 1.0.0-beta.2 (2020-03-28)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
# 1.0.0-beta.1 (2020-03-25)
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
### Features
|
|
509
|
-
|
|
510
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Features
|
|
518
|
-
|
|
519
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
### Features
|
|
527
|
-
|
|
528
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
### Features
|
|
540
|
-
|
|
541
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
# 0.9.0 (2020-01-09)
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
### Bug Fixes
|
|
549
|
-
|
|
550
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
551
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
552
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
### Features
|
|
556
|
-
|
|
557
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
558
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
559
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
560
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
561
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
562
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
563
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
564
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
565
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
566
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
# 0.6.0 (2019-10-30)
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
### Features
|
|
574
|
-
|
|
575
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
# 0.3.0 (2019-09-09)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Features
|
|
583
|
-
|
|
584
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
585
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
# 0.2.0 (2019-07-12)
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
### Features
|
|
593
|
-
|
|
594
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
595
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
596
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
597
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
598
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
# 0.1.0 (2019-04-19)
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
### Features
|
|
606
|
-
|
|
607
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
# [1.0.0-beta.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-beta.4) (2020-04-27)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
### Features
|
|
617
|
-
|
|
618
|
-
* use exact @aws-sdk/* dependencies ([#1110](https://github.com/aws/aws-sdk-js-v3/issues/1110)) ([bcfd7a2](https://github.com/aws/aws-sdk-js-v3/commit/bcfd7a2faeca3a2605057fd4736d710aa4902b62))
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
# 1.0.0-beta.2 (2020-03-28)
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
# 1.0.0-beta.1 (2020-03-25)
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
### Features
|
|
630
|
-
|
|
631
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
### Features
|
|
639
|
-
|
|
640
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
### Features
|
|
648
|
-
|
|
649
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
### Features
|
|
661
|
-
|
|
662
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
# 0.9.0 (2020-01-09)
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
### Bug Fixes
|
|
670
|
-
|
|
671
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
672
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
673
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
### Features
|
|
677
|
-
|
|
678
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
679
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
680
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
681
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
682
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
683
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
684
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
685
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
686
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
687
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
# 0.6.0 (2019-10-30)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Features
|
|
695
|
-
|
|
696
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
# 0.3.0 (2019-09-09)
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
### Features
|
|
704
|
-
|
|
705
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
706
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
# 0.2.0 (2019-07-12)
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
### Features
|
|
714
|
-
|
|
715
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
716
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
717
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
718
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
719
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
# 0.1.0 (2019-04-19)
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
### Features
|
|
727
|
-
|
|
728
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
# [1.0.0-beta.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-beta.3) (2020-04-25)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
### Features
|
|
738
|
-
|
|
739
|
-
* add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
# 1.0.0-beta.2 (2020-03-28)
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
# 1.0.0-beta.1 (2020-03-25)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
### Features
|
|
760
|
-
|
|
761
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Features
|
|
769
|
-
|
|
770
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
### Features
|
|
782
|
-
|
|
783
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
# 0.9.0 (2020-01-09)
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
### Bug Fixes
|
|
791
|
-
|
|
792
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
793
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
794
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
### Features
|
|
798
|
-
|
|
799
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
800
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
801
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
802
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
803
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
804
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
805
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
806
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
807
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
808
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
# 0.6.0 (2019-10-30)
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
### Features
|
|
816
|
-
|
|
817
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
# 0.3.0 (2019-09-09)
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
### Features
|
|
825
|
-
|
|
826
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
827
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
# 0.2.0 (2019-07-12)
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
### Features
|
|
835
|
-
|
|
836
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
837
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
838
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
839
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
840
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
# 0.1.0 (2019-04-19)
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
### Features
|
|
848
|
-
|
|
849
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-beta.2) (2020-03-28)
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
# 1.0.0-beta.1 (2020-03-25)
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
### Features
|
|
863
|
-
|
|
864
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
### Features
|
|
872
|
-
|
|
873
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
### Features
|
|
881
|
-
|
|
882
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
### Features
|
|
894
|
-
|
|
895
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
# 0.9.0 (2020-01-09)
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
### Bug Fixes
|
|
903
|
-
|
|
904
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
905
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
906
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
### Features
|
|
910
|
-
|
|
911
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
912
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
913
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
914
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
915
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
916
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
917
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
918
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
919
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
920
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
# 0.6.0 (2019-10-30)
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
### Features
|
|
928
|
-
|
|
929
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
# 0.3.0 (2019-09-09)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
### Features
|
|
937
|
-
|
|
938
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
939
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
# 0.2.0 (2019-07-12)
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
### Features
|
|
947
|
-
|
|
948
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
949
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
950
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
951
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
952
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
# 0.1.0 (2019-04-19)
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
### Features
|
|
960
|
-
|
|
961
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-beta.1) (2020-03-25)
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
### Features
|
|
971
|
-
|
|
972
|
-
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
# 1.0.0-alpha.28 (2020-03-20)
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
### Features
|
|
980
|
-
|
|
981
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
### Features
|
|
989
|
-
|
|
990
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
### Features
|
|
1002
|
-
|
|
1003
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
# 0.9.0 (2020-01-09)
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
### Bug Fixes
|
|
1011
|
-
|
|
1012
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
1013
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
1014
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
### Features
|
|
1018
|
-
|
|
1019
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
1020
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
1021
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
1022
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
1023
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
1024
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
1025
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
1026
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
1027
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
1028
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
# 0.6.0 (2019-10-30)
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
### Features
|
|
1036
|
-
|
|
1037
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
# 0.3.0 (2019-09-09)
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
### Features
|
|
1045
|
-
|
|
1046
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
1047
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
# 0.2.0 (2019-07-12)
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
### Features
|
|
1055
|
-
|
|
1056
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
1057
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
1058
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
1059
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
1060
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
# 0.1.0 (2019-04-19)
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
### Features
|
|
1068
|
-
|
|
1069
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
# [1.0.0-alpha.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.6) (2020-03-20)
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
### Features
|
|
1079
|
-
|
|
1080
|
-
* **signature-v4:** update EventSigner signature API to sign ([#1016](https://github.com/aws/aws-sdk-js-v3/issues/1016)) ([bce853a](https://github.com/aws/aws-sdk-js-v3/commit/bce853aa67f744b548198f9e20f7bfd3ad0bd894))
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
# 1.0.0-alpha.24 (2020-02-19)
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
### Features
|
|
1088
|
-
|
|
1089
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f821365c34010d1bed77b7c7e454e2f71c65fb))
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
### Features
|
|
1101
|
-
|
|
1102
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c53382999dcbf59e97e64252f5b404acb8))
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
# 0.9.0 (2020-01-09)
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
### Bug Fixes
|
|
1110
|
-
|
|
1111
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d68423e46aa755d64809129447c4eef2b0d33))
|
|
1112
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde855fce0eb012f64a305fcc38c0d16011b9))
|
|
1113
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
### Features
|
|
1117
|
-
|
|
1118
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc33c584929f6357e0b442dd715172485657))
|
|
1119
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae7f2b0804cccc850dcdce1a239b73031e3))
|
|
1120
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fcc49251dc03c5d79a70eed0aefe2786731))
|
|
1121
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac71568bc3f08cf1d0d8b269074d3f8c588))
|
|
1122
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22c2a97a0dd3d27eee67e5e31fb32402a11))
|
|
1123
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad579698f5679a0cb120daad38d539e2944abed))
|
|
1124
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a7fa8e13b94dabb59647b78f263872c240))
|
|
1125
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5a61dcb4a4c5ef5e544c1964545d30e046))
|
|
1126
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250fde6f51418640ea897cc29359243257f1))
|
|
1127
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c6203ea427057281826071a704647bb815900))
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
# 0.6.0 (2019-10-30)
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
### Features
|
|
1135
|
-
|
|
1136
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a97cf7f256b35986a305b27180e933f459))
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
# 0.3.0 (2019-09-09)
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
### Features
|
|
1144
|
-
|
|
1145
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
1146
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50cd2b4df5ffd532c4fc1159ef9a8bd1c4c))
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
# 0.2.0 (2019-07-12)
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
### Features
|
|
1154
|
-
|
|
1155
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b992ba5a945ab06968936d475424d8e6de9c))
|
|
1156
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49e7ab4181bf42a6a84c05d2f8ef9bd850b))
|
|
1157
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
1158
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2e411af302e920abc5fae008e4642597e9))
|
|
1159
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
# 0.1.0 (2019-04-19)
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
### Features
|
|
1167
|
-
|
|
1168
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99de2fa9abb7b1e2375e59462c2256a2e5c))
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
# [1.0.0-alpha.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.5) (2020-02-19)
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
### Features
|
|
1178
|
-
|
|
1179
|
-
* add event stream serde depedencies ([#824](https://github.com/aws/aws-sdk-js-v3/issues/824)) ([08f8213](https://github.com/aws/aws-sdk-js-v3/commit/08f8213))
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
# 1.0.0-alpha.13 (2020-01-24)
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
### Features
|
|
1191
|
-
|
|
1192
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c))
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
# 0.9.0 (2020-01-09)
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
### Bug Fixes
|
|
1200
|
-
|
|
1201
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d684))
|
|
1202
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
|
|
1203
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
### Features
|
|
1207
|
-
|
|
1208
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc3))
|
|
1209
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
|
|
1210
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc))
|
|
1211
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac))
|
|
1212
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
|
|
1213
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796))
|
|
1214
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
|
|
1215
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
|
|
1216
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250))
|
|
1217
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
# 0.6.0 (2019-10-30)
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
### Features
|
|
1225
|
-
|
|
1226
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
# 0.3.0 (2019-09-09)
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
### Features
|
|
1234
|
-
|
|
1235
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1236
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
# 0.2.0 (2019-07-12)
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
### Features
|
|
1244
|
-
|
|
1245
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1246
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1247
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1248
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1249
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
# 0.1.0 (2019-04-19)
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
### Features
|
|
1257
|
-
|
|
1258
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
# [1.0.0-alpha.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.4) (2020-01-24)
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
# 1.0.0-alpha.12 (2020-01-22)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### Features
|
|
1272
|
-
|
|
1273
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c))
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
# 0.9.0 (2020-01-09)
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
### Bug Fixes
|
|
1281
|
-
|
|
1282
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d684))
|
|
1283
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
|
|
1284
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
### Features
|
|
1288
|
-
|
|
1289
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc3))
|
|
1290
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
|
|
1291
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc))
|
|
1292
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac))
|
|
1293
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
|
|
1294
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796))
|
|
1295
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
|
|
1296
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
|
|
1297
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250))
|
|
1298
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
# 0.6.0 (2019-10-30)
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
### Features
|
|
1306
|
-
|
|
1307
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
# 0.3.0 (2019-09-09)
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
### Features
|
|
1315
|
-
|
|
1316
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1317
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
# 0.2.0 (2019-07-12)
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
### Features
|
|
1325
|
-
|
|
1326
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1327
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1328
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1329
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1330
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
# 0.1.0 (2019-04-19)
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
### Features
|
|
1338
|
-
|
|
1339
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.3) (2020-01-22)
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
### Features
|
|
1349
|
-
|
|
1350
|
-
* add support for browser streaming ([#721](https://github.com/aws/aws-sdk-js-v3/issues/721)) ([133430c](https://github.com/aws/aws-sdk-js-v3/commit/133430c))
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
# 0.9.0 (2020-01-09)
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
### Bug Fixes
|
|
1358
|
-
|
|
1359
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d684))
|
|
1360
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
|
|
1361
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
### Features
|
|
1365
|
-
|
|
1366
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc3))
|
|
1367
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
|
|
1368
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc))
|
|
1369
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac))
|
|
1370
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
|
|
1371
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796))
|
|
1372
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
|
|
1373
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
|
|
1374
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250))
|
|
1375
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
# 0.6.0 (2019-10-30)
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
### Features
|
|
1383
|
-
|
|
1384
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
# 0.3.0 (2019-09-09)
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
### Features
|
|
1392
|
-
|
|
1393
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1394
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
# 0.2.0 (2019-07-12)
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
### Features
|
|
1402
|
-
|
|
1403
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1404
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1405
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1406
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1407
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
# 0.1.0 (2019-04-19)
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
### Features
|
|
1415
|
-
|
|
1416
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.2) (2020-01-09)
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
### Bug Fixes
|
|
1426
|
-
|
|
1427
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d684))
|
|
1428
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
|
|
1429
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
### Features
|
|
1433
|
-
|
|
1434
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc3))
|
|
1435
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
|
|
1436
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc))
|
|
1437
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac))
|
|
1438
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
|
|
1439
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796))
|
|
1440
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
|
|
1441
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
|
|
1442
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250))
|
|
1443
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
# 0.6.0 (2019-10-30)
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
### Features
|
|
1451
|
-
|
|
1452
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
# 0.3.0 (2019-09-09)
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
### Features
|
|
1460
|
-
|
|
1461
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1462
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
# 0.2.0 (2019-07-12)
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
### Features
|
|
1470
|
-
|
|
1471
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1472
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1473
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1474
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1475
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
# 0.1.0 (2019-04-19)
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
### Features
|
|
1483
|
-
|
|
1484
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@1.0.0-alpha.1) (2020-01-08)
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
### Bug Fixes
|
|
1494
|
-
|
|
1495
|
-
* remove duplicated declaration of endpoints ([#416](https://github.com/aws/aws-sdk-js-v3/issues/416)) ([1f1d684](https://github.com/aws/aws-sdk-js-v3/commit/1f1d684))
|
|
1496
|
-
* support custom agent in node http handler ([#489](https://github.com/aws/aws-sdk-js-v3/issues/489)) ([9c6cde8](https://github.com/aws/aws-sdk-js-v3/commit/9c6cde8))
|
|
1497
|
-
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
### Features
|
|
1501
|
-
|
|
1502
|
-
* [WIP] Node.js HTTP/2 Handler in smithy-codegen ([#414](https://github.com/aws/aws-sdk-js-v3/issues/414)) ([1493cc3](https://github.com/aws/aws-sdk-js-v3/commit/1493cc3))
|
|
1503
|
-
* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
|
|
1504
|
-
* add pluggable runtime specific config ([#404](https://github.com/aws/aws-sdk-js-v3/issues/404)) ([8be08fc](https://github.com/aws/aws-sdk-js-v3/commit/8be08fc))
|
|
1505
|
-
* add RetryStrategy class and retryMiddleware implementation ([#389](https://github.com/aws/aws-sdk-js-v3/issues/389)) ([ff70fac](https://github.com/aws/aws-sdk-js-v3/commit/ff70fac))
|
|
1506
|
-
* apply protocol and middleware update ([0de0a22](https://github.com/aws/aws-sdk-js-v3/commit/0de0a22))
|
|
1507
|
-
* remove absolute priority numbers from middleware stack ([#434](https://github.com/aws/aws-sdk-js-v3/issues/434)) ([2ad5796](https://github.com/aws/aws-sdk-js-v3/commit/2ad5796))
|
|
1508
|
-
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
|
|
1509
|
-
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
|
|
1510
|
-
* start endpoint resolver generation ([#472](https://github.com/aws/aws-sdk-js-v3/issues/472)) ([d0f9250](https://github.com/aws/aws-sdk-js-v3/commit/d0f9250))
|
|
1511
|
-
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
# 0.6.0 (2019-10-30)
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
### Features
|
|
1519
|
-
|
|
1520
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
# 0.3.0 (2019-09-09)
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
### Features
|
|
1528
|
-
|
|
1529
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1530
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
# 0.2.0 (2019-07-12)
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
### Features
|
|
1538
|
-
|
|
1539
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1540
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1541
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1542
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1543
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
# 0.1.0 (2019-04-19)
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
### Features
|
|
1551
|
-
|
|
1552
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
# [0.1.0-preview.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@0.1.0-preview.7) (2019-10-30)
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
### Features
|
|
1562
|
-
|
|
1563
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
# 0.3.0 (2019-09-09)
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
### Features
|
|
1571
|
-
|
|
1572
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1573
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
# 0.2.0 (2019-07-12)
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
### Features
|
|
1581
|
-
|
|
1582
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1583
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1584
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1585
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1586
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
# 0.1.0 (2019-04-19)
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
### Features
|
|
1594
|
-
|
|
1595
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
# [0.1.0-preview.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@0.1.0-preview.6) (2019-10-29)
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
### Features
|
|
1605
|
-
|
|
1606
|
-
* **signature-v4:** add support to override the set of unsignableHeaders ([#420](https://github.com/aws/aws-sdk-js-v3/issues/420)) ([8d6b27a](https://github.com/aws/aws-sdk-js-v3/commit/8d6b27a))
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
# 0.3.0 (2019-09-09)
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
### Features
|
|
1614
|
-
|
|
1615
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1616
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
# 0.2.0 (2019-07-12)
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
### Features
|
|
1624
|
-
|
|
1625
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1626
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1627
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1628
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1629
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
# 0.1.0 (2019-04-19)
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
### Features
|
|
1637
|
-
|
|
1638
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@0.1.0-preview.5) (2019-09-09)
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
### Features
|
|
1648
|
-
|
|
1649
|
-
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1650
|
-
* node-http-handler set default keep-alive to true ([#307](https://github.com/aws/aws-sdk-js-v3/issues/307)) ([d709e50](https://github.com/aws/aws-sdk-js-v3/commit/d709e50))
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
# 0.2.0 (2019-07-12)
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
### Features
|
|
1658
|
-
|
|
1659
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1660
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1661
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1662
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1663
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
# 0.1.0 (2019-04-19)
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
### Features
|
|
1671
|
-
|
|
1672
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@0.1.0-preview.4) (2019-07-12)
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
### Features
|
|
1682
|
-
|
|
1683
|
-
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1684
|
-
* make operation model accessible from commands ([#242](https://github.com/aws/aws-sdk-js-v3/issues/242)) ([8bf91e2](https://github.com/aws/aws-sdk-js-v3/commit/8bf91e2))
|
|
1685
|
-
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1686
|
-
* **s3-request-presigner:** provide a s3 request presigner ([#266](https://github.com/aws/aws-sdk-js-v3/issues/266)) ([3f00b99](https://github.com/aws/aws-sdk-js-v3/commit/3f00b99))
|
|
1687
|
-
* **util-create-request:** create request package ([#257](https://github.com/aws/aws-sdk-js-v3/issues/257)) ([9855d49](https://github.com/aws/aws-sdk-js-v3/commit/9855d49))
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
# 0.1.0 (2019-04-19)
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
### Features
|
|
1695
|
-
|
|
1696
|
-
* timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.2...@aws-sdk/types@0.1.0-preview.3) (2019-04-19)
|
|
1703
|
-
|
|
1704
|
-
### Features
|
|
1705
|
-
|
|
1706
|
-
- timestamp serializing and de-serializing ([#216](https://github.com/aws/aws-sdk-js-v3/issues/216)) ([0556c99](https://github.com/aws/aws-sdk-js-v3/commit/0556c99))
|
|
1707
|
-
|
|
1708
|
-
# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/types@0.1.0-preview.1...@aws-sdk/types@0.1.0-preview.2) (2019-03-27)
|
|
1709
|
-
|
|
1710
|
-
### Bug Fixes
|
|
1711
|
-
|
|
1712
|
-
- generate model metadata xmlNamespace properly ([#197](https://github.com/aws/aws-sdk-js-v3/issues/197)) ([f2aa325](https://github.com/aws/aws-sdk-js-v3/commit/f2aa325))
|