serverless-spy 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +15 -15
- package/dist/releasetag.txt +1 -1
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +144 -92
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +3 -3
- package/lib/src/ServerlessSpy.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +26 -26
- package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +27 -27
- package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +28 -28
- package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-eventbridge/package.json +28 -28
- package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-lambda/package.json +27 -27
- package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-s3/package.json +42 -42
- package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sns/package.json +26 -26
- package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sqs/package.json +28 -28
- package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sso/package.json +23 -23
- package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +26 -26
- package/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/config-resolver/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 +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/credential-providers/package.json +15 -15
- package/node_modules/@aws-sdk/eventstream-codec/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/eventstream-codec/package.json +2 -2
- package/node_modules/@aws-sdk/eventstream-serde-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/eventstream-serde-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/eventstream-serde-node/package.json +3 -3
- package/node_modules/@aws-sdk/eventstream-serde-universal/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-blob-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/hash-blob-browser/package.json +2 -2
- package/node_modules/@aws-sdk/hash-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/hash-stream-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/hash-stream-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +5 -5
- package/node_modules/@aws-sdk/md5-js/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/md5-js/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-location-constraint/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-retry/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sqs/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-ssec/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/property-provider/dist-cjs/TokenProviderError.js +13 -0
- package/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/property-provider/dist-es/TokenProviderError.js +15 -0
- package/node_modules/@aws-sdk/property-provider/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +15 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +7 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +8 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +16 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSsoSessionData.js +14 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSsoSessionData.js +18 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +3 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/signature-v4/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 +5 -5
- package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/types/CHANGELOG.md +12 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +8 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +2 -0
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +23 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +9 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- 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-middleware/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-stream-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-stream-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-stream-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-stream-node/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/node_modules/@serverless-stack/node/.turbo/turbo-build.log +1 -1
- package/node_modules/@serverless-stack/node/CHANGELOG.md +6 -0
- package/node_modules/@serverless-stack/node/package.json +1 -1
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/CHANGELOG.md +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/LICENSE +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/README.md +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/index.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/append/constant.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/append.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/count.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/help.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/store/constant.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/store/false.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/store/true.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/store.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/subparsers.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action/version.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/action_container.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/argparse.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/argument/error.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/argument/exclusive.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/argument/group.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/argument_parser.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/const.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/help/added_formatters.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/help/formatter.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/namespace.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/lib/utils.js +0 -0
- package/node_modules/{aws-lambda/node_modules/argparse → argparse}/package.json +0 -0
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +123 -79
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +7 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +47 -10
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +1 -2
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +60 -11
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/panorama.d.ts +62 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +12 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +151 -31
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +160 -40
- package/node_modules/aws-sdk/dist/aws-sdk.js +687 -287
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/config-base.d.ts +14 -0
- package/node_modules/aws-sdk/lib/config.js +78 -1
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +49 -30
- package/node_modules/aws-sdk/lib/node_loader.js +17 -1
- package/node_modules/aws-sdk/lib/service.js +2 -0
- package/node_modules/aws-sdk/lib/shared-ini/ini-loader.d.ts +1 -12
- package/node_modules/aws-sdk/lib/shared-ini/ini-loader.js +68 -30
- package/node_modules/aws-sdk/lib/signers/bearer.js +14 -0
- package/node_modules/aws-sdk/lib/signers/request_signer.js +2 -0
- package/node_modules/aws-sdk/lib/token/sso_token_provider.d.ts +12 -0
- package/node_modules/aws-sdk/lib/token/sso_token_provider.js +245 -0
- package/node_modules/aws-sdk/lib/token/static_token_provider.d.ts +8 -0
- package/node_modules/aws-sdk/lib/token/static_token_provider.js +27 -0
- package/node_modules/aws-sdk/lib/token/token_provider_chain.d.ts +24 -0
- package/node_modules/aws-sdk/lib/token/token_provider_chain.js +165 -0
- package/node_modules/aws-sdk/lib/token.d.ts +101 -0
- package/node_modules/aws-sdk/lib/token.js +219 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +4 -1
- package/node_modules/{aws-lambda/node_modules/commander → commander}/CHANGELOG.md +0 -0
- package/node_modules/{aws-lambda/node_modules/commander → commander}/LICENSE +0 -0
- package/node_modules/{aws-lambda/node_modules/commander → commander}/Readme.md +0 -0
- package/node_modules/{aws-lambda/node_modules/commander → commander}/index.js +0 -0
- package/node_modules/{aws-lambda/node_modules/commander → commander}/package.json +0 -0
- package/node_modules/{aws-lambda/node_modules/commander → commander}/typings/index.d.ts +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/LICENSE +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode.d.ts +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode.d.ts.map +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode.js +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode_codepoint.d.ts +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode_codepoint.d.ts.map +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/decode_codepoint.js +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/encode.d.ts +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/encode.d.ts.map +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/encode.js +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/index.d.ts +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/index.d.ts.map +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/index.js +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/maps/decode.json +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/maps/entities.json +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/maps/legacy.json +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/lib/maps/xml.json +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/package.json +0 -0
- package/node_modules/{@aws-sdk/client-s3/node_modules/entities → entities}/readme.md +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/CHANGELOG.md +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/LICENSE +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/README.md +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/bin/js-yaml.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/dist/js-yaml.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/dist/js-yaml.min.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/index.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/common.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/dumper.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/exception.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/loader.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/mark.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema/core.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema/default_full.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema/default_safe.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema/failsafe.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema/json.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/schema.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/binary.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/bool.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/float.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/int.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/js/function.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/js/regexp.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/js/undefined.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/map.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/merge.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/null.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/omap.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/pairs.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/seq.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/set.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/str.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type/timestamp.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml/type.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/lib/js-yaml.js +0 -0
- package/node_modules/{aws-lambda/node_modules/js-yaml → js-yaml}/package.json +0 -0
- package/node_modules/object.assign/CHANGELOG.md +4 -0
- package/node_modules/object.assign/dist/browser.js +944 -0
- package/node_modules/object.assign/package.json +3 -2
- package/package.json +17 -17
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/LICENSE +0 -11
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode.js +0 -53
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode_codepoint.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode_codepoint.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/decode_codepoint.js +0 -30
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/encode.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/encode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/encode.js +0 -136
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/index.d.ts +0 -27
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/index.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/index.js +0 -57
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/maps/decode.json +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/maps/entities.json +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/maps/legacy.json +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/lib/maps/xml.json +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/package.json +0 -64
- package/node_modules/@aws-sdk/client-sns/node_modules/entities/readme.md +0 -57
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/LICENSE +0 -11
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode.js +0 -53
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode_codepoint.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode_codepoint.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/decode_codepoint.js +0 -30
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/encode.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/encode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/encode.js +0 -136
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/index.d.ts +0 -27
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/index.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/index.js +0 -57
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/maps/decode.json +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/maps/entities.json +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/maps/legacy.json +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/lib/maps/xml.json +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/package.json +0 -64
- package/node_modules/@aws-sdk/client-sqs/node_modules/entities/readme.md +0 -57
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/LICENSE +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode.js +0 -53
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode_codepoint.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode_codepoint.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/decode_codepoint.js +0 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/encode.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/encode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/encode.js +0 -136
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/index.d.ts +0 -27
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/index.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/index.js +0 -57
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/maps/decode.json +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/maps/entities.json +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/maps/legacy.json +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/lib/maps/xml.json +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/package.json +0 -64
- package/node_modules/@aws-sdk/client-ssm/node_modules/entities/readme.md +0 -57
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/LICENSE +0 -11
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode.js +0 -53
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode_codepoint.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode_codepoint.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/decode_codepoint.js +0 -30
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/encode.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/encode.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/encode.js +0 -136
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/index.d.ts +0 -27
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/index.d.ts.map +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/index.js +0 -57
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/maps/decode.json +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/maps/entities.json +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/maps/legacy.json +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/lib/maps/xml.json +0 -1
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/package.json +0 -64
- package/node_modules/@aws-sdk/client-sts/node_modules/entities/readme.md +0 -57
|
@@ -445,16 +445,20 @@
|
|
|
445
445
|
},
|
|
446
446
|
"CurrentSoftware": {},
|
|
447
447
|
"Description": {},
|
|
448
|
+
"DeviceAggregatedStatus": {},
|
|
448
449
|
"DeviceConnectionStatus": {},
|
|
449
450
|
"DeviceId": {},
|
|
450
451
|
"LatestAlternateSoftware": {},
|
|
452
|
+
"LatestDeviceJob": {
|
|
453
|
+
"shape": "S2p"
|
|
454
|
+
},
|
|
451
455
|
"LatestSoftware": {},
|
|
452
456
|
"LeaseExpirationTime": {
|
|
453
457
|
"type": "timestamp"
|
|
454
458
|
},
|
|
455
459
|
"Name": {},
|
|
456
460
|
"NetworkingConfiguration": {
|
|
457
|
-
"shape": "
|
|
461
|
+
"shape": "S2t"
|
|
458
462
|
},
|
|
459
463
|
"ProvisioningStatus": {},
|
|
460
464
|
"SerialNumber": {},
|
|
@@ -685,7 +689,7 @@
|
|
|
685
689
|
"PackageId": {},
|
|
686
690
|
"PackageName": {},
|
|
687
691
|
"ReadAccessPrincipalArns": {
|
|
688
|
-
"shape": "
|
|
692
|
+
"shape": "S3u"
|
|
689
693
|
},
|
|
690
694
|
"StorageLocation": {
|
|
691
695
|
"shape": "S16"
|
|
@@ -694,7 +698,7 @@
|
|
|
694
698
|
"shape": "Sb"
|
|
695
699
|
},
|
|
696
700
|
"WriteAccessPrincipalArns": {
|
|
697
|
-
"shape": "
|
|
701
|
+
"shape": "S3u"
|
|
698
702
|
}
|
|
699
703
|
}
|
|
700
704
|
}
|
|
@@ -1008,14 +1012,30 @@
|
|
|
1008
1012
|
"input": {
|
|
1009
1013
|
"type": "structure",
|
|
1010
1014
|
"members": {
|
|
1015
|
+
"DeviceAggregatedStatusFilter": {
|
|
1016
|
+
"location": "querystring",
|
|
1017
|
+
"locationName": "DeviceAggregatedStatusFilter"
|
|
1018
|
+
},
|
|
1011
1019
|
"MaxResults": {
|
|
1012
1020
|
"location": "querystring",
|
|
1013
1021
|
"locationName": "MaxResults",
|
|
1014
1022
|
"type": "integer"
|
|
1015
1023
|
},
|
|
1024
|
+
"NameFilter": {
|
|
1025
|
+
"location": "querystring",
|
|
1026
|
+
"locationName": "NameFilter"
|
|
1027
|
+
},
|
|
1016
1028
|
"NextToken": {
|
|
1017
1029
|
"location": "querystring",
|
|
1018
1030
|
"locationName": "NextToken"
|
|
1031
|
+
},
|
|
1032
|
+
"SortBy": {
|
|
1033
|
+
"location": "querystring",
|
|
1034
|
+
"locationName": "SortBy"
|
|
1035
|
+
},
|
|
1036
|
+
"SortOrder": {
|
|
1037
|
+
"location": "querystring",
|
|
1038
|
+
"locationName": "SortOrder"
|
|
1019
1039
|
}
|
|
1020
1040
|
}
|
|
1021
1041
|
},
|
|
@@ -1034,15 +1054,25 @@
|
|
|
1034
1054
|
"CreatedTime": {
|
|
1035
1055
|
"type": "timestamp"
|
|
1036
1056
|
},
|
|
1057
|
+
"CurrentSoftware": {},
|
|
1058
|
+
"Description": {},
|
|
1059
|
+
"DeviceAggregatedStatus": {},
|
|
1037
1060
|
"DeviceId": {},
|
|
1038
1061
|
"LastUpdatedTime": {
|
|
1039
1062
|
"type": "timestamp"
|
|
1040
1063
|
},
|
|
1064
|
+
"LatestDeviceJob": {
|
|
1065
|
+
"shape": "S2p"
|
|
1066
|
+
},
|
|
1041
1067
|
"LeaseExpirationTime": {
|
|
1042
1068
|
"type": "timestamp"
|
|
1043
1069
|
},
|
|
1044
1070
|
"Name": {},
|
|
1045
|
-
"ProvisioningStatus": {}
|
|
1071
|
+
"ProvisioningStatus": {},
|
|
1072
|
+
"Tags": {
|
|
1073
|
+
"shape": "Sb"
|
|
1074
|
+
},
|
|
1075
|
+
"Type": {}
|
|
1046
1076
|
}
|
|
1047
1077
|
}
|
|
1048
1078
|
},
|
|
@@ -1352,7 +1382,7 @@
|
|
|
1352
1382
|
"Description": {},
|
|
1353
1383
|
"Name": {},
|
|
1354
1384
|
"NetworkingConfiguration": {
|
|
1355
|
-
"shape": "
|
|
1385
|
+
"shape": "S2t"
|
|
1356
1386
|
},
|
|
1357
1387
|
"Tags": {
|
|
1358
1388
|
"shape": "Sb"
|
|
@@ -1632,14 +1662,21 @@
|
|
|
1632
1662
|
"IpAddress": {}
|
|
1633
1663
|
}
|
|
1634
1664
|
},
|
|
1635
|
-
"
|
|
1665
|
+
"S2p": {
|
|
1666
|
+
"type": "structure",
|
|
1667
|
+
"members": {
|
|
1668
|
+
"ImageVersion": {},
|
|
1669
|
+
"Status": {}
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"S2t": {
|
|
1636
1673
|
"type": "structure",
|
|
1637
1674
|
"members": {
|
|
1638
1675
|
"Ethernet0": {
|
|
1639
|
-
"shape": "
|
|
1676
|
+
"shape": "S2u"
|
|
1640
1677
|
},
|
|
1641
1678
|
"Ethernet1": {
|
|
1642
|
-
"shape": "
|
|
1679
|
+
"shape": "S2u"
|
|
1643
1680
|
},
|
|
1644
1681
|
"Ntp": {
|
|
1645
1682
|
"type": "structure",
|
|
@@ -1655,7 +1692,7 @@
|
|
|
1655
1692
|
}
|
|
1656
1693
|
}
|
|
1657
1694
|
},
|
|
1658
|
-
"
|
|
1695
|
+
"S2u": {
|
|
1659
1696
|
"type": "structure",
|
|
1660
1697
|
"required": [
|
|
1661
1698
|
"ConnectionType"
|
|
@@ -1682,7 +1719,7 @@
|
|
|
1682
1719
|
}
|
|
1683
1720
|
}
|
|
1684
1721
|
},
|
|
1685
|
-
"
|
|
1722
|
+
"S3u": {
|
|
1686
1723
|
"type": "list",
|
|
1687
1724
|
"member": {}
|
|
1688
1725
|
}
|
|
@@ -2930,6 +2930,17 @@
|
|
|
2930
2930
|
"members": {
|
|
2931
2931
|
"InitialDashboardId": {}
|
|
2932
2932
|
}
|
|
2933
|
+
},
|
|
2934
|
+
"DashboardVisual": {
|
|
2935
|
+
"type": "structure",
|
|
2936
|
+
"required": [
|
|
2937
|
+
"InitialDashboardVisualId"
|
|
2938
|
+
],
|
|
2939
|
+
"members": {
|
|
2940
|
+
"InitialDashboardVisualId": {
|
|
2941
|
+
"shape": "Sbo"
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2933
2944
|
}
|
|
2934
2945
|
}
|
|
2935
2946
|
},
|
|
@@ -2947,7 +2958,7 @@
|
|
|
2947
2958
|
],
|
|
2948
2959
|
"members": {
|
|
2949
2960
|
"EmbedUrl": {
|
|
2950
|
-
"shape": "
|
|
2961
|
+
"shape": "Sbq"
|
|
2951
2962
|
},
|
|
2952
2963
|
"Status": {
|
|
2953
2964
|
"location": "statusCode",
|
|
@@ -3000,6 +3011,17 @@
|
|
|
3000
3011
|
"members": {
|
|
3001
3012
|
"InitialTopicId": {}
|
|
3002
3013
|
}
|
|
3014
|
+
},
|
|
3015
|
+
"DashboardVisual": {
|
|
3016
|
+
"type": "structure",
|
|
3017
|
+
"required": [
|
|
3018
|
+
"InitialDashboardVisualId"
|
|
3019
|
+
],
|
|
3020
|
+
"members": {
|
|
3021
|
+
"InitialDashboardVisualId": {
|
|
3022
|
+
"shape": "Sbo"
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
3003
3025
|
}
|
|
3004
3026
|
}
|
|
3005
3027
|
},
|
|
@@ -3017,7 +3039,7 @@
|
|
|
3017
3039
|
],
|
|
3018
3040
|
"members": {
|
|
3019
3041
|
"EmbedUrl": {
|
|
3020
|
-
"shape": "
|
|
3042
|
+
"shape": "Sbq"
|
|
3021
3043
|
},
|
|
3022
3044
|
"Status": {
|
|
3023
3045
|
"location": "statusCode",
|
|
@@ -3092,7 +3114,7 @@
|
|
|
3092
3114
|
"type": "structure",
|
|
3093
3115
|
"members": {
|
|
3094
3116
|
"EmbedUrl": {
|
|
3095
|
-
"shape": "
|
|
3117
|
+
"shape": "Sbq"
|
|
3096
3118
|
},
|
|
3097
3119
|
"Status": {
|
|
3098
3120
|
"location": "statusCode",
|
|
@@ -3136,7 +3158,7 @@
|
|
|
3136
3158
|
"type": "structure",
|
|
3137
3159
|
"members": {
|
|
3138
3160
|
"EmbedUrl": {
|
|
3139
|
-
"shape": "
|
|
3161
|
+
"shape": "Sbq"
|
|
3140
3162
|
},
|
|
3141
3163
|
"Status": {
|
|
3142
3164
|
"location": "statusCode",
|
|
@@ -3176,7 +3198,7 @@
|
|
|
3176
3198
|
"type": "structure",
|
|
3177
3199
|
"members": {
|
|
3178
3200
|
"AnalysisSummaryList": {
|
|
3179
|
-
"shape": "
|
|
3201
|
+
"shape": "Sc9"
|
|
3180
3202
|
},
|
|
3181
3203
|
"NextToken": {},
|
|
3182
3204
|
"Status": {
|
|
@@ -3278,7 +3300,7 @@
|
|
|
3278
3300
|
"type": "structure",
|
|
3279
3301
|
"members": {
|
|
3280
3302
|
"DashboardSummaryList": {
|
|
3281
|
-
"shape": "
|
|
3303
|
+
"shape": "Sch"
|
|
3282
3304
|
},
|
|
3283
3305
|
"NextToken": {},
|
|
3284
3306
|
"Status": {
|
|
@@ -3485,7 +3507,7 @@
|
|
|
3485
3507
|
"type": "integer"
|
|
3486
3508
|
},
|
|
3487
3509
|
"FolderSummaryList": {
|
|
3488
|
-
"shape": "
|
|
3510
|
+
"shape": "Scw"
|
|
3489
3511
|
},
|
|
3490
3512
|
"NextToken": {},
|
|
3491
3513
|
"RequestId": {}
|
|
@@ -3581,7 +3603,7 @@
|
|
|
3581
3603
|
"type": "structure",
|
|
3582
3604
|
"members": {
|
|
3583
3605
|
"GroupList": {
|
|
3584
|
-
"shape": "
|
|
3606
|
+
"shape": "Sd3"
|
|
3585
3607
|
},
|
|
3586
3608
|
"NextToken": {},
|
|
3587
3609
|
"RequestId": {},
|
|
@@ -4206,7 +4228,7 @@
|
|
|
4206
4228
|
"type": "structure",
|
|
4207
4229
|
"members": {
|
|
4208
4230
|
"GroupList": {
|
|
4209
|
-
"shape": "
|
|
4231
|
+
"shape": "Sd3"
|
|
4210
4232
|
},
|
|
4211
4233
|
"NextToken": {},
|
|
4212
4234
|
"RequestId": {},
|
|
@@ -4385,7 +4407,7 @@
|
|
|
4385
4407
|
"type": "structure",
|
|
4386
4408
|
"members": {
|
|
4387
4409
|
"AnalysisSummaryList": {
|
|
4388
|
-
"shape": "
|
|
4410
|
+
"shape": "Sc9"
|
|
4389
4411
|
},
|
|
4390
4412
|
"NextToken": {},
|
|
4391
4413
|
"Status": {
|
|
@@ -4435,7 +4457,7 @@
|
|
|
4435
4457
|
"type": "structure",
|
|
4436
4458
|
"members": {
|
|
4437
4459
|
"DashboardSummaryList": {
|
|
4438
|
-
"shape": "
|
|
4460
|
+
"shape": "Sch"
|
|
4439
4461
|
},
|
|
4440
4462
|
"NextToken": {},
|
|
4441
4463
|
"Status": {
|
|
@@ -4486,7 +4508,7 @@
|
|
|
4486
4508
|
"type": "integer"
|
|
4487
4509
|
},
|
|
4488
4510
|
"FolderSummaryList": {
|
|
4489
|
-
"shape": "
|
|
4511
|
+
"shape": "Scw"
|
|
4490
4512
|
},
|
|
4491
4513
|
"NextToken": {},
|
|
4492
4514
|
"RequestId": {}
|
|
@@ -4544,7 +4566,7 @@
|
|
|
4544
4566
|
"type": "structure",
|
|
4545
4567
|
"members": {
|
|
4546
4568
|
"GroupList": {
|
|
4547
|
-
"shape": "
|
|
4569
|
+
"shape": "Sd3"
|
|
4548
4570
|
},
|
|
4549
4571
|
"NextToken": {},
|
|
4550
4572
|
"RequestId": {},
|
|
@@ -4761,10 +4783,10 @@
|
|
|
4761
4783
|
"locationName": "AnalysisId"
|
|
4762
4784
|
},
|
|
4763
4785
|
"GrantPermissions": {
|
|
4764
|
-
"shape": "
|
|
4786
|
+
"shape": "Sff"
|
|
4765
4787
|
},
|
|
4766
4788
|
"RevokePermissions": {
|
|
4767
|
-
"shape": "
|
|
4789
|
+
"shape": "Sff"
|
|
4768
4790
|
}
|
|
4769
4791
|
}
|
|
4770
4792
|
},
|
|
@@ -4855,16 +4877,16 @@
|
|
|
4855
4877
|
"locationName": "DashboardId"
|
|
4856
4878
|
},
|
|
4857
4879
|
"GrantPermissions": {
|
|
4858
|
-
"shape": "
|
|
4880
|
+
"shape": "Sff"
|
|
4859
4881
|
},
|
|
4860
4882
|
"RevokePermissions": {
|
|
4861
|
-
"shape": "
|
|
4883
|
+
"shape": "Sff"
|
|
4862
4884
|
},
|
|
4863
4885
|
"GrantLinkPermissions": {
|
|
4864
|
-
"shape": "
|
|
4886
|
+
"shape": "Sfk"
|
|
4865
4887
|
},
|
|
4866
4888
|
"RevokeLinkPermissions": {
|
|
4867
|
-
"shape": "
|
|
4889
|
+
"shape": "Sfk"
|
|
4868
4890
|
}
|
|
4869
4891
|
}
|
|
4870
4892
|
},
|
|
@@ -5470,10 +5492,10 @@
|
|
|
5470
5492
|
"locationName": "TemplateId"
|
|
5471
5493
|
},
|
|
5472
5494
|
"GrantPermissions": {
|
|
5473
|
-
"shape": "
|
|
5495
|
+
"shape": "Sff"
|
|
5474
5496
|
},
|
|
5475
5497
|
"RevokePermissions": {
|
|
5476
|
-
"shape": "
|
|
5498
|
+
"shape": "Sff"
|
|
5477
5499
|
}
|
|
5478
5500
|
}
|
|
5479
5501
|
},
|
|
@@ -5603,10 +5625,10 @@
|
|
|
5603
5625
|
"locationName": "ThemeId"
|
|
5604
5626
|
},
|
|
5605
5627
|
"GrantPermissions": {
|
|
5606
|
-
"shape": "
|
|
5628
|
+
"shape": "Sff"
|
|
5607
5629
|
},
|
|
5608
5630
|
"RevokePermissions": {
|
|
5609
|
-
"shape": "
|
|
5631
|
+
"shape": "Sff"
|
|
5610
5632
|
}
|
|
5611
5633
|
}
|
|
5612
5634
|
},
|
|
@@ -6875,10 +6897,23 @@
|
|
|
6875
6897
|
}
|
|
6876
6898
|
},
|
|
6877
6899
|
"Sbo": {
|
|
6900
|
+
"type": "structure",
|
|
6901
|
+
"required": [
|
|
6902
|
+
"DashboardId",
|
|
6903
|
+
"SheetId",
|
|
6904
|
+
"VisualId"
|
|
6905
|
+
],
|
|
6906
|
+
"members": {
|
|
6907
|
+
"DashboardId": {},
|
|
6908
|
+
"SheetId": {},
|
|
6909
|
+
"VisualId": {}
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
6912
|
+
"Sbq": {
|
|
6878
6913
|
"type": "string",
|
|
6879
6914
|
"sensitive": true
|
|
6880
6915
|
},
|
|
6881
|
-
"
|
|
6916
|
+
"Sc9": {
|
|
6882
6917
|
"type": "list",
|
|
6883
6918
|
"member": {
|
|
6884
6919
|
"type": "structure",
|
|
@@ -6896,7 +6931,7 @@
|
|
|
6896
6931
|
}
|
|
6897
6932
|
}
|
|
6898
6933
|
},
|
|
6899
|
-
"
|
|
6934
|
+
"Sch": {
|
|
6900
6935
|
"type": "list",
|
|
6901
6936
|
"member": {
|
|
6902
6937
|
"type": "structure",
|
|
@@ -6919,7 +6954,7 @@
|
|
|
6919
6954
|
}
|
|
6920
6955
|
}
|
|
6921
6956
|
},
|
|
6922
|
-
"
|
|
6957
|
+
"Scw": {
|
|
6923
6958
|
"type": "list",
|
|
6924
6959
|
"member": {
|
|
6925
6960
|
"type": "structure",
|
|
@@ -6937,19 +6972,19 @@
|
|
|
6937
6972
|
}
|
|
6938
6973
|
}
|
|
6939
6974
|
},
|
|
6940
|
-
"
|
|
6975
|
+
"Sd3": {
|
|
6941
6976
|
"type": "list",
|
|
6942
6977
|
"member": {
|
|
6943
6978
|
"shape": "S5u"
|
|
6944
6979
|
}
|
|
6945
6980
|
},
|
|
6946
|
-
"
|
|
6981
|
+
"Sff": {
|
|
6947
6982
|
"type": "list",
|
|
6948
6983
|
"member": {
|
|
6949
6984
|
"shape": "S18"
|
|
6950
6985
|
}
|
|
6951
6986
|
},
|
|
6952
|
-
"
|
|
6987
|
+
"Sfk": {
|
|
6953
6988
|
"type": "list",
|
|
6954
6989
|
"member": {
|
|
6955
6990
|
"shape": "S18"
|