serverless-spy 0.0.42 → 0.0.44
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/.eslintignore +9 -0
- package/.jsii +17 -18
- package/Gemfile +6 -0
- package/Gemfile.lock +271 -0
- package/LICENSE +352 -201
- package/README.md +11 -1
- package/_config.yml +35 -0
- package/_layouts/default.html +36 -0
- package/_layouts/home.html +8 -0
- package/cli/package.json +1 -1
- package/dist/releasetag.txt +1 -1
- package/lib/cli/package.json +1 -1
- 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/logo/full_logo.svg +16 -16
- package/logo/full_logo_white.svg +25 -0
- 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/spawn-sync/node_modules/safe-buffer/LICENSE +21 -0
- 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/tabtab/node_modules/safe-buffer/LICENSE +21 -0
- 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/winston/node_modules/colors/lib/custom/zalgo.js +104 -0
- package/node_modules/winston/node_modules/colors/lib/extendStringPrototype.js +118 -0
- package/node_modules/winston/node_modules/colors/lib/index.js +12 -0
- package/node_modules/winston/node_modules/colors/lib/maps/america.js +12 -0
- package/node_modules/winston/node_modules/colors/lib/maps/rainbow.js +13 -0
- 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/winston/node_modules/colors/lib/styles.js +77 -0
- package/node_modules/winston/node_modules/colors/lib/system/supports-colors.js +61 -0
- 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/winston/node_modules/colors/themes/generic-logging.js +12 -0
- package/notes.txt +3 -0
- package/package.json +24 -28
- 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/index.js +0 -13
- package/node_modules/cli-table3/node_modules/colors/lib/maps/america.js +0 -10
- package/node_modules/cli-table3/node_modules/colors/lib/maps/rainbow.js +0 -12
- 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/styles.js +0 -95
- 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/cli-table3/node_modules/colors/themes/generic-logging.js +0 -12
- 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/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/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/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/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/custom/zalgo.js +0 -110
- 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/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,4789 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
import { Readable } from "stream";
|
|
4
|
-
/**
|
|
5
|
-
* <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
|
|
6
|
-
*/
|
|
7
|
-
export interface AccountLimit {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The amount of storage space that you can use for all deployment packages and layer archives.</p>
|
|
10
|
-
*/
|
|
11
|
-
TotalCodeSize?: number;
|
|
12
|
-
/**
|
|
13
|
-
* <p>The maximum size of a function's deployment package and layers when they're extracted.</p>
|
|
14
|
-
*/
|
|
15
|
-
CodeSizeUnzipped?: number;
|
|
16
|
-
/**
|
|
17
|
-
* <p>The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger
|
|
18
|
-
* files.</p>
|
|
19
|
-
*/
|
|
20
|
-
CodeSizeZipped?: number;
|
|
21
|
-
/**
|
|
22
|
-
* <p>The maximum number of simultaneous function executions.</p>
|
|
23
|
-
*/
|
|
24
|
-
ConcurrentExecutions?: number;
|
|
25
|
-
/**
|
|
26
|
-
* <p>The maximum number of simultaneous function executions, minus the capacity that's reserved for individual
|
|
27
|
-
* functions with <a>PutFunctionConcurrency</a>.</p>
|
|
28
|
-
*/
|
|
29
|
-
UnreservedConcurrentExecutions?: number;
|
|
30
|
-
}
|
|
31
|
-
export declare namespace AccountLimit {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
const filterSensitiveLog: (obj: AccountLimit) => any;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* <p>The number of functions and amount of storage in use.</p>
|
|
39
|
-
*/
|
|
40
|
-
export interface AccountUsage {
|
|
41
|
-
/**
|
|
42
|
-
* <p>The amount of storage space, in bytes, that's being used by deployment packages and layer archives.</p>
|
|
43
|
-
*/
|
|
44
|
-
TotalCodeSize?: number;
|
|
45
|
-
/**
|
|
46
|
-
* <p>The number of Lambda functions.</p>
|
|
47
|
-
*/
|
|
48
|
-
FunctionCount?: number;
|
|
49
|
-
}
|
|
50
|
-
export declare namespace AccountUsage {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
|
-
const filterSensitiveLog: (obj: AccountUsage) => any;
|
|
55
|
-
}
|
|
56
|
-
export interface AddLayerVersionPermissionRequest {
|
|
57
|
-
/**
|
|
58
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
59
|
-
*/
|
|
60
|
-
LayerName: string | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* <p>The version number.</p>
|
|
63
|
-
*/
|
|
64
|
-
VersionNumber: number | undefined;
|
|
65
|
-
/**
|
|
66
|
-
* <p>An identifier that distinguishes the policy from others on the same layer version.</p>
|
|
67
|
-
*/
|
|
68
|
-
StatementId: string | undefined;
|
|
69
|
-
/**
|
|
70
|
-
* <p>The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>.</p>
|
|
71
|
-
*/
|
|
72
|
-
Action: string | undefined;
|
|
73
|
-
/**
|
|
74
|
-
* <p>An account ID, or <code>*</code> to grant layer usage permission to all
|
|
75
|
-
* accounts in an organization, or all Amazon Web Services accounts (if <code>organizationId</code> is not specified).
|
|
76
|
-
* For the last case, make sure that you really do want all Amazon Web Services accounts to have usage permission to this layer.
|
|
77
|
-
* </p>
|
|
78
|
-
*/
|
|
79
|
-
Principal: string | undefined;
|
|
80
|
-
/**
|
|
81
|
-
* <p>With the principal set to <code>*</code>, grant permission to all accounts in the specified
|
|
82
|
-
* organization.</p>
|
|
83
|
-
*/
|
|
84
|
-
OrganizationId?: string;
|
|
85
|
-
/**
|
|
86
|
-
* <p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
|
|
87
|
-
* policy that has changed since you last read it.</p>
|
|
88
|
-
*/
|
|
89
|
-
RevisionId?: string;
|
|
90
|
-
}
|
|
91
|
-
export declare namespace AddLayerVersionPermissionRequest {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
const filterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
|
|
96
|
-
}
|
|
97
|
-
export interface AddLayerVersionPermissionResponse {
|
|
98
|
-
/**
|
|
99
|
-
* <p>The permission statement.</p>
|
|
100
|
-
*/
|
|
101
|
-
Statement?: string;
|
|
102
|
-
/**
|
|
103
|
-
* <p>A unique identifier for the current revision of the policy.</p>
|
|
104
|
-
*/
|
|
105
|
-
RevisionId?: string;
|
|
106
|
-
}
|
|
107
|
-
export declare namespace AddLayerVersionPermissionResponse {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
const filterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
|
|
112
|
-
}
|
|
113
|
-
/**
|
|
114
|
-
* <p>One of the parameters in the request is invalid.</p>
|
|
115
|
-
*/
|
|
116
|
-
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
117
|
-
name: "InvalidParameterValueException";
|
|
118
|
-
$fault: "client";
|
|
119
|
-
/**
|
|
120
|
-
* <p>The exception type.</p>
|
|
121
|
-
*/
|
|
122
|
-
Type?: string;
|
|
123
|
-
/**
|
|
124
|
-
* <p>The exception message.</p>
|
|
125
|
-
*/
|
|
126
|
-
message?: string;
|
|
127
|
-
}
|
|
128
|
-
export declare namespace InvalidParameterValueException {
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* <p>The permissions policy for the resource is too large. <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Learn more</a>
|
|
136
|
-
* </p>
|
|
137
|
-
*/
|
|
138
|
-
export interface PolicyLengthExceededException extends __SmithyException, $MetadataBearer {
|
|
139
|
-
name: "PolicyLengthExceededException";
|
|
140
|
-
$fault: "client";
|
|
141
|
-
Type?: string;
|
|
142
|
-
message?: string;
|
|
143
|
-
}
|
|
144
|
-
export declare namespace PolicyLengthExceededException {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* <p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
|
|
152
|
-
* <code>GetFunction</code> or the <code>GetAlias</code> API to retrieve the latest RevisionId for your
|
|
153
|
-
* resource.</p>
|
|
154
|
-
*/
|
|
155
|
-
export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
|
|
156
|
-
name: "PreconditionFailedException";
|
|
157
|
-
$fault: "client";
|
|
158
|
-
/**
|
|
159
|
-
* <p>The exception type.</p>
|
|
160
|
-
*/
|
|
161
|
-
Type?: string;
|
|
162
|
-
/**
|
|
163
|
-
* <p>The exception message.</p>
|
|
164
|
-
*/
|
|
165
|
-
message?: string;
|
|
166
|
-
}
|
|
167
|
-
export declare namespace PreconditionFailedException {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
const filterSensitiveLog: (obj: PreconditionFailedException) => any;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* <p>The resource already exists, or another operation is in progress.</p>
|
|
175
|
-
*/
|
|
176
|
-
export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
|
|
177
|
-
name: "ResourceConflictException";
|
|
178
|
-
$fault: "client";
|
|
179
|
-
/**
|
|
180
|
-
* <p>The exception type.</p>
|
|
181
|
-
*/
|
|
182
|
-
Type?: string;
|
|
183
|
-
/**
|
|
184
|
-
* <p>The exception message.</p>
|
|
185
|
-
*/
|
|
186
|
-
message?: string;
|
|
187
|
-
}
|
|
188
|
-
export declare namespace ResourceConflictException {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
const filterSensitiveLog: (obj: ResourceConflictException) => any;
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* <p>The resource specified in the request does not exist.</p>
|
|
196
|
-
*/
|
|
197
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
198
|
-
name: "ResourceNotFoundException";
|
|
199
|
-
$fault: "client";
|
|
200
|
-
Type?: string;
|
|
201
|
-
Message?: string;
|
|
202
|
-
}
|
|
203
|
-
export declare namespace ResourceNotFoundException {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
208
|
-
}
|
|
209
|
-
/**
|
|
210
|
-
* <p>The Lambda service encountered an internal error.</p>
|
|
211
|
-
*/
|
|
212
|
-
export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
213
|
-
name: "ServiceException";
|
|
214
|
-
$fault: "server";
|
|
215
|
-
Type?: string;
|
|
216
|
-
Message?: string;
|
|
217
|
-
}
|
|
218
|
-
export declare namespace ServiceException {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
const filterSensitiveLog: (obj: ServiceException) => any;
|
|
223
|
-
}
|
|
224
|
-
export declare enum ThrottleReason {
|
|
225
|
-
CallerRateLimitExceeded = "CallerRateLimitExceeded",
|
|
226
|
-
ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
|
|
227
|
-
FunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded",
|
|
228
|
-
ReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded",
|
|
229
|
-
ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded"
|
|
230
|
-
}
|
|
231
|
-
/**
|
|
232
|
-
* <p>The request throughput limit was exceeded.</p>
|
|
233
|
-
*/
|
|
234
|
-
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
235
|
-
name: "TooManyRequestsException";
|
|
236
|
-
$fault: "client";
|
|
237
|
-
/**
|
|
238
|
-
* <p>The number of seconds the caller should wait before retrying.</p>
|
|
239
|
-
*/
|
|
240
|
-
retryAfterSeconds?: string;
|
|
241
|
-
Type?: string;
|
|
242
|
-
message?: string;
|
|
243
|
-
Reason?: ThrottleReason | string;
|
|
244
|
-
}
|
|
245
|
-
export declare namespace TooManyRequestsException {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
250
|
-
}
|
|
251
|
-
export interface AddPermissionRequest {
|
|
252
|
-
/**
|
|
253
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
254
|
-
* <p class="title">
|
|
255
|
-
* <b>Name formats</b>
|
|
256
|
-
* </p>
|
|
257
|
-
* <ul>
|
|
258
|
-
* <li>
|
|
259
|
-
* <p>
|
|
260
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
261
|
-
* </li>
|
|
262
|
-
* <li>
|
|
263
|
-
* <p>
|
|
264
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
265
|
-
* </li>
|
|
266
|
-
* <li>
|
|
267
|
-
* <p>
|
|
268
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
269
|
-
* </li>
|
|
270
|
-
* </ul>
|
|
271
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
272
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
273
|
-
*/
|
|
274
|
-
FunctionName: string | undefined;
|
|
275
|
-
/**
|
|
276
|
-
* <p>A statement identifier that differentiates the statement from others in the same policy.</p>
|
|
277
|
-
*/
|
|
278
|
-
StatementId: string | undefined;
|
|
279
|
-
/**
|
|
280
|
-
* <p>The action that the principal can use on the function. For example, <code>lambda:InvokeFunction</code> or
|
|
281
|
-
* <code>lambda:GetFunction</code>.</p>
|
|
282
|
-
*/
|
|
283
|
-
Action: string | undefined;
|
|
284
|
-
/**
|
|
285
|
-
* <p>The Amazon Web Services service or account that invokes the function. If you specify a service, use <code>SourceArn</code> or
|
|
286
|
-
* <code>SourceAccount</code> to limit who can invoke the function through that service.</p>
|
|
287
|
-
*/
|
|
288
|
-
Principal: string | undefined;
|
|
289
|
-
/**
|
|
290
|
-
* <p>For Amazon Web Services services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or
|
|
291
|
-
* Amazon SNS topic.</p>
|
|
292
|
-
* <p>Note that Lambda configures the comparison using the <code>StringLike</code> operator.</p>
|
|
293
|
-
*/
|
|
294
|
-
SourceArn?: string;
|
|
295
|
-
/**
|
|
296
|
-
* <p>For Amazon S3, the ID of the account that owns the resource. Use this together with <code>SourceArn</code> to
|
|
297
|
-
* ensure that the resource is owned by the specified account. It is possible for an Amazon S3 bucket to be deleted
|
|
298
|
-
* by its owner and recreated by another account.</p>
|
|
299
|
-
*/
|
|
300
|
-
SourceAccount?: string;
|
|
301
|
-
/**
|
|
302
|
-
* <p>For Alexa Smart Home functions, a token that must be supplied by the invoker.</p>
|
|
303
|
-
*/
|
|
304
|
-
EventSourceToken?: string;
|
|
305
|
-
/**
|
|
306
|
-
* <p>Specify a version or alias to add permissions to a published version of the function.</p>
|
|
307
|
-
*/
|
|
308
|
-
Qualifier?: string;
|
|
309
|
-
/**
|
|
310
|
-
* <p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a
|
|
311
|
-
* policy that has changed since you last read it.</p>
|
|
312
|
-
*/
|
|
313
|
-
RevisionId?: string;
|
|
314
|
-
}
|
|
315
|
-
export declare namespace AddPermissionRequest {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
const filterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
320
|
-
}
|
|
321
|
-
export interface AddPermissionResponse {
|
|
322
|
-
/**
|
|
323
|
-
* <p>The permission statement that's added to the function policy.</p>
|
|
324
|
-
*/
|
|
325
|
-
Statement?: string;
|
|
326
|
-
}
|
|
327
|
-
export declare namespace AddPermissionResponse {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: AddPermissionResponse) => any;
|
|
332
|
-
}
|
|
333
|
-
/**
|
|
334
|
-
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">traffic-shifting</a> configuration of a Lambda function alias.</p>
|
|
335
|
-
*/
|
|
336
|
-
export interface AliasRoutingConfiguration {
|
|
337
|
-
/**
|
|
338
|
-
* <p>The second version, and the percentage of traffic that's routed to it.</p>
|
|
339
|
-
*/
|
|
340
|
-
AdditionalVersionWeights?: {
|
|
341
|
-
[key: string]: number;
|
|
342
|
-
};
|
|
343
|
-
}
|
|
344
|
-
export declare namespace AliasRoutingConfiguration {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* <p>Provides configuration information about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
|
|
352
|
-
*/
|
|
353
|
-
export interface AliasConfiguration {
|
|
354
|
-
/**
|
|
355
|
-
* <p>The Amazon Resource Name (ARN) of the alias.</p>
|
|
356
|
-
*/
|
|
357
|
-
AliasArn?: string;
|
|
358
|
-
/**
|
|
359
|
-
* <p>The name of the alias.</p>
|
|
360
|
-
*/
|
|
361
|
-
Name?: string;
|
|
362
|
-
/**
|
|
363
|
-
* <p>The function version that the alias invokes.</p>
|
|
364
|
-
*/
|
|
365
|
-
FunctionVersion?: string;
|
|
366
|
-
/**
|
|
367
|
-
* <p>A description of the alias.</p>
|
|
368
|
-
*/
|
|
369
|
-
Description?: string;
|
|
370
|
-
/**
|
|
371
|
-
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">routing
|
|
372
|
-
* configuration</a> of the alias.</p>
|
|
373
|
-
*/
|
|
374
|
-
RoutingConfig?: AliasRoutingConfiguration;
|
|
375
|
-
/**
|
|
376
|
-
* <p>A unique identifier that changes when you update the alias.</p>
|
|
377
|
-
*/
|
|
378
|
-
RevisionId?: string;
|
|
379
|
-
}
|
|
380
|
-
export declare namespace AliasConfiguration {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
const filterSensitiveLog: (obj: AliasConfiguration) => any;
|
|
385
|
-
}
|
|
386
|
-
/**
|
|
387
|
-
* <p>List of signing profiles that can sign a code package. </p>
|
|
388
|
-
*/
|
|
389
|
-
export interface AllowedPublishers {
|
|
390
|
-
/**
|
|
391
|
-
* <p>The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user
|
|
392
|
-
* who can sign a code package. </p>
|
|
393
|
-
*/
|
|
394
|
-
SigningProfileVersionArns: string[] | undefined;
|
|
395
|
-
}
|
|
396
|
-
export declare namespace AllowedPublishers {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
|
-
const filterSensitiveLog: (obj: AllowedPublishers) => any;
|
|
401
|
-
}
|
|
402
|
-
export declare enum Architecture {
|
|
403
|
-
arm64 = "arm64",
|
|
404
|
-
x86_64 = "x86_64"
|
|
405
|
-
}
|
|
406
|
-
export interface CreateAliasRequest {
|
|
407
|
-
/**
|
|
408
|
-
* <p>The name of the Lambda function.</p>
|
|
409
|
-
* <p class="title">
|
|
410
|
-
* <b>Name formats</b>
|
|
411
|
-
* </p>
|
|
412
|
-
* <ul>
|
|
413
|
-
* <li>
|
|
414
|
-
* <p>
|
|
415
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
416
|
-
* </li>
|
|
417
|
-
* <li>
|
|
418
|
-
* <p>
|
|
419
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
420
|
-
* </li>
|
|
421
|
-
* <li>
|
|
422
|
-
* <p>
|
|
423
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
424
|
-
* </li>
|
|
425
|
-
* </ul>
|
|
426
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
427
|
-
* characters in length.</p>
|
|
428
|
-
*/
|
|
429
|
-
FunctionName: string | undefined;
|
|
430
|
-
/**
|
|
431
|
-
* <p>The name of the alias.</p>
|
|
432
|
-
*/
|
|
433
|
-
Name: string | undefined;
|
|
434
|
-
/**
|
|
435
|
-
* <p>The function version that the alias invokes.</p>
|
|
436
|
-
*/
|
|
437
|
-
FunctionVersion: string | undefined;
|
|
438
|
-
/**
|
|
439
|
-
* <p>A description of the alias.</p>
|
|
440
|
-
*/
|
|
441
|
-
Description?: string;
|
|
442
|
-
/**
|
|
443
|
-
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing">routing
|
|
444
|
-
* configuration</a> of the alias.</p>
|
|
445
|
-
*/
|
|
446
|
-
RoutingConfig?: AliasRoutingConfiguration;
|
|
447
|
-
}
|
|
448
|
-
export declare namespace CreateAliasRequest {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
const filterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
453
|
-
}
|
|
454
|
-
export declare enum CodeSigningPolicy {
|
|
455
|
-
Enforce = "Enforce",
|
|
456
|
-
Warn = "Warn"
|
|
457
|
-
}
|
|
458
|
-
/**
|
|
459
|
-
* <p>Code signing configuration <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies">policies</a> specify the validation failure action for signature mismatch or
|
|
460
|
-
* expiry.</p>
|
|
461
|
-
*/
|
|
462
|
-
export interface CodeSigningPolicies {
|
|
463
|
-
/**
|
|
464
|
-
* <p>Code signing configuration policy for deployment validation failure. If you set the policy to
|
|
465
|
-
* <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the
|
|
466
|
-
* policy to <code>Warn</code>, Lambda allows the deployment and creates a CloudWatch log. </p>
|
|
467
|
-
* <p>Default value: <code>Warn</code>
|
|
468
|
-
* </p>
|
|
469
|
-
*/
|
|
470
|
-
UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
|
|
471
|
-
}
|
|
472
|
-
export declare namespace CodeSigningPolicies {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
const filterSensitiveLog: (obj: CodeSigningPolicies) => any;
|
|
477
|
-
}
|
|
478
|
-
export interface CreateCodeSigningConfigRequest {
|
|
479
|
-
/**
|
|
480
|
-
* <p>Descriptive name for this code signing configuration.</p>
|
|
481
|
-
*/
|
|
482
|
-
Description?: string;
|
|
483
|
-
/**
|
|
484
|
-
* <p>Signing profiles for this code signing configuration.</p>
|
|
485
|
-
*/
|
|
486
|
-
AllowedPublishers: AllowedPublishers | undefined;
|
|
487
|
-
/**
|
|
488
|
-
* <p>The code signing policies define the actions to take if the validation checks fail. </p>
|
|
489
|
-
*/
|
|
490
|
-
CodeSigningPolicies?: CodeSigningPolicies;
|
|
491
|
-
}
|
|
492
|
-
export declare namespace CreateCodeSigningConfigRequest {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
const filterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
|
|
497
|
-
}
|
|
498
|
-
/**
|
|
499
|
-
* <p>Details about a <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Code signing configuration</a>. </p>
|
|
500
|
-
*/
|
|
501
|
-
export interface CodeSigningConfig {
|
|
502
|
-
/**
|
|
503
|
-
* <p>Unique identifer for the Code signing configuration.</p>
|
|
504
|
-
*/
|
|
505
|
-
CodeSigningConfigId: string | undefined;
|
|
506
|
-
/**
|
|
507
|
-
* <p>The Amazon Resource Name (ARN) of the Code signing configuration.</p>
|
|
508
|
-
*/
|
|
509
|
-
CodeSigningConfigArn: string | undefined;
|
|
510
|
-
/**
|
|
511
|
-
* <p>Code signing configuration description.</p>
|
|
512
|
-
*/
|
|
513
|
-
Description?: string;
|
|
514
|
-
/**
|
|
515
|
-
* <p>List of allowed publishers.</p>
|
|
516
|
-
*/
|
|
517
|
-
AllowedPublishers: AllowedPublishers | undefined;
|
|
518
|
-
/**
|
|
519
|
-
* <p>The code signing policy controls the validation failure action for signature mismatch or expiry.</p>
|
|
520
|
-
*/
|
|
521
|
-
CodeSigningPolicies: CodeSigningPolicies | undefined;
|
|
522
|
-
/**
|
|
523
|
-
* <p>The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). </p>
|
|
524
|
-
*/
|
|
525
|
-
LastModified: string | undefined;
|
|
526
|
-
}
|
|
527
|
-
export declare namespace CodeSigningConfig {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
|
-
const filterSensitiveLog: (obj: CodeSigningConfig) => any;
|
|
532
|
-
}
|
|
533
|
-
export interface CreateCodeSigningConfigResponse {
|
|
534
|
-
/**
|
|
535
|
-
* <p>The code signing configuration.</p>
|
|
536
|
-
*/
|
|
537
|
-
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
538
|
-
}
|
|
539
|
-
export declare namespace CreateCodeSigningConfigResponse {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
|
-
const filterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
|
|
544
|
-
}
|
|
545
|
-
/**
|
|
546
|
-
* <p>A destination for events that failed processing.</p>
|
|
547
|
-
*/
|
|
548
|
-
export interface OnFailure {
|
|
549
|
-
/**
|
|
550
|
-
* <p>The Amazon Resource Name (ARN) of the destination resource.</p>
|
|
551
|
-
*/
|
|
552
|
-
Destination?: string;
|
|
553
|
-
}
|
|
554
|
-
export declare namespace OnFailure {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: OnFailure) => any;
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* <p>A destination for events that were processed successfully.</p>
|
|
562
|
-
*/
|
|
563
|
-
export interface OnSuccess {
|
|
564
|
-
/**
|
|
565
|
-
* <p>The Amazon Resource Name (ARN) of the destination resource.</p>
|
|
566
|
-
*/
|
|
567
|
-
Destination?: string;
|
|
568
|
-
}
|
|
569
|
-
export declare namespace OnSuccess {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
|
-
const filterSensitiveLog: (obj: OnSuccess) => any;
|
|
574
|
-
}
|
|
575
|
-
/**
|
|
576
|
-
* <p>A configuration object that specifies the destination of an event after Lambda processes it.</p>
|
|
577
|
-
*/
|
|
578
|
-
export interface DestinationConfig {
|
|
579
|
-
/**
|
|
580
|
-
* <p>The destination configuration for successful invocations.</p>
|
|
581
|
-
*/
|
|
582
|
-
OnSuccess?: OnSuccess;
|
|
583
|
-
/**
|
|
584
|
-
* <p>The destination configuration for failed invocations.</p>
|
|
585
|
-
*/
|
|
586
|
-
OnFailure?: OnFailure;
|
|
587
|
-
}
|
|
588
|
-
export declare namespace DestinationConfig {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
|
-
const filterSensitiveLog: (obj: DestinationConfig) => any;
|
|
593
|
-
}
|
|
594
|
-
/**
|
|
595
|
-
* <p>
|
|
596
|
-
* A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern.
|
|
597
|
-
* </p>
|
|
598
|
-
*/
|
|
599
|
-
export interface Filter {
|
|
600
|
-
/**
|
|
601
|
-
* <p>
|
|
602
|
-
* A filter pattern. For more information on the syntax of a filter pattern, see
|
|
603
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax">
|
|
604
|
-
* Filter rule syntax</a>.
|
|
605
|
-
* </p>
|
|
606
|
-
*/
|
|
607
|
-
Pattern?: string;
|
|
608
|
-
}
|
|
609
|
-
export declare namespace Filter {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
614
|
-
}
|
|
615
|
-
/**
|
|
616
|
-
* <p>
|
|
617
|
-
* An object that contains the filters for an event source.
|
|
618
|
-
* </p>
|
|
619
|
-
*/
|
|
620
|
-
export interface FilterCriteria {
|
|
621
|
-
/**
|
|
622
|
-
* <p>
|
|
623
|
-
* A list of filters.
|
|
624
|
-
* </p>
|
|
625
|
-
*/
|
|
626
|
-
Filters?: Filter[];
|
|
627
|
-
}
|
|
628
|
-
export declare namespace FilterCriteria {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: FilterCriteria) => any;
|
|
633
|
-
}
|
|
634
|
-
export declare enum FunctionResponseType {
|
|
635
|
-
ReportBatchItemFailures = "ReportBatchItemFailures"
|
|
636
|
-
}
|
|
637
|
-
export declare enum EndPointType {
|
|
638
|
-
KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS"
|
|
639
|
-
}
|
|
640
|
-
/**
|
|
641
|
-
* <p>The self-managed Apache Kafka cluster for your event source.</p>
|
|
642
|
-
*/
|
|
643
|
-
export interface SelfManagedEventSource {
|
|
644
|
-
/**
|
|
645
|
-
* <p>The list of bootstrap servers for your Kafka brokers in the following format: <code>"KAFKA_BOOTSTRAP_SERVERS":
|
|
646
|
-
* ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]</code>.</p>
|
|
647
|
-
*/
|
|
648
|
-
Endpoints?: {
|
|
649
|
-
[key: string]: string[];
|
|
650
|
-
};
|
|
651
|
-
}
|
|
652
|
-
export declare namespace SelfManagedEventSource {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
const filterSensitiveLog: (obj: SelfManagedEventSource) => any;
|
|
657
|
-
}
|
|
658
|
-
export declare enum SourceAccessType {
|
|
659
|
-
BASIC_AUTH = "BASIC_AUTH",
|
|
660
|
-
CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
|
|
661
|
-
SASL_SCRAM_256_AUTH = "SASL_SCRAM_256_AUTH",
|
|
662
|
-
SASL_SCRAM_512_AUTH = "SASL_SCRAM_512_AUTH",
|
|
663
|
-
SERVER_ROOT_CA_CERTIFICATE = "SERVER_ROOT_CA_CERTIFICATE",
|
|
664
|
-
VIRTUAL_HOST = "VIRTUAL_HOST",
|
|
665
|
-
VPC_SECURITY_GROUP = "VPC_SECURITY_GROUP",
|
|
666
|
-
VPC_SUBNET = "VPC_SUBNET"
|
|
667
|
-
}
|
|
668
|
-
/**
|
|
669
|
-
* <p>To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.</p>
|
|
670
|
-
*/
|
|
671
|
-
export interface SourceAccessConfiguration {
|
|
672
|
-
/**
|
|
673
|
-
* <p>The type of authentication protocol, VPC components, or virtual host for your event source. For example: <code>"Type":"SASL_SCRAM_512_AUTH"</code>.</p>
|
|
674
|
-
* <ul>
|
|
675
|
-
* <li>
|
|
676
|
-
* <p>
|
|
677
|
-
* <code>BASIC_AUTH</code> - (Amazon MQ) The Secrets Manager secret that stores your broker credentials.</p>
|
|
678
|
-
* </li>
|
|
679
|
-
* <li>
|
|
680
|
-
* <p>
|
|
681
|
-
* <code>BASIC_AUTH</code> - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers.</p>
|
|
682
|
-
* </li>
|
|
683
|
-
* <li>
|
|
684
|
-
* <p>
|
|
685
|
-
* <code>VPC_SUBNET</code> - The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster.</p>
|
|
686
|
-
* </li>
|
|
687
|
-
* <li>
|
|
688
|
-
* <p>
|
|
689
|
-
* <code>VPC_SECURITY_GROUP</code> - The VPC security group used to manage access to your self-managed Apache Kafka brokers.</p>
|
|
690
|
-
* </li>
|
|
691
|
-
* <li>
|
|
692
|
-
* <p>
|
|
693
|
-
* <code>SASL_SCRAM_256_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers.</p>
|
|
694
|
-
* </li>
|
|
695
|
-
* <li>
|
|
696
|
-
* <p>
|
|
697
|
-
* <code>SASL_SCRAM_512_AUTH</code> - The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers.</p>
|
|
698
|
-
* </li>
|
|
699
|
-
* <li>
|
|
700
|
-
* <p>
|
|
701
|
-
* <code>VIRTUAL_HOST</code> - (Amazon MQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source.
|
|
702
|
-
* This property cannot be specified in an UpdateEventSourceMapping API call.</p>
|
|
703
|
-
* </li>
|
|
704
|
-
* <li>
|
|
705
|
-
* <p>
|
|
706
|
-
* <code>CLIENT_CERTIFICATE_TLS_AUTH</code> - (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM),
|
|
707
|
-
* private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers.</p>
|
|
708
|
-
* </li>
|
|
709
|
-
* <li>
|
|
710
|
-
* <p>
|
|
711
|
-
* <code>SERVER_ROOT_CA_CERTIFICATE</code> - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
|
|
712
|
-
* </p>
|
|
713
|
-
* </li>
|
|
714
|
-
* </ul>
|
|
715
|
-
*/
|
|
716
|
-
Type?: SourceAccessType | string;
|
|
717
|
-
/**
|
|
718
|
-
* <p>The value for your chosen configuration in <code>Type</code>. For example: <code>"URI": "arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName"</code>.</p>
|
|
719
|
-
*/
|
|
720
|
-
URI?: string;
|
|
721
|
-
}
|
|
722
|
-
export declare namespace SourceAccessConfiguration {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
|
-
const filterSensitiveLog: (obj: SourceAccessConfiguration) => any;
|
|
727
|
-
}
|
|
728
|
-
export declare enum EventSourcePosition {
|
|
729
|
-
AT_TIMESTAMP = "AT_TIMESTAMP",
|
|
730
|
-
LATEST = "LATEST",
|
|
731
|
-
TRIM_HORIZON = "TRIM_HORIZON"
|
|
732
|
-
}
|
|
733
|
-
export interface CreateEventSourceMappingRequest {
|
|
734
|
-
/**
|
|
735
|
-
* <p>The Amazon Resource Name (ARN) of the event source.</p>
|
|
736
|
-
* <ul>
|
|
737
|
-
* <li>
|
|
738
|
-
* <p>
|
|
739
|
-
* <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>
|
|
740
|
-
* </li>
|
|
741
|
-
* <li>
|
|
742
|
-
* <p>
|
|
743
|
-
* <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>
|
|
744
|
-
* </li>
|
|
745
|
-
* <li>
|
|
746
|
-
* <p>
|
|
747
|
-
* <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>
|
|
748
|
-
* </li>
|
|
749
|
-
* <li>
|
|
750
|
-
* <p>
|
|
751
|
-
* <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>
|
|
752
|
-
* </li>
|
|
753
|
-
* </ul>
|
|
754
|
-
*/
|
|
755
|
-
EventSourceArn?: string;
|
|
756
|
-
/**
|
|
757
|
-
* <p>The name of the Lambda function.</p>
|
|
758
|
-
* <p class="title">
|
|
759
|
-
* <b>Name formats</b>
|
|
760
|
-
* </p>
|
|
761
|
-
* <ul>
|
|
762
|
-
* <li>
|
|
763
|
-
* <p>
|
|
764
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
765
|
-
* </li>
|
|
766
|
-
* <li>
|
|
767
|
-
* <p>
|
|
768
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
769
|
-
* </li>
|
|
770
|
-
* <li>
|
|
771
|
-
* <p>
|
|
772
|
-
* <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
|
|
773
|
-
* </li>
|
|
774
|
-
* <li>
|
|
775
|
-
* <p>
|
|
776
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
777
|
-
* </li>
|
|
778
|
-
* </ul>
|
|
779
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
|
|
780
|
-
* characters in length.</p>
|
|
781
|
-
*/
|
|
782
|
-
FunctionName: string | undefined;
|
|
783
|
-
/**
|
|
784
|
-
* <p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p>
|
|
785
|
-
* <p>Default: True</p>
|
|
786
|
-
*/
|
|
787
|
-
Enabled?: boolean;
|
|
788
|
-
/**
|
|
789
|
-
* <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation
|
|
790
|
-
* (6 MB).</p>
|
|
791
|
-
* <ul>
|
|
792
|
-
* <li>
|
|
793
|
-
* <p>
|
|
794
|
-
* <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>
|
|
795
|
-
* </li>
|
|
796
|
-
* <li>
|
|
797
|
-
* <p>
|
|
798
|
-
* <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>
|
|
799
|
-
* </li>
|
|
800
|
-
* <li>
|
|
801
|
-
* <p>
|
|
802
|
-
* <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>
|
|
803
|
-
* </li>
|
|
804
|
-
* <li>
|
|
805
|
-
* <p>
|
|
806
|
-
* <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>
|
|
807
|
-
* </li>
|
|
808
|
-
* <li>
|
|
809
|
-
* <p>
|
|
810
|
-
* <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>
|
|
811
|
-
* </li>
|
|
812
|
-
* <li>
|
|
813
|
-
* <p>
|
|
814
|
-
* <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> - Default 100. Max 10,000.</p>
|
|
815
|
-
* </li>
|
|
816
|
-
* </ul>
|
|
817
|
-
*/
|
|
818
|
-
BatchSize?: number;
|
|
819
|
-
/**
|
|
820
|
-
* <p>(Streams and Amazon SQS) An object that defines the filter criteria that
|
|
821
|
-
* determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
|
|
822
|
-
*/
|
|
823
|
-
FilterCriteria?: FilterCriteria;
|
|
824
|
-
/**
|
|
825
|
-
* <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
|
|
826
|
-
* <p>Default: 0</p>
|
|
827
|
-
* <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
|
|
828
|
-
*/
|
|
829
|
-
MaximumBatchingWindowInSeconds?: number;
|
|
830
|
-
/**
|
|
831
|
-
* <p>(Streams only) The number of batches to process from each shard concurrently.</p>
|
|
832
|
-
*/
|
|
833
|
-
ParallelizationFactor?: number;
|
|
834
|
-
/**
|
|
835
|
-
* <p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon
|
|
836
|
-
* MSK Streams sources. <code>AT_TIMESTAMP</code> is only supported for Amazon Kinesis streams.</p>
|
|
837
|
-
*/
|
|
838
|
-
StartingPosition?: EventSourcePosition | string;
|
|
839
|
-
/**
|
|
840
|
-
* <p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start
|
|
841
|
-
* reading.</p>
|
|
842
|
-
*/
|
|
843
|
-
StartingPositionTimestamp?: Date;
|
|
844
|
-
/**
|
|
845
|
-
* <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
|
|
846
|
-
*/
|
|
847
|
-
DestinationConfig?: DestinationConfig;
|
|
848
|
-
/**
|
|
849
|
-
* <p>(Streams only) Discard records older than the specified age. The default value is infinite (-1).</p>
|
|
850
|
-
*/
|
|
851
|
-
MaximumRecordAgeInSeconds?: number;
|
|
852
|
-
/**
|
|
853
|
-
* <p>(Streams only) If the function returns an error, split the batch in two and retry.</p>
|
|
854
|
-
*/
|
|
855
|
-
BisectBatchOnFunctionError?: boolean;
|
|
856
|
-
/**
|
|
857
|
-
* <p>(Streams only) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>
|
|
858
|
-
*/
|
|
859
|
-
MaximumRetryAttempts?: number;
|
|
860
|
-
/**
|
|
861
|
-
* <p>(Streams only) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>
|
|
862
|
-
*/
|
|
863
|
-
TumblingWindowInSeconds?: number;
|
|
864
|
-
/**
|
|
865
|
-
* <p>The name of the Kafka topic.</p>
|
|
866
|
-
*/
|
|
867
|
-
Topics?: string[];
|
|
868
|
-
/**
|
|
869
|
-
* <p> (MQ) The name of the Amazon MQ broker destination queue to consume. </p>
|
|
870
|
-
*/
|
|
871
|
-
Queues?: string[];
|
|
872
|
-
/**
|
|
873
|
-
* <p>An array of authentication protocols or VPC components required to secure your event source.</p>
|
|
874
|
-
*/
|
|
875
|
-
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
876
|
-
/**
|
|
877
|
-
* <p>The Self-Managed Apache Kafka cluster to send records.</p>
|
|
878
|
-
*/
|
|
879
|
-
SelfManagedEventSource?: SelfManagedEventSource;
|
|
880
|
-
/**
|
|
881
|
-
* <p>(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>
|
|
882
|
-
*/
|
|
883
|
-
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
884
|
-
}
|
|
885
|
-
export declare namespace CreateEventSourceMappingRequest {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
|
-
const filterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
|
|
890
|
-
}
|
|
891
|
-
/**
|
|
892
|
-
* <p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>
|
|
893
|
-
*/
|
|
894
|
-
export interface EventSourceMappingConfiguration {
|
|
895
|
-
/**
|
|
896
|
-
* <p>The identifier of the event source mapping.</p>
|
|
897
|
-
*/
|
|
898
|
-
UUID?: string;
|
|
899
|
-
/**
|
|
900
|
-
* <p>The position in a stream from which to start reading. Required for Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources. <code>AT_TIMESTAMP</code> is supported only for Amazon Kinesis
|
|
901
|
-
* streams.</p>
|
|
902
|
-
*/
|
|
903
|
-
StartingPosition?: EventSourcePosition | string;
|
|
904
|
-
/**
|
|
905
|
-
* <p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start
|
|
906
|
-
* reading.</p>
|
|
907
|
-
*/
|
|
908
|
-
StartingPositionTimestamp?: Date;
|
|
909
|
-
/**
|
|
910
|
-
* <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).</p>
|
|
911
|
-
* <p>Default value: Varies by service. For Amazon SQS, the default is 10. For all other services, the default is 100.</p>
|
|
912
|
-
* <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
|
|
913
|
-
*/
|
|
914
|
-
BatchSize?: number;
|
|
915
|
-
/**
|
|
916
|
-
* <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
|
|
917
|
-
* <p>Default: 0</p>
|
|
918
|
-
* <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
|
|
919
|
-
*/
|
|
920
|
-
MaximumBatchingWindowInSeconds?: number;
|
|
921
|
-
/**
|
|
922
|
-
* <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
|
|
923
|
-
*/
|
|
924
|
-
ParallelizationFactor?: number;
|
|
925
|
-
/**
|
|
926
|
-
* <p>The Amazon Resource Name (ARN) of the event source.</p>
|
|
927
|
-
*/
|
|
928
|
-
EventSourceArn?: string;
|
|
929
|
-
/**
|
|
930
|
-
* <p>(Streams and Amazon SQS) An object that defines the filter criteria that
|
|
931
|
-
* determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
|
|
932
|
-
*/
|
|
933
|
-
FilterCriteria?: FilterCriteria;
|
|
934
|
-
/**
|
|
935
|
-
* <p>The ARN of the Lambda function.</p>
|
|
936
|
-
*/
|
|
937
|
-
FunctionArn?: string;
|
|
938
|
-
/**
|
|
939
|
-
* <p>The date that the event source mapping was last updated or that its state changed.</p>
|
|
940
|
-
*/
|
|
941
|
-
LastModified?: Date;
|
|
942
|
-
/**
|
|
943
|
-
* <p>The result of the last Lambda invocation of your function.</p>
|
|
944
|
-
*/
|
|
945
|
-
LastProcessingResult?: string;
|
|
946
|
-
/**
|
|
947
|
-
* <p>The state of the event source mapping. It can be one of the following: <code>Creating</code>,
|
|
948
|
-
* <code>Enabling</code>, <code>Enabled</code>, <code>Disabling</code>, <code>Disabled</code>,
|
|
949
|
-
* <code>Updating</code>, or <code>Deleting</code>.</p>
|
|
950
|
-
*/
|
|
951
|
-
State?: string;
|
|
952
|
-
/**
|
|
953
|
-
* <p>Indicates whether a user or Lambda made the last change to the event source mapping.</p>
|
|
954
|
-
*/
|
|
955
|
-
StateTransitionReason?: string;
|
|
956
|
-
/**
|
|
957
|
-
* <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
|
|
958
|
-
*/
|
|
959
|
-
DestinationConfig?: DestinationConfig;
|
|
960
|
-
/**
|
|
961
|
-
* <p>The name of the Kafka topic.</p>
|
|
962
|
-
*/
|
|
963
|
-
Topics?: string[];
|
|
964
|
-
/**
|
|
965
|
-
* <p> (Amazon MQ) The name of the Amazon MQ broker destination queue to consume.</p>
|
|
966
|
-
*/
|
|
967
|
-
Queues?: string[];
|
|
968
|
-
/**
|
|
969
|
-
* <p>An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.</p>
|
|
970
|
-
*/
|
|
971
|
-
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
972
|
-
/**
|
|
973
|
-
* <p>The self-managed Apache Kafka cluster for your event source.</p>
|
|
974
|
-
*/
|
|
975
|
-
SelfManagedEventSource?: SelfManagedEventSource;
|
|
976
|
-
/**
|
|
977
|
-
* <p>(Streams only) Discard records older than the specified age. The default value is -1,
|
|
978
|
-
* which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records. </p>
|
|
979
|
-
*/
|
|
980
|
-
MaximumRecordAgeInSeconds?: number;
|
|
981
|
-
/**
|
|
982
|
-
* <p>(Streams only) If the function returns an error, split the batch in two and retry. The default value is false.</p>
|
|
983
|
-
*/
|
|
984
|
-
BisectBatchOnFunctionError?: boolean;
|
|
985
|
-
/**
|
|
986
|
-
* <p>(Streams only) Discard records after the specified number of retries. The default value is -1,
|
|
987
|
-
* which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.</p>
|
|
988
|
-
*/
|
|
989
|
-
MaximumRetryAttempts?: number;
|
|
990
|
-
/**
|
|
991
|
-
* <p>(Streams only) The duration in seconds of a processing window. The range is 1–900 seconds.</p>
|
|
992
|
-
*/
|
|
993
|
-
TumblingWindowInSeconds?: number;
|
|
994
|
-
/**
|
|
995
|
-
* <p>(Streams only) A list of current response type enums applied to the event source mapping.</p>
|
|
996
|
-
*/
|
|
997
|
-
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
998
|
-
}
|
|
999
|
-
export declare namespace EventSourceMappingConfiguration {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
const filterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
|
|
1004
|
-
}
|
|
1005
|
-
/**
|
|
1006
|
-
* <p>The specified code signing configuration does not exist.</p>
|
|
1007
|
-
*/
|
|
1008
|
-
export interface CodeSigningConfigNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1009
|
-
name: "CodeSigningConfigNotFoundException";
|
|
1010
|
-
$fault: "client";
|
|
1011
|
-
Type?: string;
|
|
1012
|
-
Message?: string;
|
|
1013
|
-
}
|
|
1014
|
-
export declare namespace CodeSigningConfigNotFoundException {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
const filterSensitiveLog: (obj: CodeSigningConfigNotFoundException) => any;
|
|
1019
|
-
}
|
|
1020
|
-
/**
|
|
1021
|
-
* <p>You have exceeded your maximum total code size per account. <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Learn more</a>
|
|
1022
|
-
* </p>
|
|
1023
|
-
*/
|
|
1024
|
-
export interface CodeStorageExceededException extends __SmithyException, $MetadataBearer {
|
|
1025
|
-
name: "CodeStorageExceededException";
|
|
1026
|
-
$fault: "client";
|
|
1027
|
-
/**
|
|
1028
|
-
* <p>The exception type.</p>
|
|
1029
|
-
*/
|
|
1030
|
-
Type?: string;
|
|
1031
|
-
message?: string;
|
|
1032
|
-
}
|
|
1033
|
-
export declare namespace CodeStorageExceededException {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
|
-
const filterSensitiveLog: (obj: CodeStorageExceededException) => any;
|
|
1038
|
-
}
|
|
1039
|
-
/**
|
|
1040
|
-
* <p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy
|
|
1041
|
-
* is set to ENFORCE. Lambda blocks the deployment. </p>
|
|
1042
|
-
*/
|
|
1043
|
-
export interface CodeVerificationFailedException extends __SmithyException, $MetadataBearer {
|
|
1044
|
-
name: "CodeVerificationFailedException";
|
|
1045
|
-
$fault: "client";
|
|
1046
|
-
Type?: string;
|
|
1047
|
-
Message?: string;
|
|
1048
|
-
}
|
|
1049
|
-
export declare namespace CodeVerificationFailedException {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: CodeVerificationFailedException) => any;
|
|
1054
|
-
}
|
|
1055
|
-
/**
|
|
1056
|
-
* <p>The code for the Lambda function. You can specify either an object in Amazon S3, upload a .zip file archive deployment
|
|
1057
|
-
* package directly, or specify the URI of a container image.</p>
|
|
1058
|
-
*/
|
|
1059
|
-
export interface FunctionCode {
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
|
|
1062
|
-
* you.</p>
|
|
1063
|
-
*/
|
|
1064
|
-
ZipFile?: Uint8Array;
|
|
1065
|
-
/**
|
|
1066
|
-
* <p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
S3Bucket?: string;
|
|
1069
|
-
/**
|
|
1070
|
-
* <p>The Amazon S3 key of the deployment package.</p>
|
|
1071
|
-
*/
|
|
1072
|
-
S3Key?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* <p>For versioned objects, the version of the deployment package object to use.</p>
|
|
1075
|
-
*/
|
|
1076
|
-
S3ObjectVersion?: string;
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>URI of a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html">container image</a> in the Amazon ECR registry.</p>
|
|
1079
|
-
*/
|
|
1080
|
-
ImageUri?: string;
|
|
1081
|
-
}
|
|
1082
|
-
export declare namespace FunctionCode {
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
|
-
const filterSensitiveLog: (obj: FunctionCode) => any;
|
|
1087
|
-
}
|
|
1088
|
-
/**
|
|
1089
|
-
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">dead-letter queue</a> for
|
|
1090
|
-
* failed asynchronous invocations.</p>
|
|
1091
|
-
*/
|
|
1092
|
-
export interface DeadLetterConfig {
|
|
1093
|
-
/**
|
|
1094
|
-
* <p>The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>
|
|
1095
|
-
*/
|
|
1096
|
-
TargetArn?: string;
|
|
1097
|
-
}
|
|
1098
|
-
export declare namespace DeadLetterConfig {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
const filterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
1103
|
-
}
|
|
1104
|
-
/**
|
|
1105
|
-
* <p>A function's environment variable settings.
|
|
1106
|
-
* You can use environment variables to adjust your function's behavior without updating code.
|
|
1107
|
-
* An environment variable is a pair of strings that are stored in a function's version-specific configuration. </p>
|
|
1108
|
-
*/
|
|
1109
|
-
export interface Environment {
|
|
1110
|
-
/**
|
|
1111
|
-
* <p>Environment variable key-value pairs. For more information, see
|
|
1112
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html">Using Lambda environment variables</a>.</p>
|
|
1113
|
-
*/
|
|
1114
|
-
Variables?: {
|
|
1115
|
-
[key: string]: string;
|
|
1116
|
-
};
|
|
1117
|
-
}
|
|
1118
|
-
export declare namespace Environment {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
const filterSensitiveLog: (obj: Environment) => any;
|
|
1123
|
-
}
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>Details about the connection between a Lambda function and an
|
|
1126
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
|
|
1127
|
-
*/
|
|
1128
|
-
export interface FileSystemConfig {
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.</p>
|
|
1131
|
-
*/
|
|
1132
|
-
Arn: string | undefined;
|
|
1133
|
-
/**
|
|
1134
|
-
* <p>The path where the function can access the file system, starting with <code>/mnt/</code>.</p>
|
|
1135
|
-
*/
|
|
1136
|
-
LocalMountPath: string | undefined;
|
|
1137
|
-
}
|
|
1138
|
-
export declare namespace FileSystemConfig {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
const filterSensitiveLog: (obj: FileSystemConfig) => any;
|
|
1143
|
-
}
|
|
1144
|
-
/**
|
|
1145
|
-
* <p>Configuration values that override the container image Dockerfile settings. See
|
|
1146
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms">Container settings</a>. </p>
|
|
1147
|
-
*/
|
|
1148
|
-
export interface ImageConfig {
|
|
1149
|
-
/**
|
|
1150
|
-
* <p>Specifies the entry point to their application, which is typically the location of the runtime
|
|
1151
|
-
* executable.</p>
|
|
1152
|
-
*/
|
|
1153
|
-
EntryPoint?: string[];
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>Specifies parameters that you want to pass in with ENTRYPOINT. </p>
|
|
1156
|
-
*/
|
|
1157
|
-
Command?: string[];
|
|
1158
|
-
/**
|
|
1159
|
-
* <p>Specifies the working directory.</p>
|
|
1160
|
-
*/
|
|
1161
|
-
WorkingDirectory?: string;
|
|
1162
|
-
}
|
|
1163
|
-
export declare namespace ImageConfig {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: ImageConfig) => any;
|
|
1168
|
-
}
|
|
1169
|
-
export declare enum PackageType {
|
|
1170
|
-
Image = "Image",
|
|
1171
|
-
Zip = "Zip"
|
|
1172
|
-
}
|
|
1173
|
-
export declare enum Runtime {
|
|
1174
|
-
dotnetcore10 = "dotnetcore1.0",
|
|
1175
|
-
dotnetcore20 = "dotnetcore2.0",
|
|
1176
|
-
dotnetcore21 = "dotnetcore2.1",
|
|
1177
|
-
dotnetcore31 = "dotnetcore3.1",
|
|
1178
|
-
go1x = "go1.x",
|
|
1179
|
-
java11 = "java11",
|
|
1180
|
-
java8 = "java8",
|
|
1181
|
-
java8al2 = "java8.al2",
|
|
1182
|
-
nodejs = "nodejs",
|
|
1183
|
-
nodejs10x = "nodejs10.x",
|
|
1184
|
-
nodejs12x = "nodejs12.x",
|
|
1185
|
-
nodejs14x = "nodejs14.x",
|
|
1186
|
-
nodejs43 = "nodejs4.3",
|
|
1187
|
-
nodejs43edge = "nodejs4.3-edge",
|
|
1188
|
-
nodejs610 = "nodejs6.10",
|
|
1189
|
-
nodejs810 = "nodejs8.10",
|
|
1190
|
-
provided = "provided",
|
|
1191
|
-
providedal2 = "provided.al2",
|
|
1192
|
-
python27 = "python2.7",
|
|
1193
|
-
python36 = "python3.6",
|
|
1194
|
-
python37 = "python3.7",
|
|
1195
|
-
python38 = "python3.8",
|
|
1196
|
-
python39 = "python3.9",
|
|
1197
|
-
ruby25 = "ruby2.5",
|
|
1198
|
-
ruby27 = "ruby2.7"
|
|
1199
|
-
}
|
|
1200
|
-
export declare enum TracingMode {
|
|
1201
|
-
Active = "Active",
|
|
1202
|
-
PassThrough = "PassThrough"
|
|
1203
|
-
}
|
|
1204
|
-
/**
|
|
1205
|
-
* <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a> tracing configuration.
|
|
1206
|
-
* To sample and record incoming requests, set <code>Mode</code> to <code>Active</code>.</p>
|
|
1207
|
-
*/
|
|
1208
|
-
export interface TracingConfig {
|
|
1209
|
-
/**
|
|
1210
|
-
* <p>The tracing mode.</p>
|
|
1211
|
-
*/
|
|
1212
|
-
Mode?: TracingMode | string;
|
|
1213
|
-
}
|
|
1214
|
-
export declare namespace TracingConfig {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: TracingConfig) => any;
|
|
1219
|
-
}
|
|
1220
|
-
/**
|
|
1221
|
-
* <p>The VPC security groups and subnets that are attached to a Lambda function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
|
|
1222
|
-
*/
|
|
1223
|
-
export interface VpcConfig {
|
|
1224
|
-
/**
|
|
1225
|
-
* <p>A list of VPC subnet IDs.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
SubnetIds?: string[];
|
|
1228
|
-
/**
|
|
1229
|
-
* <p>A list of VPC security groups IDs.</p>
|
|
1230
|
-
*/
|
|
1231
|
-
SecurityGroupIds?: string[];
|
|
1232
|
-
}
|
|
1233
|
-
export declare namespace VpcConfig {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
1238
|
-
}
|
|
1239
|
-
export interface CreateFunctionRequest {
|
|
1240
|
-
/**
|
|
1241
|
-
* <p>The name of the Lambda function.</p>
|
|
1242
|
-
* <p class="title">
|
|
1243
|
-
* <b>Name formats</b>
|
|
1244
|
-
* </p>
|
|
1245
|
-
* <ul>
|
|
1246
|
-
* <li>
|
|
1247
|
-
* <p>
|
|
1248
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
1249
|
-
* </li>
|
|
1250
|
-
* <li>
|
|
1251
|
-
* <p>
|
|
1252
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
1253
|
-
* </li>
|
|
1254
|
-
* <li>
|
|
1255
|
-
* <p>
|
|
1256
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
1257
|
-
* </li>
|
|
1258
|
-
* </ul>
|
|
1259
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
1260
|
-
* characters in length.</p>
|
|
1261
|
-
*/
|
|
1262
|
-
FunctionName: string | undefined;
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>The identifier of the function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime</a>. Runtime is required if the deployment package is a .zip file archive.
|
|
1265
|
-
* </p>
|
|
1266
|
-
*/
|
|
1267
|
-
Runtime?: Runtime | string;
|
|
1268
|
-
/**
|
|
1269
|
-
* <p>The Amazon Resource Name (ARN) of the function's execution role.</p>
|
|
1270
|
-
*/
|
|
1271
|
-
Role: string | undefined;
|
|
1272
|
-
/**
|
|
1273
|
-
* <p>The name of the method within your code that Lambda calls to execute your function.
|
|
1274
|
-
* Handler is required if the deployment package is a .zip file archive. The format includes the
|
|
1275
|
-
* file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,
|
|
1276
|
-
* see <a href="https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html">Programming Model</a>.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
Handler?: string;
|
|
1279
|
-
/**
|
|
1280
|
-
* <p>The code for the function.</p>
|
|
1281
|
-
*/
|
|
1282
|
-
Code: FunctionCode | undefined;
|
|
1283
|
-
/**
|
|
1284
|
-
* <p>A description of the function.</p>
|
|
1285
|
-
*/
|
|
1286
|
-
Description?: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The
|
|
1289
|
-
* maximum allowed value is 900 seconds. For additional information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html">Lambda execution environment</a>.</p>
|
|
1290
|
-
*/
|
|
1291
|
-
Timeout?: number;
|
|
1292
|
-
/**
|
|
1293
|
-
* <p>The amount of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html">memory available to the function</a> at runtime.
|
|
1294
|
-
* Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>
|
|
1295
|
-
*/
|
|
1296
|
-
MemorySize?: number;
|
|
1297
|
-
/**
|
|
1298
|
-
* <p>Set to true to publish the first version of the function during creation.</p>
|
|
1299
|
-
*/
|
|
1300
|
-
Publish?: boolean;
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.
|
|
1303
|
-
* When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more
|
|
1304
|
-
* information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
|
|
1305
|
-
*/
|
|
1306
|
-
VpcConfig?: VpcConfig;
|
|
1307
|
-
/**
|
|
1308
|
-
* <p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for ZIP archive.</p>
|
|
1309
|
-
*/
|
|
1310
|
-
PackageType?: PackageType | string;
|
|
1311
|
-
/**
|
|
1312
|
-
* <p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events
|
|
1313
|
-
* when they fail processing. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">Dead Letter Queues</a>.</p>
|
|
1314
|
-
*/
|
|
1315
|
-
DeadLetterConfig?: DeadLetterConfig;
|
|
1316
|
-
/**
|
|
1317
|
-
* <p>Environment variables that are accessible from function code during execution.</p>
|
|
1318
|
-
*/
|
|
1319
|
-
Environment?: Environment;
|
|
1320
|
-
/**
|
|
1321
|
-
* <p>The ARN of the Amazon Web Services Key Management Service (KMS) key that's used to encrypt your function's environment
|
|
1322
|
-
* variables. If it's not provided, Lambda uses a default service key.</p>
|
|
1323
|
-
*/
|
|
1324
|
-
KMSKeyArn?: string;
|
|
1325
|
-
/**
|
|
1326
|
-
* <p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with
|
|
1327
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a>.</p>
|
|
1328
|
-
*/
|
|
1329
|
-
TracingConfig?: TracingConfig;
|
|
1330
|
-
/**
|
|
1331
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to apply to the
|
|
1332
|
-
* function.</p>
|
|
1333
|
-
*/
|
|
1334
|
-
Tags?: {
|
|
1335
|
-
[key: string]: string;
|
|
1336
|
-
};
|
|
1337
|
-
/**
|
|
1338
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">function layers</a>
|
|
1339
|
-
* to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>
|
|
1340
|
-
*/
|
|
1341
|
-
Layers?: string[];
|
|
1342
|
-
/**
|
|
1343
|
-
* <p>Connection settings for an Amazon EFS file system.</p>
|
|
1344
|
-
*/
|
|
1345
|
-
FileSystemConfigs?: FileSystemConfig[];
|
|
1346
|
-
/**
|
|
1347
|
-
* <p>Container image <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-images.html#configuration-images-settings">configuration
|
|
1348
|
-
* values</a> that override the values in the container image Dockerfile.</p>
|
|
1349
|
-
*/
|
|
1350
|
-
ImageConfig?: ImageConfig;
|
|
1351
|
-
/**
|
|
1352
|
-
* <p>To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration
|
|
1353
|
-
* includes a set of signing profiles, which define the trusted publishers for this function.</p>
|
|
1354
|
-
*/
|
|
1355
|
-
CodeSigningConfigArn?: string;
|
|
1356
|
-
/**
|
|
1357
|
-
* <p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64).
|
|
1358
|
-
* The default value is <code>x86_64</code>.</p>
|
|
1359
|
-
*/
|
|
1360
|
-
Architectures?: (Architecture | string)[];
|
|
1361
|
-
}
|
|
1362
|
-
export declare namespace CreateFunctionRequest {
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
1367
|
-
}
|
|
1368
|
-
/**
|
|
1369
|
-
* <p>Error messages for environment variables that couldn't be applied.</p>
|
|
1370
|
-
*/
|
|
1371
|
-
export interface EnvironmentError {
|
|
1372
|
-
/**
|
|
1373
|
-
* <p>The error code.</p>
|
|
1374
|
-
*/
|
|
1375
|
-
ErrorCode?: string;
|
|
1376
|
-
/**
|
|
1377
|
-
* <p>The error message.</p>
|
|
1378
|
-
*/
|
|
1379
|
-
Message?: string;
|
|
1380
|
-
}
|
|
1381
|
-
export declare namespace EnvironmentError {
|
|
1382
|
-
/**
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
1385
|
-
const filterSensitiveLog: (obj: EnvironmentError) => any;
|
|
1386
|
-
}
|
|
1387
|
-
/**
|
|
1388
|
-
* <p>The results of an operation to update or read environment variables. If the operation is successful, the
|
|
1389
|
-
* response contains the environment variables. If it failed, the response contains details about the error.</p>
|
|
1390
|
-
*/
|
|
1391
|
-
export interface EnvironmentResponse {
|
|
1392
|
-
/**
|
|
1393
|
-
* <p>Environment variable key-value pairs.</p>
|
|
1394
|
-
*/
|
|
1395
|
-
Variables?: {
|
|
1396
|
-
[key: string]: string;
|
|
1397
|
-
};
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>Error messages for environment variables that couldn't be applied.</p>
|
|
1400
|
-
*/
|
|
1401
|
-
Error?: EnvironmentError;
|
|
1402
|
-
}
|
|
1403
|
-
export declare namespace EnvironmentResponse {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
const filterSensitiveLog: (obj: EnvironmentResponse) => any;
|
|
1408
|
-
}
|
|
1409
|
-
/**
|
|
1410
|
-
* <p>Error response to GetFunctionConfiguration.</p>
|
|
1411
|
-
*/
|
|
1412
|
-
export interface ImageConfigError {
|
|
1413
|
-
/**
|
|
1414
|
-
* <p>Error code.</p>
|
|
1415
|
-
*/
|
|
1416
|
-
ErrorCode?: string;
|
|
1417
|
-
/**
|
|
1418
|
-
* <p>Error message.</p>
|
|
1419
|
-
*/
|
|
1420
|
-
Message?: string;
|
|
1421
|
-
}
|
|
1422
|
-
export declare namespace ImageConfigError {
|
|
1423
|
-
/**
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
1426
|
-
const filterSensitiveLog: (obj: ImageConfigError) => any;
|
|
1427
|
-
}
|
|
1428
|
-
/**
|
|
1429
|
-
* <p>Response to GetFunctionConfiguration request.</p>
|
|
1430
|
-
*/
|
|
1431
|
-
export interface ImageConfigResponse {
|
|
1432
|
-
/**
|
|
1433
|
-
* <p>Configuration values that override the container image Dockerfile.</p>
|
|
1434
|
-
*/
|
|
1435
|
-
ImageConfig?: ImageConfig;
|
|
1436
|
-
/**
|
|
1437
|
-
* <p>Error response to GetFunctionConfiguration.</p>
|
|
1438
|
-
*/
|
|
1439
|
-
Error?: ImageConfigError;
|
|
1440
|
-
}
|
|
1441
|
-
export declare namespace ImageConfigResponse {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
const filterSensitiveLog: (obj: ImageConfigResponse) => any;
|
|
1446
|
-
}
|
|
1447
|
-
export declare enum LastUpdateStatus {
|
|
1448
|
-
Failed = "Failed",
|
|
1449
|
-
InProgress = "InProgress",
|
|
1450
|
-
Successful = "Successful"
|
|
1451
|
-
}
|
|
1452
|
-
export declare enum LastUpdateStatusReasonCode {
|
|
1453
|
-
EniLimitExceeded = "EniLimitExceeded",
|
|
1454
|
-
ImageAccessDenied = "ImageAccessDenied",
|
|
1455
|
-
ImageDeleted = "ImageDeleted",
|
|
1456
|
-
InsufficientRolePermissions = "InsufficientRolePermissions",
|
|
1457
|
-
InternalError = "InternalError",
|
|
1458
|
-
InvalidConfiguration = "InvalidConfiguration",
|
|
1459
|
-
InvalidImage = "InvalidImage",
|
|
1460
|
-
InvalidSecurityGroup = "InvalidSecurityGroup",
|
|
1461
|
-
InvalidSubnet = "InvalidSubnet",
|
|
1462
|
-
SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
|
|
1463
|
-
}
|
|
1464
|
-
/**
|
|
1465
|
-
* <p>An <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
1466
|
-
* layer</a>.</p>
|
|
1467
|
-
*/
|
|
1468
|
-
export interface Layer {
|
|
1469
|
-
/**
|
|
1470
|
-
* <p>The Amazon Resource Name (ARN) of the function layer.</p>
|
|
1471
|
-
*/
|
|
1472
|
-
Arn?: string;
|
|
1473
|
-
/**
|
|
1474
|
-
* <p>The size of the layer archive in bytes.</p>
|
|
1475
|
-
*/
|
|
1476
|
-
CodeSize?: number;
|
|
1477
|
-
/**
|
|
1478
|
-
* <p>The Amazon Resource Name (ARN) for a signing profile version.</p>
|
|
1479
|
-
*/
|
|
1480
|
-
SigningProfileVersionArn?: string;
|
|
1481
|
-
/**
|
|
1482
|
-
* <p>The Amazon Resource Name (ARN) of a signing job.</p>
|
|
1483
|
-
*/
|
|
1484
|
-
SigningJobArn?: string;
|
|
1485
|
-
}
|
|
1486
|
-
export declare namespace Layer {
|
|
1487
|
-
/**
|
|
1488
|
-
* @internal
|
|
1489
|
-
*/
|
|
1490
|
-
const filterSensitiveLog: (obj: Layer) => any;
|
|
1491
|
-
}
|
|
1492
|
-
export declare enum State {
|
|
1493
|
-
Active = "Active",
|
|
1494
|
-
Failed = "Failed",
|
|
1495
|
-
Inactive = "Inactive",
|
|
1496
|
-
Pending = "Pending"
|
|
1497
|
-
}
|
|
1498
|
-
export declare enum StateReasonCode {
|
|
1499
|
-
Creating = "Creating",
|
|
1500
|
-
EniLimitExceeded = "EniLimitExceeded",
|
|
1501
|
-
Idle = "Idle",
|
|
1502
|
-
ImageAccessDenied = "ImageAccessDenied",
|
|
1503
|
-
ImageDeleted = "ImageDeleted",
|
|
1504
|
-
InsufficientRolePermissions = "InsufficientRolePermissions",
|
|
1505
|
-
InternalError = "InternalError",
|
|
1506
|
-
InvalidConfiguration = "InvalidConfiguration",
|
|
1507
|
-
InvalidImage = "InvalidImage",
|
|
1508
|
-
InvalidSecurityGroup = "InvalidSecurityGroup",
|
|
1509
|
-
InvalidSubnet = "InvalidSubnet",
|
|
1510
|
-
Restoring = "Restoring",
|
|
1511
|
-
SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
|
|
1512
|
-
}
|
|
1513
|
-
/**
|
|
1514
|
-
* <p>The function's X-Ray tracing configuration.</p>
|
|
1515
|
-
*/
|
|
1516
|
-
export interface TracingConfigResponse {
|
|
1517
|
-
/**
|
|
1518
|
-
* <p>The tracing mode.</p>
|
|
1519
|
-
*/
|
|
1520
|
-
Mode?: TracingMode | string;
|
|
1521
|
-
}
|
|
1522
|
-
export declare namespace TracingConfigResponse {
|
|
1523
|
-
/**
|
|
1524
|
-
* @internal
|
|
1525
|
-
*/
|
|
1526
|
-
const filterSensitiveLog: (obj: TracingConfigResponse) => any;
|
|
1527
|
-
}
|
|
1528
|
-
/**
|
|
1529
|
-
* <p>The VPC security groups and subnets that are attached to a Lambda function.</p>
|
|
1530
|
-
*/
|
|
1531
|
-
export interface VpcConfigResponse {
|
|
1532
|
-
/**
|
|
1533
|
-
* <p>A list of VPC subnet IDs.</p>
|
|
1534
|
-
*/
|
|
1535
|
-
SubnetIds?: string[];
|
|
1536
|
-
/**
|
|
1537
|
-
* <p>A list of VPC security groups IDs.</p>
|
|
1538
|
-
*/
|
|
1539
|
-
SecurityGroupIds?: string[];
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>The ID of the VPC.</p>
|
|
1542
|
-
*/
|
|
1543
|
-
VpcId?: string;
|
|
1544
|
-
}
|
|
1545
|
-
export declare namespace VpcConfigResponse {
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
|
-
const filterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1550
|
-
}
|
|
1551
|
-
/**
|
|
1552
|
-
* <p>Details about a function's configuration.</p>
|
|
1553
|
-
*/
|
|
1554
|
-
export interface FunctionConfiguration {
|
|
1555
|
-
/**
|
|
1556
|
-
* <p>The name of the function.</p>
|
|
1557
|
-
*/
|
|
1558
|
-
FunctionName?: string;
|
|
1559
|
-
/**
|
|
1560
|
-
* <p>The function's Amazon Resource Name (ARN).</p>
|
|
1561
|
-
*/
|
|
1562
|
-
FunctionArn?: string;
|
|
1563
|
-
/**
|
|
1564
|
-
* <p>The runtime environment for the Lambda function.</p>
|
|
1565
|
-
*/
|
|
1566
|
-
Runtime?: Runtime | string;
|
|
1567
|
-
/**
|
|
1568
|
-
* <p>The function's execution role.</p>
|
|
1569
|
-
*/
|
|
1570
|
-
Role?: string;
|
|
1571
|
-
/**
|
|
1572
|
-
* <p>The function that Lambda calls to begin executing your function.</p>
|
|
1573
|
-
*/
|
|
1574
|
-
Handler?: string;
|
|
1575
|
-
/**
|
|
1576
|
-
* <p>The size of the function's deployment package, in bytes.</p>
|
|
1577
|
-
*/
|
|
1578
|
-
CodeSize?: number;
|
|
1579
|
-
/**
|
|
1580
|
-
* <p>The function's description.</p>
|
|
1581
|
-
*/
|
|
1582
|
-
Description?: string;
|
|
1583
|
-
/**
|
|
1584
|
-
* <p>The amount of time in seconds that Lambda allows a function to run before stopping it.</p>
|
|
1585
|
-
*/
|
|
1586
|
-
Timeout?: number;
|
|
1587
|
-
/**
|
|
1588
|
-
* <p>The amount of memory available to the function at runtime. </p>
|
|
1589
|
-
*/
|
|
1590
|
-
MemorySize?: number;
|
|
1591
|
-
/**
|
|
1592
|
-
* <p>The date and time that the function was last updated, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
|
|
1593
|
-
*/
|
|
1594
|
-
LastModified?: string;
|
|
1595
|
-
/**
|
|
1596
|
-
* <p>The SHA256 hash of the function's deployment package.</p>
|
|
1597
|
-
*/
|
|
1598
|
-
CodeSha256?: string;
|
|
1599
|
-
/**
|
|
1600
|
-
* <p>The version of the Lambda function.</p>
|
|
1601
|
-
*/
|
|
1602
|
-
Version?: string;
|
|
1603
|
-
/**
|
|
1604
|
-
* <p>The function's networking configuration.</p>
|
|
1605
|
-
*/
|
|
1606
|
-
VpcConfig?: VpcConfigResponse;
|
|
1607
|
-
/**
|
|
1608
|
-
* <p>The function's dead letter queue.</p>
|
|
1609
|
-
*/
|
|
1610
|
-
DeadLetterConfig?: DeadLetterConfig;
|
|
1611
|
-
/**
|
|
1612
|
-
* <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html">environment variables</a>.</p>
|
|
1613
|
-
*/
|
|
1614
|
-
Environment?: EnvironmentResponse;
|
|
1615
|
-
/**
|
|
1616
|
-
* <p>The KMS key that's used to encrypt the function's environment variables. This key is only returned if you've
|
|
1617
|
-
* configured a customer managed key.</p>
|
|
1618
|
-
*/
|
|
1619
|
-
KMSKeyArn?: string;
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>The function's X-Ray tracing configuration.</p>
|
|
1622
|
-
*/
|
|
1623
|
-
TracingConfig?: TracingConfigResponse;
|
|
1624
|
-
/**
|
|
1625
|
-
* <p>For Lambda@Edge functions, the ARN of the main function.</p>
|
|
1626
|
-
*/
|
|
1627
|
-
MasterArn?: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* <p>The latest updated revision of the function or alias.</p>
|
|
1630
|
-
*/
|
|
1631
|
-
RevisionId?: string;
|
|
1632
|
-
/**
|
|
1633
|
-
* <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">
|
|
1634
|
-
* layers</a>.</p>
|
|
1635
|
-
*/
|
|
1636
|
-
Layers?: Layer[];
|
|
1637
|
-
/**
|
|
1638
|
-
* <p>The current state of the function. When the state is <code>Inactive</code>, you can reactivate the function by
|
|
1639
|
-
* invoking it.</p>
|
|
1640
|
-
*/
|
|
1641
|
-
State?: State | string;
|
|
1642
|
-
/**
|
|
1643
|
-
* <p>The reason for the function's current state.</p>
|
|
1644
|
-
*/
|
|
1645
|
-
StateReason?: string;
|
|
1646
|
-
/**
|
|
1647
|
-
* <p>The reason code for the function's current state. When the code is <code>Creating</code>, you can't invoke or
|
|
1648
|
-
* modify the function.</p>
|
|
1649
|
-
*/
|
|
1650
|
-
StateReasonCode?: StateReasonCode | string;
|
|
1651
|
-
/**
|
|
1652
|
-
* <p>The status of the last update that was performed on the function. This is first set to <code>Successful</code>
|
|
1653
|
-
* after function creation completes.</p>
|
|
1654
|
-
*/
|
|
1655
|
-
LastUpdateStatus?: LastUpdateStatus | string;
|
|
1656
|
-
/**
|
|
1657
|
-
* <p>The reason for the last update that was performed on the function.</p>
|
|
1658
|
-
*/
|
|
1659
|
-
LastUpdateStatusReason?: string;
|
|
1660
|
-
/**
|
|
1661
|
-
* <p>The reason code for the last update that was performed on the function.</p>
|
|
1662
|
-
*/
|
|
1663
|
-
LastUpdateStatusReasonCode?: LastUpdateStatusReasonCode | string;
|
|
1664
|
-
/**
|
|
1665
|
-
* <p>Connection settings for an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
|
|
1666
|
-
*/
|
|
1667
|
-
FileSystemConfigs?: FileSystemConfig[];
|
|
1668
|
-
/**
|
|
1669
|
-
* <p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>
|
|
1670
|
-
*/
|
|
1671
|
-
PackageType?: PackageType | string;
|
|
1672
|
-
/**
|
|
1673
|
-
* <p>The function's image configuration values.</p>
|
|
1674
|
-
*/
|
|
1675
|
-
ImageConfigResponse?: ImageConfigResponse;
|
|
1676
|
-
/**
|
|
1677
|
-
* <p>The ARN of the signing profile version.</p>
|
|
1678
|
-
*/
|
|
1679
|
-
SigningProfileVersionArn?: string;
|
|
1680
|
-
/**
|
|
1681
|
-
* <p>The ARN of the signing job.</p>
|
|
1682
|
-
*/
|
|
1683
|
-
SigningJobArn?: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* <p>The instruction set architecture that the function supports. Architecture is a string array with one of the
|
|
1686
|
-
* valid values. The default architecture value is <code>x86_64</code>.</p>
|
|
1687
|
-
*/
|
|
1688
|
-
Architectures?: (Architecture | string)[];
|
|
1689
|
-
}
|
|
1690
|
-
export declare namespace FunctionConfiguration {
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
const filterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
1695
|
-
}
|
|
1696
|
-
/**
|
|
1697
|
-
* <p>The code signature failed the integrity check. Lambda always blocks deployment if the integrity check
|
|
1698
|
-
* fails, even if code signing policy is set to WARN.</p>
|
|
1699
|
-
*/
|
|
1700
|
-
export interface InvalidCodeSignatureException extends __SmithyException, $MetadataBearer {
|
|
1701
|
-
name: "InvalidCodeSignatureException";
|
|
1702
|
-
$fault: "client";
|
|
1703
|
-
Type?: string;
|
|
1704
|
-
Message?: string;
|
|
1705
|
-
}
|
|
1706
|
-
export declare namespace InvalidCodeSignatureException {
|
|
1707
|
-
/**
|
|
1708
|
-
* @internal
|
|
1709
|
-
*/
|
|
1710
|
-
const filterSensitiveLog: (obj: InvalidCodeSignatureException) => any;
|
|
1711
|
-
}
|
|
1712
|
-
export interface DeleteAliasRequest {
|
|
1713
|
-
/**
|
|
1714
|
-
* <p>The name of the Lambda function.</p>
|
|
1715
|
-
* <p class="title">
|
|
1716
|
-
* <b>Name formats</b>
|
|
1717
|
-
* </p>
|
|
1718
|
-
* <ul>
|
|
1719
|
-
* <li>
|
|
1720
|
-
* <p>
|
|
1721
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
1722
|
-
* </li>
|
|
1723
|
-
* <li>
|
|
1724
|
-
* <p>
|
|
1725
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
1726
|
-
* </li>
|
|
1727
|
-
* <li>
|
|
1728
|
-
* <p>
|
|
1729
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
1730
|
-
* </li>
|
|
1731
|
-
* </ul>
|
|
1732
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
1733
|
-
* characters in length.</p>
|
|
1734
|
-
*/
|
|
1735
|
-
FunctionName: string | undefined;
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>The name of the alias.</p>
|
|
1738
|
-
*/
|
|
1739
|
-
Name: string | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export declare namespace DeleteAliasRequest {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
1746
|
-
}
|
|
1747
|
-
export interface DeleteCodeSigningConfigRequest {
|
|
1748
|
-
/**
|
|
1749
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
1750
|
-
*/
|
|
1751
|
-
CodeSigningConfigArn: string | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export declare namespace DeleteCodeSigningConfigRequest {
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
const filterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
|
|
1758
|
-
}
|
|
1759
|
-
export interface DeleteCodeSigningConfigResponse {
|
|
1760
|
-
}
|
|
1761
|
-
export declare namespace DeleteCodeSigningConfigResponse {
|
|
1762
|
-
/**
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
1765
|
-
const filterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
|
|
1766
|
-
}
|
|
1767
|
-
export interface DeleteEventSourceMappingRequest {
|
|
1768
|
-
/**
|
|
1769
|
-
* <p>The identifier of the event source mapping.</p>
|
|
1770
|
-
*/
|
|
1771
|
-
UUID: string | undefined;
|
|
1772
|
-
}
|
|
1773
|
-
export declare namespace DeleteEventSourceMappingRequest {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
|
|
1778
|
-
}
|
|
1779
|
-
/**
|
|
1780
|
-
* <p>The operation conflicts with the resource's availability. For example, you attempted to update an EventSource
|
|
1781
|
-
* Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.</p>
|
|
1782
|
-
*/
|
|
1783
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1784
|
-
name: "ResourceInUseException";
|
|
1785
|
-
$fault: "client";
|
|
1786
|
-
Type?: string;
|
|
1787
|
-
Message?: string;
|
|
1788
|
-
}
|
|
1789
|
-
export declare namespace ResourceInUseException {
|
|
1790
|
-
/**
|
|
1791
|
-
* @internal
|
|
1792
|
-
*/
|
|
1793
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1794
|
-
}
|
|
1795
|
-
export interface DeleteFunctionRequest {
|
|
1796
|
-
/**
|
|
1797
|
-
* <p>The name of the Lambda function or version.</p>
|
|
1798
|
-
* <p class="title">
|
|
1799
|
-
* <b>Name formats</b>
|
|
1800
|
-
* </p>
|
|
1801
|
-
* <ul>
|
|
1802
|
-
* <li>
|
|
1803
|
-
* <p>
|
|
1804
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:1</code> (with version).</p>
|
|
1805
|
-
* </li>
|
|
1806
|
-
* <li>
|
|
1807
|
-
* <p>
|
|
1808
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
1809
|
-
* </li>
|
|
1810
|
-
* <li>
|
|
1811
|
-
* <p>
|
|
1812
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
1813
|
-
* </li>
|
|
1814
|
-
* </ul>
|
|
1815
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
1816
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
1817
|
-
*/
|
|
1818
|
-
FunctionName: string | undefined;
|
|
1819
|
-
/**
|
|
1820
|
-
* <p>Specify a version to delete. You can't delete a version that's referenced by an alias.</p>
|
|
1821
|
-
*/
|
|
1822
|
-
Qualifier?: string;
|
|
1823
|
-
}
|
|
1824
|
-
export declare namespace DeleteFunctionRequest {
|
|
1825
|
-
/**
|
|
1826
|
-
* @internal
|
|
1827
|
-
*/
|
|
1828
|
-
const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
1829
|
-
}
|
|
1830
|
-
export interface DeleteFunctionCodeSigningConfigRequest {
|
|
1831
|
-
/**
|
|
1832
|
-
* <p>The name of the Lambda function.</p>
|
|
1833
|
-
* <p class="title">
|
|
1834
|
-
* <b>Name formats</b>
|
|
1835
|
-
* </p>
|
|
1836
|
-
* <ul>
|
|
1837
|
-
* <li>
|
|
1838
|
-
* <p>
|
|
1839
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
1840
|
-
* </li>
|
|
1841
|
-
* <li>
|
|
1842
|
-
* <p>
|
|
1843
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
1844
|
-
* </li>
|
|
1845
|
-
* <li>
|
|
1846
|
-
* <p>
|
|
1847
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
1848
|
-
* </li>
|
|
1849
|
-
* </ul>
|
|
1850
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
1851
|
-
* characters in length.</p>
|
|
1852
|
-
*/
|
|
1853
|
-
FunctionName: string | undefined;
|
|
1854
|
-
}
|
|
1855
|
-
export declare namespace DeleteFunctionCodeSigningConfigRequest {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
const filterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
|
|
1860
|
-
}
|
|
1861
|
-
export interface DeleteFunctionConcurrencyRequest {
|
|
1862
|
-
/**
|
|
1863
|
-
* <p>The name of the Lambda function.</p>
|
|
1864
|
-
* <p class="title">
|
|
1865
|
-
* <b>Name formats</b>
|
|
1866
|
-
* </p>
|
|
1867
|
-
* <ul>
|
|
1868
|
-
* <li>
|
|
1869
|
-
* <p>
|
|
1870
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
1871
|
-
* </li>
|
|
1872
|
-
* <li>
|
|
1873
|
-
* <p>
|
|
1874
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
1875
|
-
* </li>
|
|
1876
|
-
* <li>
|
|
1877
|
-
* <p>
|
|
1878
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
1879
|
-
* </li>
|
|
1880
|
-
* </ul>
|
|
1881
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
1882
|
-
* characters in length.</p>
|
|
1883
|
-
*/
|
|
1884
|
-
FunctionName: string | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export declare namespace DeleteFunctionConcurrencyRequest {
|
|
1887
|
-
/**
|
|
1888
|
-
* @internal
|
|
1889
|
-
*/
|
|
1890
|
-
const filterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
|
|
1891
|
-
}
|
|
1892
|
-
export interface DeleteFunctionEventInvokeConfigRequest {
|
|
1893
|
-
/**
|
|
1894
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
1895
|
-
* <p class="title">
|
|
1896
|
-
* <b>Name formats</b>
|
|
1897
|
-
* </p>
|
|
1898
|
-
* <ul>
|
|
1899
|
-
* <li>
|
|
1900
|
-
* <p>
|
|
1901
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
1902
|
-
* </li>
|
|
1903
|
-
* <li>
|
|
1904
|
-
* <p>
|
|
1905
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
1906
|
-
* </li>
|
|
1907
|
-
* <li>
|
|
1908
|
-
* <p>
|
|
1909
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
1910
|
-
* </li>
|
|
1911
|
-
* </ul>
|
|
1912
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
1913
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
FunctionName: string | undefined;
|
|
1916
|
-
/**
|
|
1917
|
-
* <p>A version number or alias name.</p>
|
|
1918
|
-
*/
|
|
1919
|
-
Qualifier?: string;
|
|
1920
|
-
}
|
|
1921
|
-
export declare namespace DeleteFunctionEventInvokeConfigRequest {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
const filterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
|
|
1926
|
-
}
|
|
1927
|
-
export interface DeleteLayerVersionRequest {
|
|
1928
|
-
/**
|
|
1929
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
1930
|
-
*/
|
|
1931
|
-
LayerName: string | undefined;
|
|
1932
|
-
/**
|
|
1933
|
-
* <p>The version number.</p>
|
|
1934
|
-
*/
|
|
1935
|
-
VersionNumber: number | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export declare namespace DeleteLayerVersionRequest {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
const filterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
|
|
1942
|
-
}
|
|
1943
|
-
export interface DeleteProvisionedConcurrencyConfigRequest {
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>The name of the Lambda function.</p>
|
|
1946
|
-
* <p class="title">
|
|
1947
|
-
* <b>Name formats</b>
|
|
1948
|
-
* </p>
|
|
1949
|
-
* <ul>
|
|
1950
|
-
* <li>
|
|
1951
|
-
* <p>
|
|
1952
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
1953
|
-
* </li>
|
|
1954
|
-
* <li>
|
|
1955
|
-
* <p>
|
|
1956
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
1957
|
-
* </li>
|
|
1958
|
-
* <li>
|
|
1959
|
-
* <p>
|
|
1960
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
1961
|
-
* </li>
|
|
1962
|
-
* </ul>
|
|
1963
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
1964
|
-
* characters in length.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
FunctionName: string | undefined;
|
|
1967
|
-
/**
|
|
1968
|
-
* <p>The version number or alias name.</p>
|
|
1969
|
-
*/
|
|
1970
|
-
Qualifier: string | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export declare namespace DeleteProvisionedConcurrencyConfigRequest {
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
|
-
const filterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
|
|
1977
|
-
}
|
|
1978
|
-
export interface GetAccountSettingsRequest {
|
|
1979
|
-
}
|
|
1980
|
-
export declare namespace GetAccountSettingsRequest {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
1985
|
-
}
|
|
1986
|
-
export interface GetAccountSettingsResponse {
|
|
1987
|
-
/**
|
|
1988
|
-
* <p>Limits that are related to concurrency and code storage.</p>
|
|
1989
|
-
*/
|
|
1990
|
-
AccountLimit?: AccountLimit;
|
|
1991
|
-
/**
|
|
1992
|
-
* <p>The number of functions and amount of storage in use.</p>
|
|
1993
|
-
*/
|
|
1994
|
-
AccountUsage?: AccountUsage;
|
|
1995
|
-
}
|
|
1996
|
-
export declare namespace GetAccountSettingsResponse {
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
const filterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
|
|
2001
|
-
}
|
|
2002
|
-
export interface GetAliasRequest {
|
|
2003
|
-
/**
|
|
2004
|
-
* <p>The name of the Lambda function.</p>
|
|
2005
|
-
* <p class="title">
|
|
2006
|
-
* <b>Name formats</b>
|
|
2007
|
-
* </p>
|
|
2008
|
-
* <ul>
|
|
2009
|
-
* <li>
|
|
2010
|
-
* <p>
|
|
2011
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
2012
|
-
* </li>
|
|
2013
|
-
* <li>
|
|
2014
|
-
* <p>
|
|
2015
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
2016
|
-
* </li>
|
|
2017
|
-
* <li>
|
|
2018
|
-
* <p>
|
|
2019
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
2020
|
-
* </li>
|
|
2021
|
-
* </ul>
|
|
2022
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
2023
|
-
* characters in length.</p>
|
|
2024
|
-
*/
|
|
2025
|
-
FunctionName: string | undefined;
|
|
2026
|
-
/**
|
|
2027
|
-
* <p>The name of the alias.</p>
|
|
2028
|
-
*/
|
|
2029
|
-
Name: string | undefined;
|
|
2030
|
-
}
|
|
2031
|
-
export declare namespace GetAliasRequest {
|
|
2032
|
-
/**
|
|
2033
|
-
* @internal
|
|
2034
|
-
*/
|
|
2035
|
-
const filterSensitiveLog: (obj: GetAliasRequest) => any;
|
|
2036
|
-
}
|
|
2037
|
-
export interface GetCodeSigningConfigRequest {
|
|
2038
|
-
/**
|
|
2039
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>
|
|
2040
|
-
*/
|
|
2041
|
-
CodeSigningConfigArn: string | undefined;
|
|
2042
|
-
}
|
|
2043
|
-
export declare namespace GetCodeSigningConfigRequest {
|
|
2044
|
-
/**
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
2047
|
-
const filterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
|
|
2048
|
-
}
|
|
2049
|
-
export interface GetCodeSigningConfigResponse {
|
|
2050
|
-
/**
|
|
2051
|
-
* <p>The code signing configuration</p>
|
|
2052
|
-
*/
|
|
2053
|
-
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export declare namespace GetCodeSigningConfigResponse {
|
|
2056
|
-
/**
|
|
2057
|
-
* @internal
|
|
2058
|
-
*/
|
|
2059
|
-
const filterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
|
|
2060
|
-
}
|
|
2061
|
-
export interface GetEventSourceMappingRequest {
|
|
2062
|
-
/**
|
|
2063
|
-
* <p>The identifier of the event source mapping.</p>
|
|
2064
|
-
*/
|
|
2065
|
-
UUID: string | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export declare namespace GetEventSourceMappingRequest {
|
|
2068
|
-
/**
|
|
2069
|
-
* @internal
|
|
2070
|
-
*/
|
|
2071
|
-
const filterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
|
|
2072
|
-
}
|
|
2073
|
-
export interface GetFunctionRequest {
|
|
2074
|
-
/**
|
|
2075
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
2076
|
-
* <p class="title">
|
|
2077
|
-
* <b>Name formats</b>
|
|
2078
|
-
* </p>
|
|
2079
|
-
* <ul>
|
|
2080
|
-
* <li>
|
|
2081
|
-
* <p>
|
|
2082
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
2083
|
-
* </li>
|
|
2084
|
-
* <li>
|
|
2085
|
-
* <p>
|
|
2086
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2087
|
-
* </li>
|
|
2088
|
-
* <li>
|
|
2089
|
-
* <p>
|
|
2090
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2091
|
-
* </li>
|
|
2092
|
-
* </ul>
|
|
2093
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
2094
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
2095
|
-
*/
|
|
2096
|
-
FunctionName: string | undefined;
|
|
2097
|
-
/**
|
|
2098
|
-
* <p>Specify a version or alias to get details about a published version of the function.</p>
|
|
2099
|
-
*/
|
|
2100
|
-
Qualifier?: string;
|
|
2101
|
-
}
|
|
2102
|
-
export declare namespace GetFunctionRequest {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
2107
|
-
}
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>Details about a function's deployment package.</p>
|
|
2110
|
-
*/
|
|
2111
|
-
export interface FunctionCodeLocation {
|
|
2112
|
-
/**
|
|
2113
|
-
* <p>The service that's hosting the file.</p>
|
|
2114
|
-
*/
|
|
2115
|
-
RepositoryType?: string;
|
|
2116
|
-
/**
|
|
2117
|
-
* <p>A presigned URL that you can use to download the deployment package.</p>
|
|
2118
|
-
*/
|
|
2119
|
-
Location?: string;
|
|
2120
|
-
/**
|
|
2121
|
-
* <p>URI of a container image in the Amazon ECR registry.</p>
|
|
2122
|
-
*/
|
|
2123
|
-
ImageUri?: string;
|
|
2124
|
-
/**
|
|
2125
|
-
* <p>The resolved URI for the image.</p>
|
|
2126
|
-
*/
|
|
2127
|
-
ResolvedImageUri?: string;
|
|
2128
|
-
}
|
|
2129
|
-
export declare namespace FunctionCodeLocation {
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
const filterSensitiveLog: (obj: FunctionCodeLocation) => any;
|
|
2134
|
-
}
|
|
2135
|
-
export interface Concurrency {
|
|
2136
|
-
/**
|
|
2137
|
-
* <p>The number of concurrent executions that are reserved for this function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html">Managing Concurrency</a>.</p>
|
|
2138
|
-
*/
|
|
2139
|
-
ReservedConcurrentExecutions?: number;
|
|
2140
|
-
}
|
|
2141
|
-
export declare namespace Concurrency {
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
const filterSensitiveLog: (obj: Concurrency) => any;
|
|
2146
|
-
}
|
|
2147
|
-
export interface GetFunctionResponse {
|
|
2148
|
-
/**
|
|
2149
|
-
* <p>The configuration of the function or version.</p>
|
|
2150
|
-
*/
|
|
2151
|
-
Configuration?: FunctionConfiguration;
|
|
2152
|
-
/**
|
|
2153
|
-
* <p>The deployment package of the function or version.</p>
|
|
2154
|
-
*/
|
|
2155
|
-
Code?: FunctionCodeLocation;
|
|
2156
|
-
/**
|
|
2157
|
-
* <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a>.</p>
|
|
2158
|
-
*/
|
|
2159
|
-
Tags?: {
|
|
2160
|
-
[key: string]: string;
|
|
2161
|
-
};
|
|
2162
|
-
/**
|
|
2163
|
-
* <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html">reserved
|
|
2164
|
-
* concurrency</a>.</p>
|
|
2165
|
-
*/
|
|
2166
|
-
Concurrency?: Concurrency;
|
|
2167
|
-
}
|
|
2168
|
-
export declare namespace GetFunctionResponse {
|
|
2169
|
-
/**
|
|
2170
|
-
* @internal
|
|
2171
|
-
*/
|
|
2172
|
-
const filterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
2173
|
-
}
|
|
2174
|
-
export interface GetFunctionCodeSigningConfigRequest {
|
|
2175
|
-
/**
|
|
2176
|
-
* <p>The name of the Lambda function.</p>
|
|
2177
|
-
* <p class="title">
|
|
2178
|
-
* <b>Name formats</b>
|
|
2179
|
-
* </p>
|
|
2180
|
-
* <ul>
|
|
2181
|
-
* <li>
|
|
2182
|
-
* <p>
|
|
2183
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
2184
|
-
* </li>
|
|
2185
|
-
* <li>
|
|
2186
|
-
* <p>
|
|
2187
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
2188
|
-
* </li>
|
|
2189
|
-
* <li>
|
|
2190
|
-
* <p>
|
|
2191
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
2192
|
-
* </li>
|
|
2193
|
-
* </ul>
|
|
2194
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
2195
|
-
* characters in length.</p>
|
|
2196
|
-
*/
|
|
2197
|
-
FunctionName: string | undefined;
|
|
2198
|
-
}
|
|
2199
|
-
export declare namespace GetFunctionCodeSigningConfigRequest {
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
|
|
2204
|
-
}
|
|
2205
|
-
export interface GetFunctionCodeSigningConfigResponse {
|
|
2206
|
-
/**
|
|
2207
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
2208
|
-
*/
|
|
2209
|
-
CodeSigningConfigArn: string | undefined;
|
|
2210
|
-
/**
|
|
2211
|
-
* <p>The name of the Lambda function.</p>
|
|
2212
|
-
* <p class="title">
|
|
2213
|
-
* <b>Name formats</b>
|
|
2214
|
-
* </p>
|
|
2215
|
-
* <ul>
|
|
2216
|
-
* <li>
|
|
2217
|
-
* <p>
|
|
2218
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
2219
|
-
* </li>
|
|
2220
|
-
* <li>
|
|
2221
|
-
* <p>
|
|
2222
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
2223
|
-
* </li>
|
|
2224
|
-
* <li>
|
|
2225
|
-
* <p>
|
|
2226
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
2227
|
-
* </li>
|
|
2228
|
-
* </ul>
|
|
2229
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
2230
|
-
* characters in length.</p>
|
|
2231
|
-
*/
|
|
2232
|
-
FunctionName: string | undefined;
|
|
2233
|
-
}
|
|
2234
|
-
export declare namespace GetFunctionCodeSigningConfigResponse {
|
|
2235
|
-
/**
|
|
2236
|
-
* @internal
|
|
2237
|
-
*/
|
|
2238
|
-
const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
|
|
2239
|
-
}
|
|
2240
|
-
export interface GetFunctionConcurrencyRequest {
|
|
2241
|
-
/**
|
|
2242
|
-
* <p>The name of the Lambda function.</p>
|
|
2243
|
-
* <p class="title">
|
|
2244
|
-
* <b>Name formats</b>
|
|
2245
|
-
* </p>
|
|
2246
|
-
* <ul>
|
|
2247
|
-
* <li>
|
|
2248
|
-
* <p>
|
|
2249
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
2250
|
-
* </li>
|
|
2251
|
-
* <li>
|
|
2252
|
-
* <p>
|
|
2253
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2254
|
-
* </li>
|
|
2255
|
-
* <li>
|
|
2256
|
-
* <p>
|
|
2257
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2258
|
-
* </li>
|
|
2259
|
-
* </ul>
|
|
2260
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
2261
|
-
* characters in length.</p>
|
|
2262
|
-
*/
|
|
2263
|
-
FunctionName: string | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export declare namespace GetFunctionConcurrencyRequest {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
|
|
2270
|
-
}
|
|
2271
|
-
export interface GetFunctionConcurrencyResponse {
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>The number of simultaneous executions that are reserved for the function.</p>
|
|
2274
|
-
*/
|
|
2275
|
-
ReservedConcurrentExecutions?: number;
|
|
2276
|
-
}
|
|
2277
|
-
export declare namespace GetFunctionConcurrencyResponse {
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
const filterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
|
|
2282
|
-
}
|
|
2283
|
-
export interface GetFunctionConfigurationRequest {
|
|
2284
|
-
/**
|
|
2285
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
2286
|
-
* <p class="title">
|
|
2287
|
-
* <b>Name formats</b>
|
|
2288
|
-
* </p>
|
|
2289
|
-
* <ul>
|
|
2290
|
-
* <li>
|
|
2291
|
-
* <p>
|
|
2292
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
2293
|
-
* </li>
|
|
2294
|
-
* <li>
|
|
2295
|
-
* <p>
|
|
2296
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2297
|
-
* </li>
|
|
2298
|
-
* <li>
|
|
2299
|
-
* <p>
|
|
2300
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2301
|
-
* </li>
|
|
2302
|
-
* </ul>
|
|
2303
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
2304
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
2305
|
-
*/
|
|
2306
|
-
FunctionName: string | undefined;
|
|
2307
|
-
/**
|
|
2308
|
-
* <p>Specify a version or alias to get details about a published version of the function.</p>
|
|
2309
|
-
*/
|
|
2310
|
-
Qualifier?: string;
|
|
2311
|
-
}
|
|
2312
|
-
export declare namespace GetFunctionConfigurationRequest {
|
|
2313
|
-
/**
|
|
2314
|
-
* @internal
|
|
2315
|
-
*/
|
|
2316
|
-
const filterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
|
|
2317
|
-
}
|
|
2318
|
-
export interface FunctionEventInvokeConfig {
|
|
2319
|
-
/**
|
|
2320
|
-
* <p>The date and time that the configuration was last updated.</p>
|
|
2321
|
-
*/
|
|
2322
|
-
LastModified?: Date;
|
|
2323
|
-
/**
|
|
2324
|
-
* <p>The Amazon Resource Name (ARN) of the function.</p>
|
|
2325
|
-
*/
|
|
2326
|
-
FunctionArn?: string;
|
|
2327
|
-
/**
|
|
2328
|
-
* <p>The maximum number of times to retry when the function returns an error.</p>
|
|
2329
|
-
*/
|
|
2330
|
-
MaximumRetryAttempts?: number;
|
|
2331
|
-
/**
|
|
2332
|
-
* <p>The maximum age of a request that Lambda sends to a function for processing.</p>
|
|
2333
|
-
*/
|
|
2334
|
-
MaximumEventAgeInSeconds?: number;
|
|
2335
|
-
/**
|
|
2336
|
-
* <p>A destination for events after they have been sent to a function for processing.</p>
|
|
2337
|
-
* <p class="title">
|
|
2338
|
-
* <b>Destinations</b>
|
|
2339
|
-
* </p>
|
|
2340
|
-
* <ul>
|
|
2341
|
-
* <li>
|
|
2342
|
-
* <p>
|
|
2343
|
-
* <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
|
|
2344
|
-
* </li>
|
|
2345
|
-
* <li>
|
|
2346
|
-
* <p>
|
|
2347
|
-
* <b>Queue</b> - The ARN of an SQS queue.</p>
|
|
2348
|
-
* </li>
|
|
2349
|
-
* <li>
|
|
2350
|
-
* <p>
|
|
2351
|
-
* <b>Topic</b> - The ARN of an SNS topic.</p>
|
|
2352
|
-
* </li>
|
|
2353
|
-
* <li>
|
|
2354
|
-
* <p>
|
|
2355
|
-
* <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
|
|
2356
|
-
* </li>
|
|
2357
|
-
* </ul>
|
|
2358
|
-
*/
|
|
2359
|
-
DestinationConfig?: DestinationConfig;
|
|
2360
|
-
}
|
|
2361
|
-
export declare namespace FunctionEventInvokeConfig {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
const filterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
|
|
2366
|
-
}
|
|
2367
|
-
export interface GetFunctionEventInvokeConfigRequest {
|
|
2368
|
-
/**
|
|
2369
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
2370
|
-
* <p class="title">
|
|
2371
|
-
* <b>Name formats</b>
|
|
2372
|
-
* </p>
|
|
2373
|
-
* <ul>
|
|
2374
|
-
* <li>
|
|
2375
|
-
* <p>
|
|
2376
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
2377
|
-
* </li>
|
|
2378
|
-
* <li>
|
|
2379
|
-
* <p>
|
|
2380
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2381
|
-
* </li>
|
|
2382
|
-
* <li>
|
|
2383
|
-
* <p>
|
|
2384
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2385
|
-
* </li>
|
|
2386
|
-
* </ul>
|
|
2387
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
2388
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
2389
|
-
*/
|
|
2390
|
-
FunctionName: string | undefined;
|
|
2391
|
-
/**
|
|
2392
|
-
* <p>A version number or alias name.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
Qualifier?: string;
|
|
2395
|
-
}
|
|
2396
|
-
export declare namespace GetFunctionEventInvokeConfigRequest {
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
const filterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
|
|
2401
|
-
}
|
|
2402
|
-
export interface GetLayerVersionRequest {
|
|
2403
|
-
/**
|
|
2404
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
2405
|
-
*/
|
|
2406
|
-
LayerName: string | undefined;
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>The version number.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
VersionNumber: number | undefined;
|
|
2411
|
-
}
|
|
2412
|
-
export declare namespace GetLayerVersionRequest {
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
const filterSensitiveLog: (obj: GetLayerVersionRequest) => any;
|
|
2417
|
-
}
|
|
2418
|
-
/**
|
|
2419
|
-
* <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
2420
|
-
* layer</a>.</p>
|
|
2421
|
-
*/
|
|
2422
|
-
export interface LayerVersionContentOutput {
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>A link to the layer archive in Amazon S3 that is valid for 10 minutes.</p>
|
|
2425
|
-
*/
|
|
2426
|
-
Location?: string;
|
|
2427
|
-
/**
|
|
2428
|
-
* <p>The SHA-256 hash of the layer archive.</p>
|
|
2429
|
-
*/
|
|
2430
|
-
CodeSha256?: string;
|
|
2431
|
-
/**
|
|
2432
|
-
* <p>The size of the layer archive in bytes.</p>
|
|
2433
|
-
*/
|
|
2434
|
-
CodeSize?: number;
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>The Amazon Resource Name (ARN) for a signing profile version.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
SigningProfileVersionArn?: string;
|
|
2439
|
-
/**
|
|
2440
|
-
* <p>The Amazon Resource Name (ARN) of a signing job.</p>
|
|
2441
|
-
*/
|
|
2442
|
-
SigningJobArn?: string;
|
|
2443
|
-
}
|
|
2444
|
-
export declare namespace LayerVersionContentOutput {
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
const filterSensitiveLog: (obj: LayerVersionContentOutput) => any;
|
|
2449
|
-
}
|
|
2450
|
-
export interface GetLayerVersionResponse {
|
|
2451
|
-
/**
|
|
2452
|
-
* <p>Details about the layer version.</p>
|
|
2453
|
-
*/
|
|
2454
|
-
Content?: LayerVersionContentOutput;
|
|
2455
|
-
/**
|
|
2456
|
-
* <p>The ARN of the layer.</p>
|
|
2457
|
-
*/
|
|
2458
|
-
LayerArn?: string;
|
|
2459
|
-
/**
|
|
2460
|
-
* <p>The ARN of the layer version.</p>
|
|
2461
|
-
*/
|
|
2462
|
-
LayerVersionArn?: string;
|
|
2463
|
-
/**
|
|
2464
|
-
* <p>The description of the version.</p>
|
|
2465
|
-
*/
|
|
2466
|
-
Description?: string;
|
|
2467
|
-
/**
|
|
2468
|
-
* <p>The date that the layer version was created, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
|
|
2469
|
-
*/
|
|
2470
|
-
CreatedDate?: string;
|
|
2471
|
-
/**
|
|
2472
|
-
* <p>The version number.</p>
|
|
2473
|
-
*/
|
|
2474
|
-
Version?: number;
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>The layer's compatible runtimes.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
CompatibleRuntimes?: (Runtime | string)[];
|
|
2479
|
-
/**
|
|
2480
|
-
* <p>The layer's software license.</p>
|
|
2481
|
-
*/
|
|
2482
|
-
LicenseInfo?: string;
|
|
2483
|
-
/**
|
|
2484
|
-
* <p>A list of compatible
|
|
2485
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
|
|
2486
|
-
*/
|
|
2487
|
-
CompatibleArchitectures?: (Architecture | string)[];
|
|
2488
|
-
}
|
|
2489
|
-
export declare namespace GetLayerVersionResponse {
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
const filterSensitiveLog: (obj: GetLayerVersionResponse) => any;
|
|
2494
|
-
}
|
|
2495
|
-
export interface GetLayerVersionByArnRequest {
|
|
2496
|
-
/**
|
|
2497
|
-
* <p>The ARN of the layer version.</p>
|
|
2498
|
-
*/
|
|
2499
|
-
Arn: string | undefined;
|
|
2500
|
-
}
|
|
2501
|
-
export declare namespace GetLayerVersionByArnRequest {
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
const filterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
|
|
2506
|
-
}
|
|
2507
|
-
export interface GetLayerVersionPolicyRequest {
|
|
2508
|
-
/**
|
|
2509
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
2510
|
-
*/
|
|
2511
|
-
LayerName: string | undefined;
|
|
2512
|
-
/**
|
|
2513
|
-
* <p>The version number.</p>
|
|
2514
|
-
*/
|
|
2515
|
-
VersionNumber: number | undefined;
|
|
2516
|
-
}
|
|
2517
|
-
export declare namespace GetLayerVersionPolicyRequest {
|
|
2518
|
-
/**
|
|
2519
|
-
* @internal
|
|
2520
|
-
*/
|
|
2521
|
-
const filterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
|
|
2522
|
-
}
|
|
2523
|
-
export interface GetLayerVersionPolicyResponse {
|
|
2524
|
-
/**
|
|
2525
|
-
* <p>The policy document.</p>
|
|
2526
|
-
*/
|
|
2527
|
-
Policy?: string;
|
|
2528
|
-
/**
|
|
2529
|
-
* <p>A unique identifier for the current revision of the policy.</p>
|
|
2530
|
-
*/
|
|
2531
|
-
RevisionId?: string;
|
|
2532
|
-
}
|
|
2533
|
-
export declare namespace GetLayerVersionPolicyResponse {
|
|
2534
|
-
/**
|
|
2535
|
-
* @internal
|
|
2536
|
-
*/
|
|
2537
|
-
const filterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
|
|
2538
|
-
}
|
|
2539
|
-
export interface GetPolicyRequest {
|
|
2540
|
-
/**
|
|
2541
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
2542
|
-
* <p class="title">
|
|
2543
|
-
* <b>Name formats</b>
|
|
2544
|
-
* </p>
|
|
2545
|
-
* <ul>
|
|
2546
|
-
* <li>
|
|
2547
|
-
* <p>
|
|
2548
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
2549
|
-
* </li>
|
|
2550
|
-
* <li>
|
|
2551
|
-
* <p>
|
|
2552
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2553
|
-
* </li>
|
|
2554
|
-
* <li>
|
|
2555
|
-
* <p>
|
|
2556
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2557
|
-
* </li>
|
|
2558
|
-
* </ul>
|
|
2559
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
2560
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
2561
|
-
*/
|
|
2562
|
-
FunctionName: string | undefined;
|
|
2563
|
-
/**
|
|
2564
|
-
* <p>Specify a version or alias to get the policy for that resource.</p>
|
|
2565
|
-
*/
|
|
2566
|
-
Qualifier?: string;
|
|
2567
|
-
}
|
|
2568
|
-
export declare namespace GetPolicyRequest {
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2573
|
-
}
|
|
2574
|
-
export interface GetPolicyResponse {
|
|
2575
|
-
/**
|
|
2576
|
-
* <p>The resource-based policy.</p>
|
|
2577
|
-
*/
|
|
2578
|
-
Policy?: string;
|
|
2579
|
-
/**
|
|
2580
|
-
* <p>A unique identifier for the current revision of the policy.</p>
|
|
2581
|
-
*/
|
|
2582
|
-
RevisionId?: string;
|
|
2583
|
-
}
|
|
2584
|
-
export declare namespace GetPolicyResponse {
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2589
|
-
}
|
|
2590
|
-
export interface GetProvisionedConcurrencyConfigRequest {
|
|
2591
|
-
/**
|
|
2592
|
-
* <p>The name of the Lambda function.</p>
|
|
2593
|
-
* <p class="title">
|
|
2594
|
-
* <b>Name formats</b>
|
|
2595
|
-
* </p>
|
|
2596
|
-
* <ul>
|
|
2597
|
-
* <li>
|
|
2598
|
-
* <p>
|
|
2599
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
2600
|
-
* </li>
|
|
2601
|
-
* <li>
|
|
2602
|
-
* <p>
|
|
2603
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2604
|
-
* </li>
|
|
2605
|
-
* <li>
|
|
2606
|
-
* <p>
|
|
2607
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2608
|
-
* </li>
|
|
2609
|
-
* </ul>
|
|
2610
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
2611
|
-
* characters in length.</p>
|
|
2612
|
-
*/
|
|
2613
|
-
FunctionName: string | undefined;
|
|
2614
|
-
/**
|
|
2615
|
-
* <p>The version number or alias name.</p>
|
|
2616
|
-
*/
|
|
2617
|
-
Qualifier: string | undefined;
|
|
2618
|
-
}
|
|
2619
|
-
export declare namespace GetProvisionedConcurrencyConfigRequest {
|
|
2620
|
-
/**
|
|
2621
|
-
* @internal
|
|
2622
|
-
*/
|
|
2623
|
-
const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
|
|
2624
|
-
}
|
|
2625
|
-
export declare enum ProvisionedConcurrencyStatusEnum {
|
|
2626
|
-
FAILED = "FAILED",
|
|
2627
|
-
IN_PROGRESS = "IN_PROGRESS",
|
|
2628
|
-
READY = "READY"
|
|
2629
|
-
}
|
|
2630
|
-
export interface GetProvisionedConcurrencyConfigResponse {
|
|
2631
|
-
/**
|
|
2632
|
-
* <p>The amount of provisioned concurrency requested.</p>
|
|
2633
|
-
*/
|
|
2634
|
-
RequestedProvisionedConcurrentExecutions?: number;
|
|
2635
|
-
/**
|
|
2636
|
-
* <p>The amount of provisioned concurrency available.</p>
|
|
2637
|
-
*/
|
|
2638
|
-
AvailableProvisionedConcurrentExecutions?: number;
|
|
2639
|
-
/**
|
|
2640
|
-
* <p>The amount of provisioned concurrency allocated.</p>
|
|
2641
|
-
*/
|
|
2642
|
-
AllocatedProvisionedConcurrentExecutions?: number;
|
|
2643
|
-
/**
|
|
2644
|
-
* <p>The status of the allocation process.</p>
|
|
2645
|
-
*/
|
|
2646
|
-
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
2647
|
-
/**
|
|
2648
|
-
* <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
|
|
2649
|
-
*/
|
|
2650
|
-
StatusReason?: string;
|
|
2651
|
-
/**
|
|
2652
|
-
* <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
|
|
2653
|
-
*/
|
|
2654
|
-
LastModified?: string;
|
|
2655
|
-
}
|
|
2656
|
-
export declare namespace GetProvisionedConcurrencyConfigResponse {
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
|
|
2661
|
-
}
|
|
2662
|
-
/**
|
|
2663
|
-
* <p>The specified configuration does not exist.</p>
|
|
2664
|
-
*/
|
|
2665
|
-
export interface ProvisionedConcurrencyConfigNotFoundException extends __SmithyException, $MetadataBearer {
|
|
2666
|
-
name: "ProvisionedConcurrencyConfigNotFoundException";
|
|
2667
|
-
$fault: "client";
|
|
2668
|
-
Type?: string;
|
|
2669
|
-
message?: string;
|
|
2670
|
-
}
|
|
2671
|
-
export declare namespace ProvisionedConcurrencyConfigNotFoundException {
|
|
2672
|
-
/**
|
|
2673
|
-
* @internal
|
|
2674
|
-
*/
|
|
2675
|
-
const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigNotFoundException) => any;
|
|
2676
|
-
}
|
|
2677
|
-
/**
|
|
2678
|
-
* <p>Need additional permissions to configure VPC settings.</p>
|
|
2679
|
-
*/
|
|
2680
|
-
export interface EC2AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
2681
|
-
name: "EC2AccessDeniedException";
|
|
2682
|
-
$fault: "server";
|
|
2683
|
-
Type?: string;
|
|
2684
|
-
Message?: string;
|
|
2685
|
-
}
|
|
2686
|
-
export declare namespace EC2AccessDeniedException {
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
const filterSensitiveLog: (obj: EC2AccessDeniedException) => any;
|
|
2691
|
-
}
|
|
2692
|
-
/**
|
|
2693
|
-
* <p>Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided
|
|
2694
|
-
* for the Lambda function.</p>
|
|
2695
|
-
*/
|
|
2696
|
-
export interface EC2ThrottledException extends __SmithyException, $MetadataBearer {
|
|
2697
|
-
name: "EC2ThrottledException";
|
|
2698
|
-
$fault: "server";
|
|
2699
|
-
Type?: string;
|
|
2700
|
-
Message?: string;
|
|
2701
|
-
}
|
|
2702
|
-
export declare namespace EC2ThrottledException {
|
|
2703
|
-
/**
|
|
2704
|
-
* @internal
|
|
2705
|
-
*/
|
|
2706
|
-
const filterSensitiveLog: (obj: EC2ThrottledException) => any;
|
|
2707
|
-
}
|
|
2708
|
-
/**
|
|
2709
|
-
* <p>Lambda received an unexpected EC2 client exception while setting up for the Lambda function.</p>
|
|
2710
|
-
*/
|
|
2711
|
-
export interface EC2UnexpectedException extends __SmithyException, $MetadataBearer {
|
|
2712
|
-
name: "EC2UnexpectedException";
|
|
2713
|
-
$fault: "server";
|
|
2714
|
-
Type?: string;
|
|
2715
|
-
Message?: string;
|
|
2716
|
-
EC2ErrorCode?: string;
|
|
2717
|
-
}
|
|
2718
|
-
export declare namespace EC2UnexpectedException {
|
|
2719
|
-
/**
|
|
2720
|
-
* @internal
|
|
2721
|
-
*/
|
|
2722
|
-
const filterSensitiveLog: (obj: EC2UnexpectedException) => any;
|
|
2723
|
-
}
|
|
2724
|
-
/**
|
|
2725
|
-
* <p>An error occurred when reading from or writing to a connected file system.</p>
|
|
2726
|
-
*/
|
|
2727
|
-
export interface EFSIOException extends __SmithyException, $MetadataBearer {
|
|
2728
|
-
name: "EFSIOException";
|
|
2729
|
-
$fault: "client";
|
|
2730
|
-
Type?: string;
|
|
2731
|
-
Message?: string;
|
|
2732
|
-
}
|
|
2733
|
-
export declare namespace EFSIOException {
|
|
2734
|
-
/**
|
|
2735
|
-
* @internal
|
|
2736
|
-
*/
|
|
2737
|
-
const filterSensitiveLog: (obj: EFSIOException) => any;
|
|
2738
|
-
}
|
|
2739
|
-
/**
|
|
2740
|
-
* <p>The function couldn't make a network connection to the configured file system.</p>
|
|
2741
|
-
*/
|
|
2742
|
-
export interface EFSMountConnectivityException extends __SmithyException, $MetadataBearer {
|
|
2743
|
-
name: "EFSMountConnectivityException";
|
|
2744
|
-
$fault: "client";
|
|
2745
|
-
Type?: string;
|
|
2746
|
-
Message?: string;
|
|
2747
|
-
}
|
|
2748
|
-
export declare namespace EFSMountConnectivityException {
|
|
2749
|
-
/**
|
|
2750
|
-
* @internal
|
|
2751
|
-
*/
|
|
2752
|
-
const filterSensitiveLog: (obj: EFSMountConnectivityException) => any;
|
|
2753
|
-
}
|
|
2754
|
-
/**
|
|
2755
|
-
* <p>The function couldn't mount the configured file system due to a permission or configuration issue.</p>
|
|
2756
|
-
*/
|
|
2757
|
-
export interface EFSMountFailureException extends __SmithyException, $MetadataBearer {
|
|
2758
|
-
name: "EFSMountFailureException";
|
|
2759
|
-
$fault: "client";
|
|
2760
|
-
Type?: string;
|
|
2761
|
-
Message?: string;
|
|
2762
|
-
}
|
|
2763
|
-
export declare namespace EFSMountFailureException {
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
const filterSensitiveLog: (obj: EFSMountFailureException) => any;
|
|
2768
|
-
}
|
|
2769
|
-
/**
|
|
2770
|
-
* <p>The function was able to make a network connection to the configured file system, but the mount operation
|
|
2771
|
-
* timed out.</p>
|
|
2772
|
-
*/
|
|
2773
|
-
export interface EFSMountTimeoutException extends __SmithyException, $MetadataBearer {
|
|
2774
|
-
name: "EFSMountTimeoutException";
|
|
2775
|
-
$fault: "client";
|
|
2776
|
-
Type?: string;
|
|
2777
|
-
Message?: string;
|
|
2778
|
-
}
|
|
2779
|
-
export declare namespace EFSMountTimeoutException {
|
|
2780
|
-
/**
|
|
2781
|
-
* @internal
|
|
2782
|
-
*/
|
|
2783
|
-
const filterSensitiveLog: (obj: EFSMountTimeoutException) => any;
|
|
2784
|
-
}
|
|
2785
|
-
/**
|
|
2786
|
-
* <p>Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda
|
|
2787
|
-
* function configuration, because the limit for network interfaces has been reached.</p>
|
|
2788
|
-
*/
|
|
2789
|
-
export interface ENILimitReachedException extends __SmithyException, $MetadataBearer {
|
|
2790
|
-
name: "ENILimitReachedException";
|
|
2791
|
-
$fault: "server";
|
|
2792
|
-
Type?: string;
|
|
2793
|
-
Message?: string;
|
|
2794
|
-
}
|
|
2795
|
-
export declare namespace ENILimitReachedException {
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
*/
|
|
2799
|
-
const filterSensitiveLog: (obj: ENILimitReachedException) => any;
|
|
2800
|
-
}
|
|
2801
|
-
/**
|
|
2802
|
-
* <p>The request body could not be parsed as JSON.</p>
|
|
2803
|
-
*/
|
|
2804
|
-
export interface InvalidRequestContentException extends __SmithyException, $MetadataBearer {
|
|
2805
|
-
name: "InvalidRequestContentException";
|
|
2806
|
-
$fault: "client";
|
|
2807
|
-
/**
|
|
2808
|
-
* <p>The exception type.</p>
|
|
2809
|
-
*/
|
|
2810
|
-
Type?: string;
|
|
2811
|
-
/**
|
|
2812
|
-
* <p>The exception message.</p>
|
|
2813
|
-
*/
|
|
2814
|
-
message?: string;
|
|
2815
|
-
}
|
|
2816
|
-
export declare namespace InvalidRequestContentException {
|
|
2817
|
-
/**
|
|
2818
|
-
* @internal
|
|
2819
|
-
*/
|
|
2820
|
-
const filterSensitiveLog: (obj: InvalidRequestContentException) => any;
|
|
2821
|
-
}
|
|
2822
|
-
/**
|
|
2823
|
-
* <p>The runtime or runtime version specified is not supported.</p>
|
|
2824
|
-
*/
|
|
2825
|
-
export interface InvalidRuntimeException extends __SmithyException, $MetadataBearer {
|
|
2826
|
-
name: "InvalidRuntimeException";
|
|
2827
|
-
$fault: "server";
|
|
2828
|
-
Type?: string;
|
|
2829
|
-
Message?: string;
|
|
2830
|
-
}
|
|
2831
|
-
export declare namespace InvalidRuntimeException {
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
const filterSensitiveLog: (obj: InvalidRuntimeException) => any;
|
|
2836
|
-
}
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>The Security Group ID provided in the Lambda function VPC configuration is invalid.</p>
|
|
2839
|
-
*/
|
|
2840
|
-
export interface InvalidSecurityGroupIDException extends __SmithyException, $MetadataBearer {
|
|
2841
|
-
name: "InvalidSecurityGroupIDException";
|
|
2842
|
-
$fault: "server";
|
|
2843
|
-
Type?: string;
|
|
2844
|
-
Message?: string;
|
|
2845
|
-
}
|
|
2846
|
-
export declare namespace InvalidSecurityGroupIDException {
|
|
2847
|
-
/**
|
|
2848
|
-
* @internal
|
|
2849
|
-
*/
|
|
2850
|
-
const filterSensitiveLog: (obj: InvalidSecurityGroupIDException) => any;
|
|
2851
|
-
}
|
|
2852
|
-
/**
|
|
2853
|
-
* <p>The Subnet ID provided in the Lambda function VPC configuration is invalid.</p>
|
|
2854
|
-
*/
|
|
2855
|
-
export interface InvalidSubnetIDException extends __SmithyException, $MetadataBearer {
|
|
2856
|
-
name: "InvalidSubnetIDException";
|
|
2857
|
-
$fault: "server";
|
|
2858
|
-
Type?: string;
|
|
2859
|
-
Message?: string;
|
|
2860
|
-
}
|
|
2861
|
-
export declare namespace InvalidSubnetIDException {
|
|
2862
|
-
/**
|
|
2863
|
-
* @internal
|
|
2864
|
-
*/
|
|
2865
|
-
const filterSensitiveLog: (obj: InvalidSubnetIDException) => any;
|
|
2866
|
-
}
|
|
2867
|
-
/**
|
|
2868
|
-
* <p>Lambda could not unzip the deployment package.</p>
|
|
2869
|
-
*/
|
|
2870
|
-
export interface InvalidZipFileException extends __SmithyException, $MetadataBearer {
|
|
2871
|
-
name: "InvalidZipFileException";
|
|
2872
|
-
$fault: "server";
|
|
2873
|
-
Type?: string;
|
|
2874
|
-
Message?: string;
|
|
2875
|
-
}
|
|
2876
|
-
export declare namespace InvalidZipFileException {
|
|
2877
|
-
/**
|
|
2878
|
-
* @internal
|
|
2879
|
-
*/
|
|
2880
|
-
const filterSensitiveLog: (obj: InvalidZipFileException) => any;
|
|
2881
|
-
}
|
|
2882
|
-
export declare enum InvocationType {
|
|
2883
|
-
DryRun = "DryRun",
|
|
2884
|
-
Event = "Event",
|
|
2885
|
-
RequestResponse = "RequestResponse"
|
|
2886
|
-
}
|
|
2887
|
-
export declare enum LogType {
|
|
2888
|
-
None = "None",
|
|
2889
|
-
Tail = "Tail"
|
|
2890
|
-
}
|
|
2891
|
-
export interface InvocationRequest {
|
|
2892
|
-
/**
|
|
2893
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
2894
|
-
* <p class="title">
|
|
2895
|
-
* <b>Name formats</b>
|
|
2896
|
-
* </p>
|
|
2897
|
-
* <ul>
|
|
2898
|
-
* <li>
|
|
2899
|
-
* <p>
|
|
2900
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
2901
|
-
* </li>
|
|
2902
|
-
* <li>
|
|
2903
|
-
* <p>
|
|
2904
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
2905
|
-
* </li>
|
|
2906
|
-
* <li>
|
|
2907
|
-
* <p>
|
|
2908
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
2909
|
-
* </li>
|
|
2910
|
-
* </ul>
|
|
2911
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
2912
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
2913
|
-
*/
|
|
2914
|
-
FunctionName: string | undefined;
|
|
2915
|
-
/**
|
|
2916
|
-
* <p>Choose from the following options.</p>
|
|
2917
|
-
* <ul>
|
|
2918
|
-
* <li>
|
|
2919
|
-
* <p>
|
|
2920
|
-
* <code>RequestResponse</code> (default) - Invoke the function synchronously. Keep the connection open until
|
|
2921
|
-
* the function returns a response or times out. The API response includes the function response and additional
|
|
2922
|
-
* data.</p>
|
|
2923
|
-
* </li>
|
|
2924
|
-
* <li>
|
|
2925
|
-
* <p>
|
|
2926
|
-
* <code>Event</code> - Invoke the function asynchronously. Send events that fail multiple times to the
|
|
2927
|
-
* function's dead-letter queue (if it's configured). The API response only includes a status code.</p>
|
|
2928
|
-
* </li>
|
|
2929
|
-
* <li>
|
|
2930
|
-
* <p>
|
|
2931
|
-
* <code>DryRun</code> - Validate parameter values and verify that the user or role has permission to invoke
|
|
2932
|
-
* the function.</p>
|
|
2933
|
-
* </li>
|
|
2934
|
-
* </ul>
|
|
2935
|
-
*/
|
|
2936
|
-
InvocationType?: InvocationType | string;
|
|
2937
|
-
/**
|
|
2938
|
-
* <p>Set to <code>Tail</code> to include the execution log in the response. Applies to synchronously invoked functions only.</p>
|
|
2939
|
-
*/
|
|
2940
|
-
LogType?: LogType | string;
|
|
2941
|
-
/**
|
|
2942
|
-
* <p>Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context
|
|
2943
|
-
* object.</p>
|
|
2944
|
-
*/
|
|
2945
|
-
ClientContext?: string;
|
|
2946
|
-
/**
|
|
2947
|
-
* <p>The JSON that you want to provide to your Lambda function as input.</p>
|
|
2948
|
-
* <p>You can enter the JSON directly. For example, <code>--payload '{ "key": "value" }'</code>.
|
|
2949
|
-
* You can also specify a file path. For example, <code>--payload file://payload.json</code>.
|
|
2950
|
-
* </p>
|
|
2951
|
-
*/
|
|
2952
|
-
Payload?: Uint8Array;
|
|
2953
|
-
/**
|
|
2954
|
-
* <p>Specify a version or alias to invoke a published version of the function.</p>
|
|
2955
|
-
*/
|
|
2956
|
-
Qualifier?: string;
|
|
2957
|
-
}
|
|
2958
|
-
export declare namespace InvocationRequest {
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
const filterSensitiveLog: (obj: InvocationRequest) => any;
|
|
2963
|
-
}
|
|
2964
|
-
export interface InvocationResponse {
|
|
2965
|
-
/**
|
|
2966
|
-
* <p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code>
|
|
2967
|
-
* invocation type, this status code is 200. For the <code>Event</code> invocation type, this status code is 202. For
|
|
2968
|
-
* the <code>DryRun</code> invocation type, the status code is 204.</p>
|
|
2969
|
-
*/
|
|
2970
|
-
StatusCode?: number;
|
|
2971
|
-
/**
|
|
2972
|
-
* <p>If present, indicates that an error occurred during function execution. Details about the error are included
|
|
2973
|
-
* in the response payload.</p>
|
|
2974
|
-
*/
|
|
2975
|
-
FunctionError?: string;
|
|
2976
|
-
/**
|
|
2977
|
-
* <p>The last 4 KB of the execution log, which is base64 encoded.</p>
|
|
2978
|
-
*/
|
|
2979
|
-
LogResult?: string;
|
|
2980
|
-
/**
|
|
2981
|
-
* <p>The response from the function, or an error object.</p>
|
|
2982
|
-
*/
|
|
2983
|
-
Payload?: Uint8Array;
|
|
2984
|
-
/**
|
|
2985
|
-
* <p>The version of the function that executed. When you invoke a function with an alias, this indicates which
|
|
2986
|
-
* version the alias resolved to.</p>
|
|
2987
|
-
*/
|
|
2988
|
-
ExecutedVersion?: string;
|
|
2989
|
-
}
|
|
2990
|
-
export declare namespace InvocationResponse {
|
|
2991
|
-
/**
|
|
2992
|
-
* @internal
|
|
2993
|
-
*/
|
|
2994
|
-
const filterSensitiveLog: (obj: InvocationResponse) => any;
|
|
2995
|
-
}
|
|
2996
|
-
/**
|
|
2997
|
-
* <p>Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda
|
|
2998
|
-
* function's KMS permissions.</p>
|
|
2999
|
-
*/
|
|
3000
|
-
export interface KMSAccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
3001
|
-
name: "KMSAccessDeniedException";
|
|
3002
|
-
$fault: "server";
|
|
3003
|
-
Type?: string;
|
|
3004
|
-
Message?: string;
|
|
3005
|
-
}
|
|
3006
|
-
export declare namespace KMSAccessDeniedException {
|
|
3007
|
-
/**
|
|
3008
|
-
* @internal
|
|
3009
|
-
*/
|
|
3010
|
-
const filterSensitiveLog: (obj: KMSAccessDeniedException) => any;
|
|
3011
|
-
}
|
|
3012
|
-
/**
|
|
3013
|
-
* <p>Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda
|
|
3014
|
-
* function's KMS key settings.</p>
|
|
3015
|
-
*/
|
|
3016
|
-
export interface KMSDisabledException extends __SmithyException, $MetadataBearer {
|
|
3017
|
-
name: "KMSDisabledException";
|
|
3018
|
-
$fault: "server";
|
|
3019
|
-
Type?: string;
|
|
3020
|
-
Message?: string;
|
|
3021
|
-
}
|
|
3022
|
-
export declare namespace KMSDisabledException {
|
|
3023
|
-
/**
|
|
3024
|
-
* @internal
|
|
3025
|
-
*/
|
|
3026
|
-
const filterSensitiveLog: (obj: KMSDisabledException) => any;
|
|
3027
|
-
}
|
|
3028
|
-
/**
|
|
3029
|
-
* <p>Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for
|
|
3030
|
-
* Decrypt. Check the function's KMS key settings.</p>
|
|
3031
|
-
*/
|
|
3032
|
-
export interface KMSInvalidStateException extends __SmithyException, $MetadataBearer {
|
|
3033
|
-
name: "KMSInvalidStateException";
|
|
3034
|
-
$fault: "server";
|
|
3035
|
-
Type?: string;
|
|
3036
|
-
Message?: string;
|
|
3037
|
-
}
|
|
3038
|
-
export declare namespace KMSInvalidStateException {
|
|
3039
|
-
/**
|
|
3040
|
-
* @internal
|
|
3041
|
-
*/
|
|
3042
|
-
const filterSensitiveLog: (obj: KMSInvalidStateException) => any;
|
|
3043
|
-
}
|
|
3044
|
-
/**
|
|
3045
|
-
* <p>Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the function's
|
|
3046
|
-
* KMS key settings. </p>
|
|
3047
|
-
*/
|
|
3048
|
-
export interface KMSNotFoundException extends __SmithyException, $MetadataBearer {
|
|
3049
|
-
name: "KMSNotFoundException";
|
|
3050
|
-
$fault: "server";
|
|
3051
|
-
Type?: string;
|
|
3052
|
-
Message?: string;
|
|
3053
|
-
}
|
|
3054
|
-
export declare namespace KMSNotFoundException {
|
|
3055
|
-
/**
|
|
3056
|
-
* @internal
|
|
3057
|
-
*/
|
|
3058
|
-
const filterSensitiveLog: (obj: KMSNotFoundException) => any;
|
|
3059
|
-
}
|
|
3060
|
-
/**
|
|
3061
|
-
* <p>The request payload exceeded the <code>Invoke</code> request body JSON input limit. For more information, see
|
|
3062
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">Limits</a>. </p>
|
|
3063
|
-
*/
|
|
3064
|
-
export interface RequestTooLargeException extends __SmithyException, $MetadataBearer {
|
|
3065
|
-
name: "RequestTooLargeException";
|
|
3066
|
-
$fault: "client";
|
|
3067
|
-
Type?: string;
|
|
3068
|
-
message?: string;
|
|
3069
|
-
}
|
|
3070
|
-
export declare namespace RequestTooLargeException {
|
|
3071
|
-
/**
|
|
3072
|
-
* @internal
|
|
3073
|
-
*/
|
|
3074
|
-
const filterSensitiveLog: (obj: RequestTooLargeException) => any;
|
|
3075
|
-
}
|
|
3076
|
-
/**
|
|
3077
|
-
* <p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to
|
|
3078
|
-
* reestablish and try again.</p>
|
|
3079
|
-
*/
|
|
3080
|
-
export interface ResourceNotReadyException extends __SmithyException, $MetadataBearer {
|
|
3081
|
-
name: "ResourceNotReadyException";
|
|
3082
|
-
$fault: "server";
|
|
3083
|
-
/**
|
|
3084
|
-
* <p>The exception type.</p>
|
|
3085
|
-
*/
|
|
3086
|
-
Type?: string;
|
|
3087
|
-
/**
|
|
3088
|
-
* <p>The exception message.</p>
|
|
3089
|
-
*/
|
|
3090
|
-
message?: string;
|
|
3091
|
-
}
|
|
3092
|
-
export declare namespace ResourceNotReadyException {
|
|
3093
|
-
/**
|
|
3094
|
-
* @internal
|
|
3095
|
-
*/
|
|
3096
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
3097
|
-
}
|
|
3098
|
-
/**
|
|
3099
|
-
* <p>Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets
|
|
3100
|
-
* has no available IP addresses.</p>
|
|
3101
|
-
*/
|
|
3102
|
-
export interface SubnetIPAddressLimitReachedException extends __SmithyException, $MetadataBearer {
|
|
3103
|
-
name: "SubnetIPAddressLimitReachedException";
|
|
3104
|
-
$fault: "server";
|
|
3105
|
-
Type?: string;
|
|
3106
|
-
Message?: string;
|
|
3107
|
-
}
|
|
3108
|
-
export declare namespace SubnetIPAddressLimitReachedException {
|
|
3109
|
-
/**
|
|
3110
|
-
* @internal
|
|
3111
|
-
*/
|
|
3112
|
-
const filterSensitiveLog: (obj: SubnetIPAddressLimitReachedException) => any;
|
|
3113
|
-
}
|
|
3114
|
-
/**
|
|
3115
|
-
* <p>The content type of the <code>Invoke</code> request body is not JSON.</p>
|
|
3116
|
-
*/
|
|
3117
|
-
export interface UnsupportedMediaTypeException extends __SmithyException, $MetadataBearer {
|
|
3118
|
-
name: "UnsupportedMediaTypeException";
|
|
3119
|
-
$fault: "client";
|
|
3120
|
-
Type?: string;
|
|
3121
|
-
message?: string;
|
|
3122
|
-
}
|
|
3123
|
-
export declare namespace UnsupportedMediaTypeException {
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
const filterSensitiveLog: (obj: UnsupportedMediaTypeException) => any;
|
|
3128
|
-
}
|
|
3129
|
-
export interface InvokeAsyncRequest {
|
|
3130
|
-
/**
|
|
3131
|
-
* <p>The name of the Lambda function.</p>
|
|
3132
|
-
* <p class="title">
|
|
3133
|
-
* <b>Name formats</b>
|
|
3134
|
-
* </p>
|
|
3135
|
-
* <ul>
|
|
3136
|
-
* <li>
|
|
3137
|
-
* <p>
|
|
3138
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
3139
|
-
* </li>
|
|
3140
|
-
* <li>
|
|
3141
|
-
* <p>
|
|
3142
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
3143
|
-
* </li>
|
|
3144
|
-
* <li>
|
|
3145
|
-
* <p>
|
|
3146
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
3147
|
-
* </li>
|
|
3148
|
-
* </ul>
|
|
3149
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3150
|
-
* characters in length.</p>
|
|
3151
|
-
*/
|
|
3152
|
-
FunctionName: string | undefined;
|
|
3153
|
-
/**
|
|
3154
|
-
* <p>The JSON that you want to provide to your Lambda function as input.</p>
|
|
3155
|
-
*/
|
|
3156
|
-
InvokeArgs: Readable | ReadableStream | Blob | undefined;
|
|
3157
|
-
}
|
|
3158
|
-
export declare namespace InvokeAsyncRequest {
|
|
3159
|
-
/**
|
|
3160
|
-
* @internal
|
|
3161
|
-
*/
|
|
3162
|
-
const filterSensitiveLog: (obj: InvokeAsyncRequest) => any;
|
|
3163
|
-
}
|
|
3164
|
-
/**
|
|
3165
|
-
* @deprecated
|
|
3166
|
-
*
|
|
3167
|
-
* <p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation. </p>
|
|
3168
|
-
*/
|
|
3169
|
-
export interface InvokeAsyncResponse {
|
|
3170
|
-
/**
|
|
3171
|
-
* <p>The status code.</p>
|
|
3172
|
-
*/
|
|
3173
|
-
Status?: number;
|
|
3174
|
-
}
|
|
3175
|
-
export declare namespace InvokeAsyncResponse {
|
|
3176
|
-
/**
|
|
3177
|
-
* @internal
|
|
3178
|
-
*/
|
|
3179
|
-
const filterSensitiveLog: (obj: InvokeAsyncResponse) => any;
|
|
3180
|
-
}
|
|
3181
|
-
export interface ListAliasesRequest {
|
|
3182
|
-
/**
|
|
3183
|
-
* <p>The name of the Lambda function.</p>
|
|
3184
|
-
* <p class="title">
|
|
3185
|
-
* <b>Name formats</b>
|
|
3186
|
-
* </p>
|
|
3187
|
-
* <ul>
|
|
3188
|
-
* <li>
|
|
3189
|
-
* <p>
|
|
3190
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
3191
|
-
* </li>
|
|
3192
|
-
* <li>
|
|
3193
|
-
* <p>
|
|
3194
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
3195
|
-
* </li>
|
|
3196
|
-
* <li>
|
|
3197
|
-
* <p>
|
|
3198
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
3199
|
-
* </li>
|
|
3200
|
-
* </ul>
|
|
3201
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3202
|
-
* characters in length.</p>
|
|
3203
|
-
*/
|
|
3204
|
-
FunctionName: string | undefined;
|
|
3205
|
-
/**
|
|
3206
|
-
* <p>Specify a function version to only list aliases that invoke that version.</p>
|
|
3207
|
-
*/
|
|
3208
|
-
FunctionVersion?: string;
|
|
3209
|
-
/**
|
|
3210
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3211
|
-
*/
|
|
3212
|
-
Marker?: string;
|
|
3213
|
-
/**
|
|
3214
|
-
* <p>Limit the number of aliases returned.</p>
|
|
3215
|
-
*/
|
|
3216
|
-
MaxItems?: number;
|
|
3217
|
-
}
|
|
3218
|
-
export declare namespace ListAliasesRequest {
|
|
3219
|
-
/**
|
|
3220
|
-
* @internal
|
|
3221
|
-
*/
|
|
3222
|
-
const filterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
3223
|
-
}
|
|
3224
|
-
export interface ListAliasesResponse {
|
|
3225
|
-
/**
|
|
3226
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3227
|
-
*/
|
|
3228
|
-
NextMarker?: string;
|
|
3229
|
-
/**
|
|
3230
|
-
* <p>A list of aliases.</p>
|
|
3231
|
-
*/
|
|
3232
|
-
Aliases?: AliasConfiguration[];
|
|
3233
|
-
}
|
|
3234
|
-
export declare namespace ListAliasesResponse {
|
|
3235
|
-
/**
|
|
3236
|
-
* @internal
|
|
3237
|
-
*/
|
|
3238
|
-
const filterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
3239
|
-
}
|
|
3240
|
-
export interface ListCodeSigningConfigsRequest {
|
|
3241
|
-
/**
|
|
3242
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3243
|
-
*/
|
|
3244
|
-
Marker?: string;
|
|
3245
|
-
/**
|
|
3246
|
-
* <p>Maximum number of items to return.</p>
|
|
3247
|
-
*/
|
|
3248
|
-
MaxItems?: number;
|
|
3249
|
-
}
|
|
3250
|
-
export declare namespace ListCodeSigningConfigsRequest {
|
|
3251
|
-
/**
|
|
3252
|
-
* @internal
|
|
3253
|
-
*/
|
|
3254
|
-
const filterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
|
|
3255
|
-
}
|
|
3256
|
-
export interface ListCodeSigningConfigsResponse {
|
|
3257
|
-
/**
|
|
3258
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3259
|
-
*/
|
|
3260
|
-
NextMarker?: string;
|
|
3261
|
-
/**
|
|
3262
|
-
* <p>The code signing configurations</p>
|
|
3263
|
-
*/
|
|
3264
|
-
CodeSigningConfigs?: CodeSigningConfig[];
|
|
3265
|
-
}
|
|
3266
|
-
export declare namespace ListCodeSigningConfigsResponse {
|
|
3267
|
-
/**
|
|
3268
|
-
* @internal
|
|
3269
|
-
*/
|
|
3270
|
-
const filterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
|
|
3271
|
-
}
|
|
3272
|
-
export interface ListEventSourceMappingsRequest {
|
|
3273
|
-
/**
|
|
3274
|
-
* <p>The Amazon Resource Name (ARN) of the event source.</p>
|
|
3275
|
-
* <ul>
|
|
3276
|
-
* <li>
|
|
3277
|
-
* <p>
|
|
3278
|
-
* <b>Amazon Kinesis</b> - The ARN of the data stream or a stream consumer.</p>
|
|
3279
|
-
* </li>
|
|
3280
|
-
* <li>
|
|
3281
|
-
* <p>
|
|
3282
|
-
* <b>Amazon DynamoDB Streams</b> - The ARN of the stream.</p>
|
|
3283
|
-
* </li>
|
|
3284
|
-
* <li>
|
|
3285
|
-
* <p>
|
|
3286
|
-
* <b>Amazon Simple Queue Service</b> - The ARN of the queue.</p>
|
|
3287
|
-
* </li>
|
|
3288
|
-
* <li>
|
|
3289
|
-
* <p>
|
|
3290
|
-
* <b>Amazon Managed Streaming for Apache Kafka</b> - The ARN of the cluster.</p>
|
|
3291
|
-
* </li>
|
|
3292
|
-
* </ul>
|
|
3293
|
-
*/
|
|
3294
|
-
EventSourceArn?: string;
|
|
3295
|
-
/**
|
|
3296
|
-
* <p>The name of the Lambda function.</p>
|
|
3297
|
-
* <p class="title">
|
|
3298
|
-
* <b>Name formats</b>
|
|
3299
|
-
* </p>
|
|
3300
|
-
* <ul>
|
|
3301
|
-
* <li>
|
|
3302
|
-
* <p>
|
|
3303
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
3304
|
-
* </li>
|
|
3305
|
-
* <li>
|
|
3306
|
-
* <p>
|
|
3307
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
3308
|
-
* </li>
|
|
3309
|
-
* <li>
|
|
3310
|
-
* <p>
|
|
3311
|
-
* <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
|
|
3312
|
-
* </li>
|
|
3313
|
-
* <li>
|
|
3314
|
-
* <p>
|
|
3315
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
3316
|
-
* </li>
|
|
3317
|
-
* </ul>
|
|
3318
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
|
|
3319
|
-
* characters in length.</p>
|
|
3320
|
-
*/
|
|
3321
|
-
FunctionName?: string;
|
|
3322
|
-
/**
|
|
3323
|
-
* <p>A pagination token returned by a previous call.</p>
|
|
3324
|
-
*/
|
|
3325
|
-
Marker?: string;
|
|
3326
|
-
/**
|
|
3327
|
-
* <p>The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of
|
|
3328
|
-
* 100 items in each response, even if you set the number higher.</p>
|
|
3329
|
-
*/
|
|
3330
|
-
MaxItems?: number;
|
|
3331
|
-
}
|
|
3332
|
-
export declare namespace ListEventSourceMappingsRequest {
|
|
3333
|
-
/**
|
|
3334
|
-
* @internal
|
|
3335
|
-
*/
|
|
3336
|
-
const filterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
|
|
3337
|
-
}
|
|
3338
|
-
export interface ListEventSourceMappingsResponse {
|
|
3339
|
-
/**
|
|
3340
|
-
* <p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>
|
|
3341
|
-
*/
|
|
3342
|
-
NextMarker?: string;
|
|
3343
|
-
/**
|
|
3344
|
-
* <p>A list of event source mappings.</p>
|
|
3345
|
-
*/
|
|
3346
|
-
EventSourceMappings?: EventSourceMappingConfiguration[];
|
|
3347
|
-
}
|
|
3348
|
-
export declare namespace ListEventSourceMappingsResponse {
|
|
3349
|
-
/**
|
|
3350
|
-
* @internal
|
|
3351
|
-
*/
|
|
3352
|
-
const filterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
|
|
3353
|
-
}
|
|
3354
|
-
export interface ListFunctionEventInvokeConfigsRequest {
|
|
3355
|
-
/**
|
|
3356
|
-
* <p>The name of the Lambda function.</p>
|
|
3357
|
-
* <p class="title">
|
|
3358
|
-
* <b>Name formats</b>
|
|
3359
|
-
* </p>
|
|
3360
|
-
* <ul>
|
|
3361
|
-
* <li>
|
|
3362
|
-
* <p>
|
|
3363
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
3364
|
-
* </li>
|
|
3365
|
-
* <li>
|
|
3366
|
-
* <p>
|
|
3367
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
3368
|
-
* </li>
|
|
3369
|
-
* <li>
|
|
3370
|
-
* <p>
|
|
3371
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
3372
|
-
* </li>
|
|
3373
|
-
* </ul>
|
|
3374
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3375
|
-
* characters in length.</p>
|
|
3376
|
-
*/
|
|
3377
|
-
FunctionName: string | undefined;
|
|
3378
|
-
/**
|
|
3379
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3380
|
-
*/
|
|
3381
|
-
Marker?: string;
|
|
3382
|
-
/**
|
|
3383
|
-
* <p>The maximum number of configurations to return.</p>
|
|
3384
|
-
*/
|
|
3385
|
-
MaxItems?: number;
|
|
3386
|
-
}
|
|
3387
|
-
export declare namespace ListFunctionEventInvokeConfigsRequest {
|
|
3388
|
-
/**
|
|
3389
|
-
* @internal
|
|
3390
|
-
*/
|
|
3391
|
-
const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
|
|
3392
|
-
}
|
|
3393
|
-
export interface ListFunctionEventInvokeConfigsResponse {
|
|
3394
|
-
/**
|
|
3395
|
-
* <p>A list of configurations.</p>
|
|
3396
|
-
*/
|
|
3397
|
-
FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
|
|
3398
|
-
/**
|
|
3399
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3400
|
-
*/
|
|
3401
|
-
NextMarker?: string;
|
|
3402
|
-
}
|
|
3403
|
-
export declare namespace ListFunctionEventInvokeConfigsResponse {
|
|
3404
|
-
/**
|
|
3405
|
-
* @internal
|
|
3406
|
-
*/
|
|
3407
|
-
const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
|
|
3408
|
-
}
|
|
3409
|
-
export declare enum FunctionVersion {
|
|
3410
|
-
ALL = "ALL"
|
|
3411
|
-
}
|
|
3412
|
-
export interface ListFunctionsRequest {
|
|
3413
|
-
/**
|
|
3414
|
-
* <p>For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, <code>us-east-1</code> filters
|
|
3415
|
-
* the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
|
|
3416
|
-
* Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>
|
|
3417
|
-
*/
|
|
3418
|
-
MasterRegion?: string;
|
|
3419
|
-
/**
|
|
3420
|
-
* <p>Set to <code>ALL</code> to include entries for all published versions of each function.</p>
|
|
3421
|
-
*/
|
|
3422
|
-
FunctionVersion?: FunctionVersion | string;
|
|
3423
|
-
/**
|
|
3424
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3425
|
-
*/
|
|
3426
|
-
Marker?: string;
|
|
3427
|
-
/**
|
|
3428
|
-
* <p>The maximum number of functions to return in the response. Note that <code>ListFunctions</code> returns a maximum of 50 items in each response,
|
|
3429
|
-
* even if you set the number higher.</p>
|
|
3430
|
-
*/
|
|
3431
|
-
MaxItems?: number;
|
|
3432
|
-
}
|
|
3433
|
-
export declare namespace ListFunctionsRequest {
|
|
3434
|
-
/**
|
|
3435
|
-
* @internal
|
|
3436
|
-
*/
|
|
3437
|
-
const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
3438
|
-
}
|
|
3439
|
-
/**
|
|
3440
|
-
* <p>A list of Lambda functions.</p>
|
|
3441
|
-
*/
|
|
3442
|
-
export interface ListFunctionsResponse {
|
|
3443
|
-
/**
|
|
3444
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3445
|
-
*/
|
|
3446
|
-
NextMarker?: string;
|
|
3447
|
-
/**
|
|
3448
|
-
* <p>A list of Lambda functions.</p>
|
|
3449
|
-
*/
|
|
3450
|
-
Functions?: FunctionConfiguration[];
|
|
3451
|
-
}
|
|
3452
|
-
export declare namespace ListFunctionsResponse {
|
|
3453
|
-
/**
|
|
3454
|
-
* @internal
|
|
3455
|
-
*/
|
|
3456
|
-
const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
3457
|
-
}
|
|
3458
|
-
export interface ListFunctionsByCodeSigningConfigRequest {
|
|
3459
|
-
/**
|
|
3460
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
3461
|
-
*/
|
|
3462
|
-
CodeSigningConfigArn: string | undefined;
|
|
3463
|
-
/**
|
|
3464
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3465
|
-
*/
|
|
3466
|
-
Marker?: string;
|
|
3467
|
-
/**
|
|
3468
|
-
* <p>Maximum number of items to return.</p>
|
|
3469
|
-
*/
|
|
3470
|
-
MaxItems?: number;
|
|
3471
|
-
}
|
|
3472
|
-
export declare namespace ListFunctionsByCodeSigningConfigRequest {
|
|
3473
|
-
/**
|
|
3474
|
-
* @internal
|
|
3475
|
-
*/
|
|
3476
|
-
const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
|
|
3477
|
-
}
|
|
3478
|
-
export interface ListFunctionsByCodeSigningConfigResponse {
|
|
3479
|
-
/**
|
|
3480
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3481
|
-
*/
|
|
3482
|
-
NextMarker?: string;
|
|
3483
|
-
/**
|
|
3484
|
-
* <p>The function ARNs. </p>
|
|
3485
|
-
*/
|
|
3486
|
-
FunctionArns?: string[];
|
|
3487
|
-
}
|
|
3488
|
-
export declare namespace ListFunctionsByCodeSigningConfigResponse {
|
|
3489
|
-
/**
|
|
3490
|
-
* @internal
|
|
3491
|
-
*/
|
|
3492
|
-
const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
|
|
3493
|
-
}
|
|
3494
|
-
export interface ListLayersRequest {
|
|
3495
|
-
/**
|
|
3496
|
-
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
|
|
3497
|
-
*/
|
|
3498
|
-
CompatibleRuntime?: Runtime | string;
|
|
3499
|
-
/**
|
|
3500
|
-
* <p>A pagination token returned by a previous call.</p>
|
|
3501
|
-
*/
|
|
3502
|
-
Marker?: string;
|
|
3503
|
-
/**
|
|
3504
|
-
* <p>The maximum number of layers to return.</p>
|
|
3505
|
-
*/
|
|
3506
|
-
MaxItems?: number;
|
|
3507
|
-
/**
|
|
3508
|
-
* <p>The compatible
|
|
3509
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architecture</a>.</p>
|
|
3510
|
-
*/
|
|
3511
|
-
CompatibleArchitecture?: Architecture | string;
|
|
3512
|
-
}
|
|
3513
|
-
export declare namespace ListLayersRequest {
|
|
3514
|
-
/**
|
|
3515
|
-
* @internal
|
|
3516
|
-
*/
|
|
3517
|
-
const filterSensitiveLog: (obj: ListLayersRequest) => any;
|
|
3518
|
-
}
|
|
3519
|
-
/**
|
|
3520
|
-
* <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
3521
|
-
* layer</a>.</p>
|
|
3522
|
-
*/
|
|
3523
|
-
export interface LayerVersionsListItem {
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The ARN of the layer version.</p>
|
|
3526
|
-
*/
|
|
3527
|
-
LayerVersionArn?: string;
|
|
3528
|
-
/**
|
|
3529
|
-
* <p>The version number.</p>
|
|
3530
|
-
*/
|
|
3531
|
-
Version?: number;
|
|
3532
|
-
/**
|
|
3533
|
-
* <p>The description of the version.</p>
|
|
3534
|
-
*/
|
|
3535
|
-
Description?: string;
|
|
3536
|
-
/**
|
|
3537
|
-
* <p>The date that the version was created, in ISO 8601 format. For example, <code>2018-11-27T15:10:45.123+0000</code>.</p>
|
|
3538
|
-
*/
|
|
3539
|
-
CreatedDate?: string;
|
|
3540
|
-
/**
|
|
3541
|
-
* <p>The layer's compatible runtimes.</p>
|
|
3542
|
-
*/
|
|
3543
|
-
CompatibleRuntimes?: (Runtime | string)[];
|
|
3544
|
-
/**
|
|
3545
|
-
* <p>The layer's open-source license.</p>
|
|
3546
|
-
*/
|
|
3547
|
-
LicenseInfo?: string;
|
|
3548
|
-
/**
|
|
3549
|
-
* <p>A list of compatible
|
|
3550
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
|
|
3551
|
-
*/
|
|
3552
|
-
CompatibleArchitectures?: (Architecture | string)[];
|
|
3553
|
-
}
|
|
3554
|
-
export declare namespace LayerVersionsListItem {
|
|
3555
|
-
/**
|
|
3556
|
-
* @internal
|
|
3557
|
-
*/
|
|
3558
|
-
const filterSensitiveLog: (obj: LayerVersionsListItem) => any;
|
|
3559
|
-
}
|
|
3560
|
-
/**
|
|
3561
|
-
* <p>Details about an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
3562
|
-
* layer</a>.</p>
|
|
3563
|
-
*/
|
|
3564
|
-
export interface LayersListItem {
|
|
3565
|
-
/**
|
|
3566
|
-
* <p>The name of the layer.</p>
|
|
3567
|
-
*/
|
|
3568
|
-
LayerName?: string;
|
|
3569
|
-
/**
|
|
3570
|
-
* <p>The Amazon Resource Name (ARN) of the function layer.</p>
|
|
3571
|
-
*/
|
|
3572
|
-
LayerArn?: string;
|
|
3573
|
-
/**
|
|
3574
|
-
* <p>The newest version of the layer.</p>
|
|
3575
|
-
*/
|
|
3576
|
-
LatestMatchingVersion?: LayerVersionsListItem;
|
|
3577
|
-
}
|
|
3578
|
-
export declare namespace LayersListItem {
|
|
3579
|
-
/**
|
|
3580
|
-
* @internal
|
|
3581
|
-
*/
|
|
3582
|
-
const filterSensitiveLog: (obj: LayersListItem) => any;
|
|
3583
|
-
}
|
|
3584
|
-
export interface ListLayersResponse {
|
|
3585
|
-
/**
|
|
3586
|
-
* <p>A pagination token returned when the response doesn't contain all layers.</p>
|
|
3587
|
-
*/
|
|
3588
|
-
NextMarker?: string;
|
|
3589
|
-
/**
|
|
3590
|
-
* <p>A list of function layers.</p>
|
|
3591
|
-
*/
|
|
3592
|
-
Layers?: LayersListItem[];
|
|
3593
|
-
}
|
|
3594
|
-
export declare namespace ListLayersResponse {
|
|
3595
|
-
/**
|
|
3596
|
-
* @internal
|
|
3597
|
-
*/
|
|
3598
|
-
const filterSensitiveLog: (obj: ListLayersResponse) => any;
|
|
3599
|
-
}
|
|
3600
|
-
export interface ListLayerVersionsRequest {
|
|
3601
|
-
/**
|
|
3602
|
-
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
|
|
3603
|
-
*/
|
|
3604
|
-
CompatibleRuntime?: Runtime | string;
|
|
3605
|
-
/**
|
|
3606
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
3607
|
-
*/
|
|
3608
|
-
LayerName: string | undefined;
|
|
3609
|
-
/**
|
|
3610
|
-
* <p>A pagination token returned by a previous call.</p>
|
|
3611
|
-
*/
|
|
3612
|
-
Marker?: string;
|
|
3613
|
-
/**
|
|
3614
|
-
* <p>The maximum number of versions to return.</p>
|
|
3615
|
-
*/
|
|
3616
|
-
MaxItems?: number;
|
|
3617
|
-
/**
|
|
3618
|
-
* <p>The compatible
|
|
3619
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architecture</a>.</p>
|
|
3620
|
-
*/
|
|
3621
|
-
CompatibleArchitecture?: Architecture | string;
|
|
3622
|
-
}
|
|
3623
|
-
export declare namespace ListLayerVersionsRequest {
|
|
3624
|
-
/**
|
|
3625
|
-
* @internal
|
|
3626
|
-
*/
|
|
3627
|
-
const filterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
|
|
3628
|
-
}
|
|
3629
|
-
export interface ListLayerVersionsResponse {
|
|
3630
|
-
/**
|
|
3631
|
-
* <p>A pagination token returned when the response doesn't contain all versions.</p>
|
|
3632
|
-
*/
|
|
3633
|
-
NextMarker?: string;
|
|
3634
|
-
/**
|
|
3635
|
-
* <p>A list of versions.</p>
|
|
3636
|
-
*/
|
|
3637
|
-
LayerVersions?: LayerVersionsListItem[];
|
|
3638
|
-
}
|
|
3639
|
-
export declare namespace ListLayerVersionsResponse {
|
|
3640
|
-
/**
|
|
3641
|
-
* @internal
|
|
3642
|
-
*/
|
|
3643
|
-
const filterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
|
|
3644
|
-
}
|
|
3645
|
-
export interface ListProvisionedConcurrencyConfigsRequest {
|
|
3646
|
-
/**
|
|
3647
|
-
* <p>The name of the Lambda function.</p>
|
|
3648
|
-
* <p class="title">
|
|
3649
|
-
* <b>Name formats</b>
|
|
3650
|
-
* </p>
|
|
3651
|
-
* <ul>
|
|
3652
|
-
* <li>
|
|
3653
|
-
* <p>
|
|
3654
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
3655
|
-
* </li>
|
|
3656
|
-
* <li>
|
|
3657
|
-
* <p>
|
|
3658
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
3659
|
-
* </li>
|
|
3660
|
-
* <li>
|
|
3661
|
-
* <p>
|
|
3662
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
3663
|
-
* </li>
|
|
3664
|
-
* </ul>
|
|
3665
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3666
|
-
* characters in length.</p>
|
|
3667
|
-
*/
|
|
3668
|
-
FunctionName: string | undefined;
|
|
3669
|
-
/**
|
|
3670
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3671
|
-
*/
|
|
3672
|
-
Marker?: string;
|
|
3673
|
-
/**
|
|
3674
|
-
* <p>Specify a number to limit the number of configurations returned.</p>
|
|
3675
|
-
*/
|
|
3676
|
-
MaxItems?: number;
|
|
3677
|
-
}
|
|
3678
|
-
export declare namespace ListProvisionedConcurrencyConfigsRequest {
|
|
3679
|
-
/**
|
|
3680
|
-
* @internal
|
|
3681
|
-
*/
|
|
3682
|
-
const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
|
|
3683
|
-
}
|
|
3684
|
-
/**
|
|
3685
|
-
* <p>Details about the provisioned concurrency configuration for a function alias or version.</p>
|
|
3686
|
-
*/
|
|
3687
|
-
export interface ProvisionedConcurrencyConfigListItem {
|
|
3688
|
-
/**
|
|
3689
|
-
* <p>The Amazon Resource Name (ARN) of the alias or version.</p>
|
|
3690
|
-
*/
|
|
3691
|
-
FunctionArn?: string;
|
|
3692
|
-
/**
|
|
3693
|
-
* <p>The amount of provisioned concurrency requested.</p>
|
|
3694
|
-
*/
|
|
3695
|
-
RequestedProvisionedConcurrentExecutions?: number;
|
|
3696
|
-
/**
|
|
3697
|
-
* <p>The amount of provisioned concurrency available.</p>
|
|
3698
|
-
*/
|
|
3699
|
-
AvailableProvisionedConcurrentExecutions?: number;
|
|
3700
|
-
/**
|
|
3701
|
-
* <p>The amount of provisioned concurrency allocated.</p>
|
|
3702
|
-
*/
|
|
3703
|
-
AllocatedProvisionedConcurrentExecutions?: number;
|
|
3704
|
-
/**
|
|
3705
|
-
* <p>The status of the allocation process.</p>
|
|
3706
|
-
*/
|
|
3707
|
-
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
3708
|
-
/**
|
|
3709
|
-
* <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
|
|
3710
|
-
*/
|
|
3711
|
-
StatusReason?: string;
|
|
3712
|
-
/**
|
|
3713
|
-
* <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
|
|
3714
|
-
*/
|
|
3715
|
-
LastModified?: string;
|
|
3716
|
-
}
|
|
3717
|
-
export declare namespace ProvisionedConcurrencyConfigListItem {
|
|
3718
|
-
/**
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
3721
|
-
const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
|
|
3722
|
-
}
|
|
3723
|
-
export interface ListProvisionedConcurrencyConfigsResponse {
|
|
3724
|
-
/**
|
|
3725
|
-
* <p>A list of provisioned concurrency configurations.</p>
|
|
3726
|
-
*/
|
|
3727
|
-
ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
|
|
3728
|
-
/**
|
|
3729
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3730
|
-
*/
|
|
3731
|
-
NextMarker?: string;
|
|
3732
|
-
}
|
|
3733
|
-
export declare namespace ListProvisionedConcurrencyConfigsResponse {
|
|
3734
|
-
/**
|
|
3735
|
-
* @internal
|
|
3736
|
-
*/
|
|
3737
|
-
const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
|
|
3738
|
-
}
|
|
3739
|
-
export interface ListTagsRequest {
|
|
3740
|
-
/**
|
|
3741
|
-
* <p>The function's Amazon Resource Name (ARN).
|
|
3742
|
-
* Note: Lambda does not support adding tags to aliases or versions.</p>
|
|
3743
|
-
*/
|
|
3744
|
-
Resource: string | undefined;
|
|
3745
|
-
}
|
|
3746
|
-
export declare namespace ListTagsRequest {
|
|
3747
|
-
/**
|
|
3748
|
-
* @internal
|
|
3749
|
-
*/
|
|
3750
|
-
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
3751
|
-
}
|
|
3752
|
-
export interface ListTagsResponse {
|
|
3753
|
-
/**
|
|
3754
|
-
* <p>The function's tags.</p>
|
|
3755
|
-
*/
|
|
3756
|
-
Tags?: {
|
|
3757
|
-
[key: string]: string;
|
|
3758
|
-
};
|
|
3759
|
-
}
|
|
3760
|
-
export declare namespace ListTagsResponse {
|
|
3761
|
-
/**
|
|
3762
|
-
* @internal
|
|
3763
|
-
*/
|
|
3764
|
-
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
3765
|
-
}
|
|
3766
|
-
export interface ListVersionsByFunctionRequest {
|
|
3767
|
-
/**
|
|
3768
|
-
* <p>The name of the Lambda function.</p>
|
|
3769
|
-
* <p class="title">
|
|
3770
|
-
* <b>Name formats</b>
|
|
3771
|
-
* </p>
|
|
3772
|
-
* <ul>
|
|
3773
|
-
* <li>
|
|
3774
|
-
* <p>
|
|
3775
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
3776
|
-
* </li>
|
|
3777
|
-
* <li>
|
|
3778
|
-
* <p>
|
|
3779
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
3780
|
-
* </li>
|
|
3781
|
-
* <li>
|
|
3782
|
-
* <p>
|
|
3783
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
3784
|
-
* </li>
|
|
3785
|
-
* </ul>
|
|
3786
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3787
|
-
* characters in length.</p>
|
|
3788
|
-
*/
|
|
3789
|
-
FunctionName: string | undefined;
|
|
3790
|
-
/**
|
|
3791
|
-
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
3792
|
-
*/
|
|
3793
|
-
Marker?: string;
|
|
3794
|
-
/**
|
|
3795
|
-
* <p>The maximum number of versions to return. Note that <code>ListVersionsByFunction</code> returns a maximum of 50 items in each response,
|
|
3796
|
-
* even if you set the number higher.</p>
|
|
3797
|
-
*/
|
|
3798
|
-
MaxItems?: number;
|
|
3799
|
-
}
|
|
3800
|
-
export declare namespace ListVersionsByFunctionRequest {
|
|
3801
|
-
/**
|
|
3802
|
-
* @internal
|
|
3803
|
-
*/
|
|
3804
|
-
const filterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
|
|
3805
|
-
}
|
|
3806
|
-
export interface ListVersionsByFunctionResponse {
|
|
3807
|
-
/**
|
|
3808
|
-
* <p>The pagination token that's included if more results are available.</p>
|
|
3809
|
-
*/
|
|
3810
|
-
NextMarker?: string;
|
|
3811
|
-
/**
|
|
3812
|
-
* <p>A list of Lambda function versions.</p>
|
|
3813
|
-
*/
|
|
3814
|
-
Versions?: FunctionConfiguration[];
|
|
3815
|
-
}
|
|
3816
|
-
export declare namespace ListVersionsByFunctionResponse {
|
|
3817
|
-
/**
|
|
3818
|
-
* @internal
|
|
3819
|
-
*/
|
|
3820
|
-
const filterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
|
|
3821
|
-
}
|
|
3822
|
-
/**
|
|
3823
|
-
* <p>A ZIP archive that contains the contents of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
3824
|
-
* layer</a>. You can specify either an Amazon S3 location,
|
|
3825
|
-
* or upload a layer archive directly.</p>
|
|
3826
|
-
*/
|
|
3827
|
-
export interface LayerVersionContentInput {
|
|
3828
|
-
/**
|
|
3829
|
-
* <p>The Amazon S3 bucket of the layer archive.</p>
|
|
3830
|
-
*/
|
|
3831
|
-
S3Bucket?: string;
|
|
3832
|
-
/**
|
|
3833
|
-
* <p>The Amazon S3 key of the layer archive.</p>
|
|
3834
|
-
*/
|
|
3835
|
-
S3Key?: string;
|
|
3836
|
-
/**
|
|
3837
|
-
* <p>For versioned objects, the version of the layer archive object to use.</p>
|
|
3838
|
-
*/
|
|
3839
|
-
S3ObjectVersion?: string;
|
|
3840
|
-
/**
|
|
3841
|
-
* <p>The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
|
|
3842
|
-
* you.</p>
|
|
3843
|
-
*/
|
|
3844
|
-
ZipFile?: Uint8Array;
|
|
3845
|
-
}
|
|
3846
|
-
export declare namespace LayerVersionContentInput {
|
|
3847
|
-
/**
|
|
3848
|
-
* @internal
|
|
3849
|
-
*/
|
|
3850
|
-
const filterSensitiveLog: (obj: LayerVersionContentInput) => any;
|
|
3851
|
-
}
|
|
3852
|
-
export interface PublishLayerVersionRequest {
|
|
3853
|
-
/**
|
|
3854
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
3855
|
-
*/
|
|
3856
|
-
LayerName: string | undefined;
|
|
3857
|
-
/**
|
|
3858
|
-
* <p>The description of the version.</p>
|
|
3859
|
-
*/
|
|
3860
|
-
Description?: string;
|
|
3861
|
-
/**
|
|
3862
|
-
* <p>The function layer archive.</p>
|
|
3863
|
-
*/
|
|
3864
|
-
Content: LayerVersionContentInput | undefined;
|
|
3865
|
-
/**
|
|
3866
|
-
* <p>A list of compatible <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">function
|
|
3867
|
-
* runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p>
|
|
3868
|
-
*/
|
|
3869
|
-
CompatibleRuntimes?: (Runtime | string)[];
|
|
3870
|
-
/**
|
|
3871
|
-
* <p>The layer's software license. It can be any of the following:</p>
|
|
3872
|
-
* <ul>
|
|
3873
|
-
* <li>
|
|
3874
|
-
* <p>An <a href="https://spdx.org/licenses/">SPDX license identifier</a>. For example,
|
|
3875
|
-
* <code>MIT</code>.</p>
|
|
3876
|
-
* </li>
|
|
3877
|
-
* <li>
|
|
3878
|
-
* <p>The URL of a license hosted on the internet. For example,
|
|
3879
|
-
* <code>https://opensource.org/licenses/MIT</code>.</p>
|
|
3880
|
-
* </li>
|
|
3881
|
-
* <li>
|
|
3882
|
-
* <p>The full text of the license.</p>
|
|
3883
|
-
* </li>
|
|
3884
|
-
* </ul>
|
|
3885
|
-
*/
|
|
3886
|
-
LicenseInfo?: string;
|
|
3887
|
-
/**
|
|
3888
|
-
* <p>A list of compatible
|
|
3889
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
|
|
3890
|
-
*/
|
|
3891
|
-
CompatibleArchitectures?: (Architecture | string)[];
|
|
3892
|
-
}
|
|
3893
|
-
export declare namespace PublishLayerVersionRequest {
|
|
3894
|
-
/**
|
|
3895
|
-
* @internal
|
|
3896
|
-
*/
|
|
3897
|
-
const filterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
|
|
3898
|
-
}
|
|
3899
|
-
export interface PublishLayerVersionResponse {
|
|
3900
|
-
/**
|
|
3901
|
-
* <p>Details about the layer version.</p>
|
|
3902
|
-
*/
|
|
3903
|
-
Content?: LayerVersionContentOutput;
|
|
3904
|
-
/**
|
|
3905
|
-
* <p>The ARN of the layer.</p>
|
|
3906
|
-
*/
|
|
3907
|
-
LayerArn?: string;
|
|
3908
|
-
/**
|
|
3909
|
-
* <p>The ARN of the layer version.</p>
|
|
3910
|
-
*/
|
|
3911
|
-
LayerVersionArn?: string;
|
|
3912
|
-
/**
|
|
3913
|
-
* <p>The description of the version.</p>
|
|
3914
|
-
*/
|
|
3915
|
-
Description?: string;
|
|
3916
|
-
/**
|
|
3917
|
-
* <p>The date that the layer version was created, in <a href="https://www.w3.org/TR/NOTE-datetime">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>
|
|
3918
|
-
*/
|
|
3919
|
-
CreatedDate?: string;
|
|
3920
|
-
/**
|
|
3921
|
-
* <p>The version number.</p>
|
|
3922
|
-
*/
|
|
3923
|
-
Version?: number;
|
|
3924
|
-
/**
|
|
3925
|
-
* <p>The layer's compatible runtimes.</p>
|
|
3926
|
-
*/
|
|
3927
|
-
CompatibleRuntimes?: (Runtime | string)[];
|
|
3928
|
-
/**
|
|
3929
|
-
* <p>The layer's software license.</p>
|
|
3930
|
-
*/
|
|
3931
|
-
LicenseInfo?: string;
|
|
3932
|
-
/**
|
|
3933
|
-
* <p>A list of compatible
|
|
3934
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html">instruction set architectures</a>.</p>
|
|
3935
|
-
*/
|
|
3936
|
-
CompatibleArchitectures?: (Architecture | string)[];
|
|
3937
|
-
}
|
|
3938
|
-
export declare namespace PublishLayerVersionResponse {
|
|
3939
|
-
/**
|
|
3940
|
-
* @internal
|
|
3941
|
-
*/
|
|
3942
|
-
const filterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
|
|
3943
|
-
}
|
|
3944
|
-
export interface PublishVersionRequest {
|
|
3945
|
-
/**
|
|
3946
|
-
* <p>The name of the Lambda function.</p>
|
|
3947
|
-
* <p class="title">
|
|
3948
|
-
* <b>Name formats</b>
|
|
3949
|
-
* </p>
|
|
3950
|
-
* <ul>
|
|
3951
|
-
* <li>
|
|
3952
|
-
* <p>
|
|
3953
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
3954
|
-
* </li>
|
|
3955
|
-
* <li>
|
|
3956
|
-
* <p>
|
|
3957
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
3958
|
-
* </li>
|
|
3959
|
-
* <li>
|
|
3960
|
-
* <p>
|
|
3961
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
3962
|
-
* </li>
|
|
3963
|
-
* </ul>
|
|
3964
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
3965
|
-
* characters in length.</p>
|
|
3966
|
-
*/
|
|
3967
|
-
FunctionName: string | undefined;
|
|
3968
|
-
/**
|
|
3969
|
-
* <p>Only publish a version if the hash value matches the value that's specified. Use this option to avoid
|
|
3970
|
-
* publishing a version if the function code has changed since you last updated it. You can get the hash for the
|
|
3971
|
-
* version that you uploaded from the output of <a>UpdateFunctionCode</a>.</p>
|
|
3972
|
-
*/
|
|
3973
|
-
CodeSha256?: string;
|
|
3974
|
-
/**
|
|
3975
|
-
* <p>A description for the version to override the description in the function configuration.</p>
|
|
3976
|
-
*/
|
|
3977
|
-
Description?: string;
|
|
3978
|
-
/**
|
|
3979
|
-
* <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid
|
|
3980
|
-
* publishing a version if the function configuration has changed since you last updated it.</p>
|
|
3981
|
-
*/
|
|
3982
|
-
RevisionId?: string;
|
|
3983
|
-
}
|
|
3984
|
-
export declare namespace PublishVersionRequest {
|
|
3985
|
-
/**
|
|
3986
|
-
* @internal
|
|
3987
|
-
*/
|
|
3988
|
-
const filterSensitiveLog: (obj: PublishVersionRequest) => any;
|
|
3989
|
-
}
|
|
3990
|
-
export interface PutFunctionCodeSigningConfigRequest {
|
|
3991
|
-
/**
|
|
3992
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
3993
|
-
*/
|
|
3994
|
-
CodeSigningConfigArn: string | undefined;
|
|
3995
|
-
/**
|
|
3996
|
-
* <p>The name of the Lambda function.</p>
|
|
3997
|
-
* <p class="title">
|
|
3998
|
-
* <b>Name formats</b>
|
|
3999
|
-
* </p>
|
|
4000
|
-
* <ul>
|
|
4001
|
-
* <li>
|
|
4002
|
-
* <p>
|
|
4003
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
4004
|
-
* </li>
|
|
4005
|
-
* <li>
|
|
4006
|
-
* <p>
|
|
4007
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
4008
|
-
* </li>
|
|
4009
|
-
* <li>
|
|
4010
|
-
* <p>
|
|
4011
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
4012
|
-
* </li>
|
|
4013
|
-
* </ul>
|
|
4014
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4015
|
-
* characters in length.</p>
|
|
4016
|
-
*/
|
|
4017
|
-
FunctionName: string | undefined;
|
|
4018
|
-
}
|
|
4019
|
-
export declare namespace PutFunctionCodeSigningConfigRequest {
|
|
4020
|
-
/**
|
|
4021
|
-
* @internal
|
|
4022
|
-
*/
|
|
4023
|
-
const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
|
|
4024
|
-
}
|
|
4025
|
-
export interface PutFunctionCodeSigningConfigResponse {
|
|
4026
|
-
/**
|
|
4027
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
4028
|
-
*/
|
|
4029
|
-
CodeSigningConfigArn: string | undefined;
|
|
4030
|
-
/**
|
|
4031
|
-
* <p>The name of the Lambda function.</p>
|
|
4032
|
-
* <p class="title">
|
|
4033
|
-
* <b>Name formats</b>
|
|
4034
|
-
* </p>
|
|
4035
|
-
* <ul>
|
|
4036
|
-
* <li>
|
|
4037
|
-
* <p>
|
|
4038
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
4039
|
-
* </li>
|
|
4040
|
-
* <li>
|
|
4041
|
-
* <p>
|
|
4042
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
4043
|
-
* </li>
|
|
4044
|
-
* <li>
|
|
4045
|
-
* <p>
|
|
4046
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
4047
|
-
* </li>
|
|
4048
|
-
* </ul>
|
|
4049
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4050
|
-
* characters in length.</p>
|
|
4051
|
-
*/
|
|
4052
|
-
FunctionName: string | undefined;
|
|
4053
|
-
}
|
|
4054
|
-
export declare namespace PutFunctionCodeSigningConfigResponse {
|
|
4055
|
-
/**
|
|
4056
|
-
* @internal
|
|
4057
|
-
*/
|
|
4058
|
-
const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
|
|
4059
|
-
}
|
|
4060
|
-
export interface PutFunctionConcurrencyRequest {
|
|
4061
|
-
/**
|
|
4062
|
-
* <p>The name of the Lambda function.</p>
|
|
4063
|
-
* <p class="title">
|
|
4064
|
-
* <b>Name formats</b>
|
|
4065
|
-
* </p>
|
|
4066
|
-
* <ul>
|
|
4067
|
-
* <li>
|
|
4068
|
-
* <p>
|
|
4069
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
4070
|
-
* </li>
|
|
4071
|
-
* <li>
|
|
4072
|
-
* <p>
|
|
4073
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4074
|
-
* </li>
|
|
4075
|
-
* <li>
|
|
4076
|
-
* <p>
|
|
4077
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4078
|
-
* </li>
|
|
4079
|
-
* </ul>
|
|
4080
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4081
|
-
* characters in length.</p>
|
|
4082
|
-
*/
|
|
4083
|
-
FunctionName: string | undefined;
|
|
4084
|
-
/**
|
|
4085
|
-
* <p>The number of simultaneous executions to reserve for the function.</p>
|
|
4086
|
-
*/
|
|
4087
|
-
ReservedConcurrentExecutions: number | undefined;
|
|
4088
|
-
}
|
|
4089
|
-
export declare namespace PutFunctionConcurrencyRequest {
|
|
4090
|
-
/**
|
|
4091
|
-
* @internal
|
|
4092
|
-
*/
|
|
4093
|
-
const filterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
|
|
4094
|
-
}
|
|
4095
|
-
export interface PutFunctionEventInvokeConfigRequest {
|
|
4096
|
-
/**
|
|
4097
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
4098
|
-
* <p class="title">
|
|
4099
|
-
* <b>Name formats</b>
|
|
4100
|
-
* </p>
|
|
4101
|
-
* <ul>
|
|
4102
|
-
* <li>
|
|
4103
|
-
* <p>
|
|
4104
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
4105
|
-
* </li>
|
|
4106
|
-
* <li>
|
|
4107
|
-
* <p>
|
|
4108
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4109
|
-
* </li>
|
|
4110
|
-
* <li>
|
|
4111
|
-
* <p>
|
|
4112
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4113
|
-
* </li>
|
|
4114
|
-
* </ul>
|
|
4115
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
4116
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
4117
|
-
*/
|
|
4118
|
-
FunctionName: string | undefined;
|
|
4119
|
-
/**
|
|
4120
|
-
* <p>A version number or alias name.</p>
|
|
4121
|
-
*/
|
|
4122
|
-
Qualifier?: string;
|
|
4123
|
-
/**
|
|
4124
|
-
* <p>The maximum number of times to retry when the function returns an error.</p>
|
|
4125
|
-
*/
|
|
4126
|
-
MaximumRetryAttempts?: number;
|
|
4127
|
-
/**
|
|
4128
|
-
* <p>The maximum age of a request that Lambda sends to a function for processing.</p>
|
|
4129
|
-
*/
|
|
4130
|
-
MaximumEventAgeInSeconds?: number;
|
|
4131
|
-
/**
|
|
4132
|
-
* <p>A destination for events after they have been sent to a function for processing.</p>
|
|
4133
|
-
* <p class="title">
|
|
4134
|
-
* <b>Destinations</b>
|
|
4135
|
-
* </p>
|
|
4136
|
-
* <ul>
|
|
4137
|
-
* <li>
|
|
4138
|
-
* <p>
|
|
4139
|
-
* <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
|
|
4140
|
-
* </li>
|
|
4141
|
-
* <li>
|
|
4142
|
-
* <p>
|
|
4143
|
-
* <b>Queue</b> - The ARN of an SQS queue.</p>
|
|
4144
|
-
* </li>
|
|
4145
|
-
* <li>
|
|
4146
|
-
* <p>
|
|
4147
|
-
* <b>Topic</b> - The ARN of an SNS topic.</p>
|
|
4148
|
-
* </li>
|
|
4149
|
-
* <li>
|
|
4150
|
-
* <p>
|
|
4151
|
-
* <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
|
|
4152
|
-
* </li>
|
|
4153
|
-
* </ul>
|
|
4154
|
-
*/
|
|
4155
|
-
DestinationConfig?: DestinationConfig;
|
|
4156
|
-
}
|
|
4157
|
-
export declare namespace PutFunctionEventInvokeConfigRequest {
|
|
4158
|
-
/**
|
|
4159
|
-
* @internal
|
|
4160
|
-
*/
|
|
4161
|
-
const filterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
|
|
4162
|
-
}
|
|
4163
|
-
export interface PutProvisionedConcurrencyConfigRequest {
|
|
4164
|
-
/**
|
|
4165
|
-
* <p>The name of the Lambda function.</p>
|
|
4166
|
-
* <p class="title">
|
|
4167
|
-
* <b>Name formats</b>
|
|
4168
|
-
* </p>
|
|
4169
|
-
* <ul>
|
|
4170
|
-
* <li>
|
|
4171
|
-
* <p>
|
|
4172
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
4173
|
-
* </li>
|
|
4174
|
-
* <li>
|
|
4175
|
-
* <p>
|
|
4176
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4177
|
-
* </li>
|
|
4178
|
-
* <li>
|
|
4179
|
-
* <p>
|
|
4180
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4181
|
-
* </li>
|
|
4182
|
-
* </ul>
|
|
4183
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4184
|
-
* characters in length.</p>
|
|
4185
|
-
*/
|
|
4186
|
-
FunctionName: string | undefined;
|
|
4187
|
-
/**
|
|
4188
|
-
* <p>The version number or alias name.</p>
|
|
4189
|
-
*/
|
|
4190
|
-
Qualifier: string | undefined;
|
|
4191
|
-
/**
|
|
4192
|
-
* <p>The amount of provisioned concurrency to allocate for the version or alias.</p>
|
|
4193
|
-
*/
|
|
4194
|
-
ProvisionedConcurrentExecutions: number | undefined;
|
|
4195
|
-
}
|
|
4196
|
-
export declare namespace PutProvisionedConcurrencyConfigRequest {
|
|
4197
|
-
/**
|
|
4198
|
-
* @internal
|
|
4199
|
-
*/
|
|
4200
|
-
const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
|
|
4201
|
-
}
|
|
4202
|
-
export interface PutProvisionedConcurrencyConfigResponse {
|
|
4203
|
-
/**
|
|
4204
|
-
* <p>The amount of provisioned concurrency requested.</p>
|
|
4205
|
-
*/
|
|
4206
|
-
RequestedProvisionedConcurrentExecutions?: number;
|
|
4207
|
-
/**
|
|
4208
|
-
* <p>The amount of provisioned concurrency available.</p>
|
|
4209
|
-
*/
|
|
4210
|
-
AvailableProvisionedConcurrentExecutions?: number;
|
|
4211
|
-
/**
|
|
4212
|
-
* <p>The amount of provisioned concurrency allocated.</p>
|
|
4213
|
-
*/
|
|
4214
|
-
AllocatedProvisionedConcurrentExecutions?: number;
|
|
4215
|
-
/**
|
|
4216
|
-
* <p>The status of the allocation process.</p>
|
|
4217
|
-
*/
|
|
4218
|
-
Status?: ProvisionedConcurrencyStatusEnum | string;
|
|
4219
|
-
/**
|
|
4220
|
-
* <p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>
|
|
4221
|
-
*/
|
|
4222
|
-
StatusReason?: string;
|
|
4223
|
-
/**
|
|
4224
|
-
* <p>The date and time that a user last updated the configuration, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 format</a>.</p>
|
|
4225
|
-
*/
|
|
4226
|
-
LastModified?: string;
|
|
4227
|
-
}
|
|
4228
|
-
export declare namespace PutProvisionedConcurrencyConfigResponse {
|
|
4229
|
-
/**
|
|
4230
|
-
* @internal
|
|
4231
|
-
*/
|
|
4232
|
-
const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
|
|
4233
|
-
}
|
|
4234
|
-
export interface RemoveLayerVersionPermissionRequest {
|
|
4235
|
-
/**
|
|
4236
|
-
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
4237
|
-
*/
|
|
4238
|
-
LayerName: string | undefined;
|
|
4239
|
-
/**
|
|
4240
|
-
* <p>The version number.</p>
|
|
4241
|
-
*/
|
|
4242
|
-
VersionNumber: number | undefined;
|
|
4243
|
-
/**
|
|
4244
|
-
* <p>The identifier that was specified when the statement was added.</p>
|
|
4245
|
-
*/
|
|
4246
|
-
StatementId: string | undefined;
|
|
4247
|
-
/**
|
|
4248
|
-
* <p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
|
|
4249
|
-
* policy that has changed since you last read it.</p>
|
|
4250
|
-
*/
|
|
4251
|
-
RevisionId?: string;
|
|
4252
|
-
}
|
|
4253
|
-
export declare namespace RemoveLayerVersionPermissionRequest {
|
|
4254
|
-
/**
|
|
4255
|
-
* @internal
|
|
4256
|
-
*/
|
|
4257
|
-
const filterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
|
|
4258
|
-
}
|
|
4259
|
-
export interface RemovePermissionRequest {
|
|
4260
|
-
/**
|
|
4261
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
4262
|
-
* <p class="title">
|
|
4263
|
-
* <b>Name formats</b>
|
|
4264
|
-
* </p>
|
|
4265
|
-
* <ul>
|
|
4266
|
-
* <li>
|
|
4267
|
-
* <p>
|
|
4268
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
4269
|
-
* </li>
|
|
4270
|
-
* <li>
|
|
4271
|
-
* <p>
|
|
4272
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4273
|
-
* </li>
|
|
4274
|
-
* <li>
|
|
4275
|
-
* <p>
|
|
4276
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4277
|
-
* </li>
|
|
4278
|
-
* </ul>
|
|
4279
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
4280
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
4281
|
-
*/
|
|
4282
|
-
FunctionName: string | undefined;
|
|
4283
|
-
/**
|
|
4284
|
-
* <p>Statement ID of the permission to remove.</p>
|
|
4285
|
-
*/
|
|
4286
|
-
StatementId: string | undefined;
|
|
4287
|
-
/**
|
|
4288
|
-
* <p>Specify a version or alias to remove permissions from a published version of the function.</p>
|
|
4289
|
-
*/
|
|
4290
|
-
Qualifier?: string;
|
|
4291
|
-
/**
|
|
4292
|
-
* <p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a
|
|
4293
|
-
* policy that has changed since you last read it.</p>
|
|
4294
|
-
*/
|
|
4295
|
-
RevisionId?: string;
|
|
4296
|
-
}
|
|
4297
|
-
export declare namespace RemovePermissionRequest {
|
|
4298
|
-
/**
|
|
4299
|
-
* @internal
|
|
4300
|
-
*/
|
|
4301
|
-
const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
4302
|
-
}
|
|
4303
|
-
export interface TagResourceRequest {
|
|
4304
|
-
/**
|
|
4305
|
-
* <p>The function's Amazon Resource Name (ARN).</p>
|
|
4306
|
-
*/
|
|
4307
|
-
Resource: string | undefined;
|
|
4308
|
-
/**
|
|
4309
|
-
* <p>A list of tags to apply to the function.</p>
|
|
4310
|
-
*/
|
|
4311
|
-
Tags: {
|
|
4312
|
-
[key: string]: string;
|
|
4313
|
-
} | undefined;
|
|
4314
|
-
}
|
|
4315
|
-
export declare namespace TagResourceRequest {
|
|
4316
|
-
/**
|
|
4317
|
-
* @internal
|
|
4318
|
-
*/
|
|
4319
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4320
|
-
}
|
|
4321
|
-
export interface UntagResourceRequest {
|
|
4322
|
-
/**
|
|
4323
|
-
* <p>The function's Amazon Resource Name (ARN).</p>
|
|
4324
|
-
*/
|
|
4325
|
-
Resource: string | undefined;
|
|
4326
|
-
/**
|
|
4327
|
-
* <p>A list of tag keys to remove from the function.</p>
|
|
4328
|
-
*/
|
|
4329
|
-
TagKeys: string[] | undefined;
|
|
4330
|
-
}
|
|
4331
|
-
export declare namespace UntagResourceRequest {
|
|
4332
|
-
/**
|
|
4333
|
-
* @internal
|
|
4334
|
-
*/
|
|
4335
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4336
|
-
}
|
|
4337
|
-
export interface UpdateAliasRequest {
|
|
4338
|
-
/**
|
|
4339
|
-
* <p>The name of the Lambda function.</p>
|
|
4340
|
-
* <p class="title">
|
|
4341
|
-
* <b>Name formats</b>
|
|
4342
|
-
* </p>
|
|
4343
|
-
* <ul>
|
|
4344
|
-
* <li>
|
|
4345
|
-
* <p>
|
|
4346
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
4347
|
-
* </li>
|
|
4348
|
-
* <li>
|
|
4349
|
-
* <p>
|
|
4350
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
4351
|
-
* </li>
|
|
4352
|
-
* <li>
|
|
4353
|
-
* <p>
|
|
4354
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
4355
|
-
* </li>
|
|
4356
|
-
* </ul>
|
|
4357
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4358
|
-
* characters in length.</p>
|
|
4359
|
-
*/
|
|
4360
|
-
FunctionName: string | undefined;
|
|
4361
|
-
/**
|
|
4362
|
-
* <p>The name of the alias.</p>
|
|
4363
|
-
*/
|
|
4364
|
-
Name: string | undefined;
|
|
4365
|
-
/**
|
|
4366
|
-
* <p>The function version that the alias invokes.</p>
|
|
4367
|
-
*/
|
|
4368
|
-
FunctionVersion?: string;
|
|
4369
|
-
/**
|
|
4370
|
-
* <p>A description of the alias.</p>
|
|
4371
|
-
*/
|
|
4372
|
-
Description?: string;
|
|
4373
|
-
/**
|
|
4374
|
-
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing">routing
|
|
4375
|
-
* configuration</a> of the alias.</p>
|
|
4376
|
-
*/
|
|
4377
|
-
RoutingConfig?: AliasRoutingConfiguration;
|
|
4378
|
-
/**
|
|
4379
|
-
* <p>Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying
|
|
4380
|
-
* an alias that has changed since you last read it.</p>
|
|
4381
|
-
*/
|
|
4382
|
-
RevisionId?: string;
|
|
4383
|
-
}
|
|
4384
|
-
export declare namespace UpdateAliasRequest {
|
|
4385
|
-
/**
|
|
4386
|
-
* @internal
|
|
4387
|
-
*/
|
|
4388
|
-
const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
4389
|
-
}
|
|
4390
|
-
export interface UpdateCodeSigningConfigRequest {
|
|
4391
|
-
/**
|
|
4392
|
-
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
4393
|
-
*/
|
|
4394
|
-
CodeSigningConfigArn: string | undefined;
|
|
4395
|
-
/**
|
|
4396
|
-
* <p>Descriptive name for this code signing configuration.</p>
|
|
4397
|
-
*/
|
|
4398
|
-
Description?: string;
|
|
4399
|
-
/**
|
|
4400
|
-
* <p>Signing profiles for this code signing configuration.</p>
|
|
4401
|
-
*/
|
|
4402
|
-
AllowedPublishers?: AllowedPublishers;
|
|
4403
|
-
/**
|
|
4404
|
-
* <p>The code signing policy.</p>
|
|
4405
|
-
*/
|
|
4406
|
-
CodeSigningPolicies?: CodeSigningPolicies;
|
|
4407
|
-
}
|
|
4408
|
-
export declare namespace UpdateCodeSigningConfigRequest {
|
|
4409
|
-
/**
|
|
4410
|
-
* @internal
|
|
4411
|
-
*/
|
|
4412
|
-
const filterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
|
|
4413
|
-
}
|
|
4414
|
-
export interface UpdateCodeSigningConfigResponse {
|
|
4415
|
-
/**
|
|
4416
|
-
* <p>The code signing configuration</p>
|
|
4417
|
-
*/
|
|
4418
|
-
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
4419
|
-
}
|
|
4420
|
-
export declare namespace UpdateCodeSigningConfigResponse {
|
|
4421
|
-
/**
|
|
4422
|
-
* @internal
|
|
4423
|
-
*/
|
|
4424
|
-
const filterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
|
|
4425
|
-
}
|
|
4426
|
-
export interface UpdateEventSourceMappingRequest {
|
|
4427
|
-
/**
|
|
4428
|
-
* <p>The identifier of the event source mapping.</p>
|
|
4429
|
-
*/
|
|
4430
|
-
UUID: string | undefined;
|
|
4431
|
-
/**
|
|
4432
|
-
* <p>The name of the Lambda function.</p>
|
|
4433
|
-
* <p class="title">
|
|
4434
|
-
* <b>Name formats</b>
|
|
4435
|
-
* </p>
|
|
4436
|
-
* <ul>
|
|
4437
|
-
* <li>
|
|
4438
|
-
* <p>
|
|
4439
|
-
* <b>Function name</b> - <code>MyFunction</code>.</p>
|
|
4440
|
-
* </li>
|
|
4441
|
-
* <li>
|
|
4442
|
-
* <p>
|
|
4443
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p>
|
|
4444
|
-
* </li>
|
|
4445
|
-
* <li>
|
|
4446
|
-
* <p>
|
|
4447
|
-
* <b>Version or Alias ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p>
|
|
4448
|
-
* </li>
|
|
4449
|
-
* <li>
|
|
4450
|
-
* <p>
|
|
4451
|
-
* <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p>
|
|
4452
|
-
* </li>
|
|
4453
|
-
* </ul>
|
|
4454
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64
|
|
4455
|
-
* characters in length.</p>
|
|
4456
|
-
*/
|
|
4457
|
-
FunctionName?: string;
|
|
4458
|
-
/**
|
|
4459
|
-
* <p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p>
|
|
4460
|
-
* <p>Default: True</p>
|
|
4461
|
-
*/
|
|
4462
|
-
Enabled?: boolean;
|
|
4463
|
-
/**
|
|
4464
|
-
* <p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation
|
|
4465
|
-
* (6 MB).</p>
|
|
4466
|
-
* <ul>
|
|
4467
|
-
* <li>
|
|
4468
|
-
* <p>
|
|
4469
|
-
* <b>Amazon Kinesis</b> - Default 100. Max 10,000.</p>
|
|
4470
|
-
* </li>
|
|
4471
|
-
* <li>
|
|
4472
|
-
* <p>
|
|
4473
|
-
* <b>Amazon DynamoDB Streams</b> - Default 100. Max 1,000.</p>
|
|
4474
|
-
* </li>
|
|
4475
|
-
* <li>
|
|
4476
|
-
* <p>
|
|
4477
|
-
* <b>Amazon Simple Queue Service</b> - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p>
|
|
4478
|
-
* </li>
|
|
4479
|
-
* <li>
|
|
4480
|
-
* <p>
|
|
4481
|
-
* <b>Amazon Managed Streaming for Apache Kafka</b> - Default 100. Max 10,000.</p>
|
|
4482
|
-
* </li>
|
|
4483
|
-
* <li>
|
|
4484
|
-
* <p>
|
|
4485
|
-
* <b>Self-Managed Apache Kafka</b> - Default 100. Max 10,000.</p>
|
|
4486
|
-
* </li>
|
|
4487
|
-
* <li>
|
|
4488
|
-
* <p>
|
|
4489
|
-
* <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> - Default 100. Max 10,000.</p>
|
|
4490
|
-
* </li>
|
|
4491
|
-
* </ul>
|
|
4492
|
-
*/
|
|
4493
|
-
BatchSize?: number;
|
|
4494
|
-
/**
|
|
4495
|
-
* <p>(Streams and Amazon SQS) An object that defines the filter criteria that
|
|
4496
|
-
* determine whether Lambda should process an event. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html">Lambda event filtering</a>.</p>
|
|
4497
|
-
*/
|
|
4498
|
-
FilterCriteria?: FilterCriteria;
|
|
4499
|
-
/**
|
|
4500
|
-
* <p>(Streams and Amazon SQS standard queues) The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.</p>
|
|
4501
|
-
* <p>Default: 0</p>
|
|
4502
|
-
* <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>
|
|
4503
|
-
*/
|
|
4504
|
-
MaximumBatchingWindowInSeconds?: number;
|
|
4505
|
-
/**
|
|
4506
|
-
* <p>(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.</p>
|
|
4507
|
-
*/
|
|
4508
|
-
DestinationConfig?: DestinationConfig;
|
|
4509
|
-
/**
|
|
4510
|
-
* <p>(Streams only) Discard records older than the specified age. The default value is infinite (-1).</p>
|
|
4511
|
-
*/
|
|
4512
|
-
MaximumRecordAgeInSeconds?: number;
|
|
4513
|
-
/**
|
|
4514
|
-
* <p>(Streams only) If the function returns an error, split the batch in two and retry.</p>
|
|
4515
|
-
*/
|
|
4516
|
-
BisectBatchOnFunctionError?: boolean;
|
|
4517
|
-
/**
|
|
4518
|
-
* <p>(Streams only) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records will be retried until the record expires.</p>
|
|
4519
|
-
*/
|
|
4520
|
-
MaximumRetryAttempts?: number;
|
|
4521
|
-
/**
|
|
4522
|
-
* <p>(Streams only) The number of batches to process from each shard concurrently.</p>
|
|
4523
|
-
*/
|
|
4524
|
-
ParallelizationFactor?: number;
|
|
4525
|
-
/**
|
|
4526
|
-
* <p>An array of authentication protocols or VPC components required to secure your event source.</p>
|
|
4527
|
-
*/
|
|
4528
|
-
SourceAccessConfigurations?: SourceAccessConfiguration[];
|
|
4529
|
-
/**
|
|
4530
|
-
* <p>(Streams only) The duration in seconds of a processing window. The range is between 1 second up to 900 seconds.</p>
|
|
4531
|
-
*/
|
|
4532
|
-
TumblingWindowInSeconds?: number;
|
|
4533
|
-
/**
|
|
4534
|
-
* <p>(Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>
|
|
4535
|
-
*/
|
|
4536
|
-
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
4537
|
-
}
|
|
4538
|
-
export declare namespace UpdateEventSourceMappingRequest {
|
|
4539
|
-
/**
|
|
4540
|
-
* @internal
|
|
4541
|
-
*/
|
|
4542
|
-
const filterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
|
|
4543
|
-
}
|
|
4544
|
-
export interface UpdateFunctionCodeRequest {
|
|
4545
|
-
/**
|
|
4546
|
-
* <p>The name of the Lambda function.</p>
|
|
4547
|
-
* <p class="title">
|
|
4548
|
-
* <b>Name formats</b>
|
|
4549
|
-
* </p>
|
|
4550
|
-
* <ul>
|
|
4551
|
-
* <li>
|
|
4552
|
-
* <p>
|
|
4553
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
4554
|
-
* </li>
|
|
4555
|
-
* <li>
|
|
4556
|
-
* <p>
|
|
4557
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4558
|
-
* </li>
|
|
4559
|
-
* <li>
|
|
4560
|
-
* <p>
|
|
4561
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4562
|
-
* </li>
|
|
4563
|
-
* </ul>
|
|
4564
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4565
|
-
* characters in length.</p>
|
|
4566
|
-
*/
|
|
4567
|
-
FunctionName: string | undefined;
|
|
4568
|
-
/**
|
|
4569
|
-
* <p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for
|
|
4570
|
-
* you.</p>
|
|
4571
|
-
*/
|
|
4572
|
-
ZipFile?: Uint8Array;
|
|
4573
|
-
/**
|
|
4574
|
-
* <p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>
|
|
4575
|
-
*/
|
|
4576
|
-
S3Bucket?: string;
|
|
4577
|
-
/**
|
|
4578
|
-
* <p>The Amazon S3 key of the deployment package.</p>
|
|
4579
|
-
*/
|
|
4580
|
-
S3Key?: string;
|
|
4581
|
-
/**
|
|
4582
|
-
* <p>For versioned objects, the version of the deployment package object to use.</p>
|
|
4583
|
-
*/
|
|
4584
|
-
S3ObjectVersion?: string;
|
|
4585
|
-
/**
|
|
4586
|
-
* <p>URI of a container image in the Amazon ECR registry.</p>
|
|
4587
|
-
*/
|
|
4588
|
-
ImageUri?: string;
|
|
4589
|
-
/**
|
|
4590
|
-
* <p>Set to true to publish a new version of the function after updating the code. This has the same effect as
|
|
4591
|
-
* calling <a>PublishVersion</a> separately.</p>
|
|
4592
|
-
*/
|
|
4593
|
-
Publish?: boolean;
|
|
4594
|
-
/**
|
|
4595
|
-
* <p>Set to true to validate the request parameters and access permissions without modifying the function
|
|
4596
|
-
* code.</p>
|
|
4597
|
-
*/
|
|
4598
|
-
DryRun?: boolean;
|
|
4599
|
-
/**
|
|
4600
|
-
* <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a
|
|
4601
|
-
* function that has changed since you last read it.</p>
|
|
4602
|
-
*/
|
|
4603
|
-
RevisionId?: string;
|
|
4604
|
-
/**
|
|
4605
|
-
* <p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64).
|
|
4606
|
-
* The default value is <code>x86_64</code>.</p>
|
|
4607
|
-
*/
|
|
4608
|
-
Architectures?: (Architecture | string)[];
|
|
4609
|
-
}
|
|
4610
|
-
export declare namespace UpdateFunctionCodeRequest {
|
|
4611
|
-
/**
|
|
4612
|
-
* @internal
|
|
4613
|
-
*/
|
|
4614
|
-
const filterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
|
|
4615
|
-
}
|
|
4616
|
-
export interface UpdateFunctionConfigurationRequest {
|
|
4617
|
-
/**
|
|
4618
|
-
* <p>The name of the Lambda function.</p>
|
|
4619
|
-
* <p class="title">
|
|
4620
|
-
* <b>Name formats</b>
|
|
4621
|
-
* </p>
|
|
4622
|
-
* <ul>
|
|
4623
|
-
* <li>
|
|
4624
|
-
* <p>
|
|
4625
|
-
* <b>Function name</b> - <code>my-function</code>.</p>
|
|
4626
|
-
* </li>
|
|
4627
|
-
* <li>
|
|
4628
|
-
* <p>
|
|
4629
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4630
|
-
* </li>
|
|
4631
|
-
* <li>
|
|
4632
|
-
* <p>
|
|
4633
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4634
|
-
* </li>
|
|
4635
|
-
* </ul>
|
|
4636
|
-
* <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64
|
|
4637
|
-
* characters in length.</p>
|
|
4638
|
-
*/
|
|
4639
|
-
FunctionName: string | undefined;
|
|
4640
|
-
/**
|
|
4641
|
-
* <p>The Amazon Resource Name (ARN) of the function's execution role.</p>
|
|
4642
|
-
*/
|
|
4643
|
-
Role?: string;
|
|
4644
|
-
/**
|
|
4645
|
-
* <p>The name of the method within your code that Lambda calls to execute your function.
|
|
4646
|
-
* Handler is required if the deployment package is a .zip file archive. The format includes the
|
|
4647
|
-
* file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information,
|
|
4648
|
-
* see <a href="https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html">Programming Model</a>.</p>
|
|
4649
|
-
*/
|
|
4650
|
-
Handler?: string;
|
|
4651
|
-
/**
|
|
4652
|
-
* <p>A description of the function.</p>
|
|
4653
|
-
*/
|
|
4654
|
-
Description?: string;
|
|
4655
|
-
/**
|
|
4656
|
-
* <p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The
|
|
4657
|
-
* maximum allowed value is 900 seconds. For additional information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html">Lambda execution environment</a>.</p>
|
|
4658
|
-
*/
|
|
4659
|
-
Timeout?: number;
|
|
4660
|
-
/**
|
|
4661
|
-
* <p>The amount of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html">memory available to the function</a> at runtime.
|
|
4662
|
-
* Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>
|
|
4663
|
-
*/
|
|
4664
|
-
MemorySize?: number;
|
|
4665
|
-
/**
|
|
4666
|
-
* <p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.
|
|
4667
|
-
* When you connect a function to a VPC, it can only access resources and the internet through that VPC. For more
|
|
4668
|
-
* information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
|
|
4669
|
-
*/
|
|
4670
|
-
VpcConfig?: VpcConfig;
|
|
4671
|
-
/**
|
|
4672
|
-
* <p>Environment variables that are accessible from function code during execution.</p>
|
|
4673
|
-
*/
|
|
4674
|
-
Environment?: Environment;
|
|
4675
|
-
/**
|
|
4676
|
-
* <p>The identifier of the function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime</a>. Runtime is required if the deployment package is a .zip file archive.
|
|
4677
|
-
* </p>
|
|
4678
|
-
*/
|
|
4679
|
-
Runtime?: Runtime | string;
|
|
4680
|
-
/**
|
|
4681
|
-
* <p>A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events
|
|
4682
|
-
* when they fail processing. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">Dead Letter Queues</a>.</p>
|
|
4683
|
-
*/
|
|
4684
|
-
DeadLetterConfig?: DeadLetterConfig;
|
|
4685
|
-
/**
|
|
4686
|
-
* <p>The ARN of the Amazon Web Services Key Management Service (KMS) key that's used to encrypt your function's environment
|
|
4687
|
-
* variables. If it's not provided, Lambda uses a default service key.</p>
|
|
4688
|
-
*/
|
|
4689
|
-
KMSKeyArn?: string;
|
|
4690
|
-
/**
|
|
4691
|
-
* <p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with
|
|
4692
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a>.</p>
|
|
4693
|
-
*/
|
|
4694
|
-
TracingConfig?: TracingConfig;
|
|
4695
|
-
/**
|
|
4696
|
-
* <p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid modifying a
|
|
4697
|
-
* function that has changed since you last read it.</p>
|
|
4698
|
-
*/
|
|
4699
|
-
RevisionId?: string;
|
|
4700
|
-
/**
|
|
4701
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">function layers</a>
|
|
4702
|
-
* to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>
|
|
4703
|
-
*/
|
|
4704
|
-
Layers?: string[];
|
|
4705
|
-
/**
|
|
4706
|
-
* <p>Connection settings for an Amazon EFS file system.</p>
|
|
4707
|
-
*/
|
|
4708
|
-
FileSystemConfigs?: FileSystemConfig[];
|
|
4709
|
-
/**
|
|
4710
|
-
* <p>
|
|
4711
|
-
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html">Container image configuration
|
|
4712
|
-
* values</a> that override the values in the container image Docker file.</p>
|
|
4713
|
-
*/
|
|
4714
|
-
ImageConfig?: ImageConfig;
|
|
4715
|
-
}
|
|
4716
|
-
export declare namespace UpdateFunctionConfigurationRequest {
|
|
4717
|
-
/**
|
|
4718
|
-
* @internal
|
|
4719
|
-
*/
|
|
4720
|
-
const filterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
|
|
4721
|
-
}
|
|
4722
|
-
export interface UpdateFunctionEventInvokeConfigRequest {
|
|
4723
|
-
/**
|
|
4724
|
-
* <p>The name of the Lambda function, version, or alias.</p>
|
|
4725
|
-
* <p class="title">
|
|
4726
|
-
* <b>Name formats</b>
|
|
4727
|
-
* </p>
|
|
4728
|
-
* <ul>
|
|
4729
|
-
* <li>
|
|
4730
|
-
* <p>
|
|
4731
|
-
* <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p>
|
|
4732
|
-
* </li>
|
|
4733
|
-
* <li>
|
|
4734
|
-
* <p>
|
|
4735
|
-
* <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|
4736
|
-
* </li>
|
|
4737
|
-
* <li>
|
|
4738
|
-
* <p>
|
|
4739
|
-
* <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p>
|
|
4740
|
-
* </li>
|
|
4741
|
-
* </ul>
|
|
4742
|
-
* <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN.
|
|
4743
|
-
* If you specify only the function name, it is limited to 64 characters in length.</p>
|
|
4744
|
-
*/
|
|
4745
|
-
FunctionName: string | undefined;
|
|
4746
|
-
/**
|
|
4747
|
-
* <p>A version number or alias name.</p>
|
|
4748
|
-
*/
|
|
4749
|
-
Qualifier?: string;
|
|
4750
|
-
/**
|
|
4751
|
-
* <p>The maximum number of times to retry when the function returns an error.</p>
|
|
4752
|
-
*/
|
|
4753
|
-
MaximumRetryAttempts?: number;
|
|
4754
|
-
/**
|
|
4755
|
-
* <p>The maximum age of a request that Lambda sends to a function for processing.</p>
|
|
4756
|
-
*/
|
|
4757
|
-
MaximumEventAgeInSeconds?: number;
|
|
4758
|
-
/**
|
|
4759
|
-
* <p>A destination for events after they have been sent to a function for processing.</p>
|
|
4760
|
-
* <p class="title">
|
|
4761
|
-
* <b>Destinations</b>
|
|
4762
|
-
* </p>
|
|
4763
|
-
* <ul>
|
|
4764
|
-
* <li>
|
|
4765
|
-
* <p>
|
|
4766
|
-
* <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p>
|
|
4767
|
-
* </li>
|
|
4768
|
-
* <li>
|
|
4769
|
-
* <p>
|
|
4770
|
-
* <b>Queue</b> - The ARN of an SQS queue.</p>
|
|
4771
|
-
* </li>
|
|
4772
|
-
* <li>
|
|
4773
|
-
* <p>
|
|
4774
|
-
* <b>Topic</b> - The ARN of an SNS topic.</p>
|
|
4775
|
-
* </li>
|
|
4776
|
-
* <li>
|
|
4777
|
-
* <p>
|
|
4778
|
-
* <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p>
|
|
4779
|
-
* </li>
|
|
4780
|
-
* </ul>
|
|
4781
|
-
*/
|
|
4782
|
-
DestinationConfig?: DestinationConfig;
|
|
4783
|
-
}
|
|
4784
|
-
export declare namespace UpdateFunctionEventInvokeConfigRequest {
|
|
4785
|
-
/**
|
|
4786
|
-
* @internal
|
|
4787
|
-
*/
|
|
4788
|
-
const filterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
|
|
4789
|
-
}
|