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