@jjrawlins/cdk-iam-policy-builder-helper 0.0.36 → 0.0.38
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 +4 -4
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +90 -90
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +90 -90
- package/node_modules/@aws-sdk/client-iam/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +30 -75
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +0 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +0 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +10 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -13
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +0 -2
- package/node_modules/@aws-sdk/core/package.json +5 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +29 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +2 -0
- 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 +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +36 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -2
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +54 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +10 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +15 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +15 -5
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +3 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-retry/package.json +4 -5
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- 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/uuid/LICENSE +201 -0
- package/node_modules/@smithy/uuid/README.md +10 -0
- package/node_modules/@smithy/uuid/dist-cjs/index.js +45 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.browser.js +1 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
- package/node_modules/@smithy/uuid/dist-cjs/v4.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
- package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/package.json +66 -0
- package/package.json +4 -4
- package/node_modules/@types/uuid/LICENSE +0 -21
- package/node_modules/@types/uuid/README.md +0 -15
- package/node_modules/@types/uuid/index.d.mts +0 -12
- package/node_modules/@types/uuid/index.d.ts +0 -86
- package/node_modules/@types/uuid/package.json +0 -54
- package/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/uuid/README.md +0 -466
- package/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/uuid/package.json +0 -135
- package/node_modules/uuid/wrapper.mjs +0 -10
|
@@ -6447,7 +6447,7 @@ const de_CreateOpenIDConnectProviderResponse = (output, context) => {
|
|
|
6447
6447
|
if (output[_OIDCPA] != null) {
|
|
6448
6448
|
contents[_OIDCPA] = __expectString(output[_OIDCPA]);
|
|
6449
6449
|
}
|
|
6450
|
-
if (output.Tags === "") {
|
|
6450
|
+
if (String(output.Tags).trim() === "") {
|
|
6451
6451
|
contents[_T] = [];
|
|
6452
6452
|
}
|
|
6453
6453
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -6481,7 +6481,7 @@ const de_CreateSAMLProviderResponse = (output, context) => {
|
|
|
6481
6481
|
if (output[_SAMLPA] != null) {
|
|
6482
6482
|
contents[_SAMLPA] = __expectString(output[_SAMLPA]);
|
|
6483
6483
|
}
|
|
6484
|
-
if (output.Tags === "") {
|
|
6484
|
+
if (String(output.Tags).trim() === "") {
|
|
6485
6485
|
contents[_T] = [];
|
|
6486
6486
|
}
|
|
6487
6487
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -6557,7 +6557,7 @@ const de_DeletionTaskFailureReasonType = (output, context) => {
|
|
|
6557
6557
|
if (output[_Re] != null) {
|
|
6558
6558
|
contents[_Re] = __expectString(output[_Re]);
|
|
6559
6559
|
}
|
|
6560
|
-
if (output.RoleUsageList === "") {
|
|
6560
|
+
if (String(output.RoleUsageList).trim() === "") {
|
|
6561
6561
|
contents[_RUL] = [];
|
|
6562
6562
|
}
|
|
6563
6563
|
else if (output[_RUL] != null && output[_RUL][_me] != null) {
|
|
@@ -6570,7 +6570,7 @@ const de_DisableOrganizationsRootCredentialsManagementResponse = (output, contex
|
|
|
6570
6570
|
if (output[_OI] != null) {
|
|
6571
6571
|
contents[_OI] = __expectString(output[_OI]);
|
|
6572
6572
|
}
|
|
6573
|
-
if (output.EnabledFeatures === "") {
|
|
6573
|
+
if (String(output.EnabledFeatures).trim() === "") {
|
|
6574
6574
|
contents[_EFn] = [];
|
|
6575
6575
|
}
|
|
6576
6576
|
else if (output[_EFn] != null && output[_EFn][_me] != null) {
|
|
@@ -6583,7 +6583,7 @@ const de_DisableOrganizationsRootSessionsResponse = (output, context) => {
|
|
|
6583
6583
|
if (output[_OI] != null) {
|
|
6584
6584
|
contents[_OI] = __expectString(output[_OI]);
|
|
6585
6585
|
}
|
|
6586
|
-
if (output.EnabledFeatures === "") {
|
|
6586
|
+
if (String(output.EnabledFeatures).trim() === "") {
|
|
6587
6587
|
contents[_EFn] = [];
|
|
6588
6588
|
}
|
|
6589
6589
|
else if (output[_EFn] != null && output[_EFn][_me] != null) {
|
|
@@ -6610,7 +6610,7 @@ const de_EnableOrganizationsRootCredentialsManagementResponse = (output, context
|
|
|
6610
6610
|
if (output[_OI] != null) {
|
|
6611
6611
|
contents[_OI] = __expectString(output[_OI]);
|
|
6612
6612
|
}
|
|
6613
|
-
if (output.EnabledFeatures === "") {
|
|
6613
|
+
if (String(output.EnabledFeatures).trim() === "") {
|
|
6614
6614
|
contents[_EFn] = [];
|
|
6615
6615
|
}
|
|
6616
6616
|
else if (output[_EFn] != null && output[_EFn][_me] != null) {
|
|
@@ -6623,7 +6623,7 @@ const de_EnableOrganizationsRootSessionsResponse = (output, context) => {
|
|
|
6623
6623
|
if (output[_OI] != null) {
|
|
6624
6624
|
contents[_OI] = __expectString(output[_OI]);
|
|
6625
6625
|
}
|
|
6626
|
-
if (output.EnabledFeatures === "") {
|
|
6626
|
+
if (String(output.EnabledFeatures).trim() === "") {
|
|
6627
6627
|
contents[_EFn] = [];
|
|
6628
6628
|
}
|
|
6629
6629
|
else if (output[_EFn] != null && output[_EFn][_me] != null) {
|
|
@@ -6711,13 +6711,13 @@ const de_EvaluationResult = (output, context) => {
|
|
|
6711
6711
|
if (output[_ED] != null) {
|
|
6712
6712
|
contents[_ED] = __expectString(output[_ED]);
|
|
6713
6713
|
}
|
|
6714
|
-
if (output.MatchedStatements === "") {
|
|
6714
|
+
if (String(output.MatchedStatements).trim() === "") {
|
|
6715
6715
|
contents[_MS] = [];
|
|
6716
6716
|
}
|
|
6717
6717
|
else if (output[_MS] != null && output[_MS][_me] != null) {
|
|
6718
6718
|
contents[_MS] = de_StatementListType(__getArrayIfSingleItem(output[_MS][_me]), context);
|
|
6719
6719
|
}
|
|
6720
|
-
if (output.MissingContextValues === "") {
|
|
6720
|
+
if (String(output.MissingContextValues).trim() === "") {
|
|
6721
6721
|
contents[_MCV] = [];
|
|
6722
6722
|
}
|
|
6723
6723
|
else if (output[_MCV] != null && output[_MCV][_me] != null) {
|
|
@@ -6729,13 +6729,13 @@ const de_EvaluationResult = (output, context) => {
|
|
|
6729
6729
|
if (output[_PBDD] != null) {
|
|
6730
6730
|
contents[_PBDD] = de_PermissionsBoundaryDecisionDetail(output[_PBDD], context);
|
|
6731
6731
|
}
|
|
6732
|
-
if (output.EvalDecisionDetails === "") {
|
|
6732
|
+
if (String(output.EvalDecisionDetails).trim() === "") {
|
|
6733
6733
|
contents[_EDD] = {};
|
|
6734
6734
|
}
|
|
6735
6735
|
else if (output[_EDD] != null && output[_EDD][_e] != null) {
|
|
6736
6736
|
contents[_EDD] = de_EvalDecisionDetailsType(__getArrayIfSingleItem(output[_EDD][_e]), context);
|
|
6737
6737
|
}
|
|
6738
|
-
if (output.ResourceSpecificResults === "") {
|
|
6738
|
+
if (String(output.ResourceSpecificResults).trim() === "") {
|
|
6739
6739
|
contents[_RSR] = [];
|
|
6740
6740
|
}
|
|
6741
6741
|
else if (output[_RSR] != null && output[_RSR][_me] != null) {
|
|
@@ -6793,25 +6793,25 @@ const de_GetAccessKeyLastUsedResponse = (output, context) => {
|
|
|
6793
6793
|
};
|
|
6794
6794
|
const de_GetAccountAuthorizationDetailsResponse = (output, context) => {
|
|
6795
6795
|
const contents = {};
|
|
6796
|
-
if (output.UserDetailList === "") {
|
|
6796
|
+
if (String(output.UserDetailList).trim() === "") {
|
|
6797
6797
|
contents[_UDL] = [];
|
|
6798
6798
|
}
|
|
6799
6799
|
else if (output[_UDL] != null && output[_UDL][_me] != null) {
|
|
6800
6800
|
contents[_UDL] = de_userDetailListType(__getArrayIfSingleItem(output[_UDL][_me]), context);
|
|
6801
6801
|
}
|
|
6802
|
-
if (output.GroupDetailList === "") {
|
|
6802
|
+
if (String(output.GroupDetailList).trim() === "") {
|
|
6803
6803
|
contents[_GDL] = [];
|
|
6804
6804
|
}
|
|
6805
6805
|
else if (output[_GDL] != null && output[_GDL][_me] != null) {
|
|
6806
6806
|
contents[_GDL] = de_groupDetailListType(__getArrayIfSingleItem(output[_GDL][_me]), context);
|
|
6807
6807
|
}
|
|
6808
|
-
if (output.RoleDetailList === "") {
|
|
6808
|
+
if (String(output.RoleDetailList).trim() === "") {
|
|
6809
6809
|
contents[_RDL] = [];
|
|
6810
6810
|
}
|
|
6811
6811
|
else if (output[_RDL] != null && output[_RDL][_me] != null) {
|
|
6812
6812
|
contents[_RDL] = de_roleDetailListType(__getArrayIfSingleItem(output[_RDL][_me]), context);
|
|
6813
6813
|
}
|
|
6814
|
-
if (output.Policies === "") {
|
|
6814
|
+
if (String(output.Policies).trim() === "") {
|
|
6815
6815
|
contents[_Pol] = [];
|
|
6816
6816
|
}
|
|
6817
6817
|
else if (output[_Pol] != null && output[_Pol][_me] != null) {
|
|
@@ -6834,7 +6834,7 @@ const de_GetAccountPasswordPolicyResponse = (output, context) => {
|
|
|
6834
6834
|
};
|
|
6835
6835
|
const de_GetAccountSummaryResponse = (output, context) => {
|
|
6836
6836
|
const contents = {};
|
|
6837
|
-
if (output.SummaryMap === "") {
|
|
6837
|
+
if (String(output.SummaryMap).trim() === "") {
|
|
6838
6838
|
contents[_SM] = {};
|
|
6839
6839
|
}
|
|
6840
6840
|
else if (output[_SM] != null && output[_SM][_e] != null) {
|
|
@@ -6844,7 +6844,7 @@ const de_GetAccountSummaryResponse = (output, context) => {
|
|
|
6844
6844
|
};
|
|
6845
6845
|
const de_GetContextKeysForPolicyResponse = (output, context) => {
|
|
6846
6846
|
const contents = {};
|
|
6847
|
-
if (output.ContextKeyNames === "") {
|
|
6847
|
+
if (String(output.ContextKeyNames).trim() === "") {
|
|
6848
6848
|
contents[_CKNo] = [];
|
|
6849
6849
|
}
|
|
6850
6850
|
else if (output[_CKNo] != null && output[_CKNo][_me] != null) {
|
|
@@ -6883,7 +6883,7 @@ const de_GetGroupResponse = (output, context) => {
|
|
|
6883
6883
|
if (output[_Gr] != null) {
|
|
6884
6884
|
contents[_Gr] = de_Group(output[_Gr], context);
|
|
6885
6885
|
}
|
|
6886
|
-
if (output.Users === "") {
|
|
6886
|
+
if (String(output.Users).trim() === "") {
|
|
6887
6887
|
contents[_Use] = [];
|
|
6888
6888
|
}
|
|
6889
6889
|
else if (output[_Use] != null && output[_Use][_me] != null) {
|
|
@@ -6922,7 +6922,7 @@ const de_GetMFADeviceResponse = (output, context) => {
|
|
|
6922
6922
|
if (output[_EDn] != null) {
|
|
6923
6923
|
contents[_EDn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_EDn]));
|
|
6924
6924
|
}
|
|
6925
|
-
if (output.Certifications === "") {
|
|
6925
|
+
if (String(output.Certifications).trim() === "") {
|
|
6926
6926
|
contents[_Ce] = {};
|
|
6927
6927
|
}
|
|
6928
6928
|
else if (output[_Ce] != null && output[_Ce][_e] != null) {
|
|
@@ -6935,13 +6935,13 @@ const de_GetOpenIDConnectProviderResponse = (output, context) => {
|
|
|
6935
6935
|
if (output[_U] != null) {
|
|
6936
6936
|
contents[_U] = __expectString(output[_U]);
|
|
6937
6937
|
}
|
|
6938
|
-
if (output.ClientIDList === "") {
|
|
6938
|
+
if (String(output.ClientIDList).trim() === "") {
|
|
6939
6939
|
contents[_CIDL] = [];
|
|
6940
6940
|
}
|
|
6941
6941
|
else if (output[_CIDL] != null && output[_CIDL][_me] != null) {
|
|
6942
6942
|
contents[_CIDL] = de_clientIDListType(__getArrayIfSingleItem(output[_CIDL][_me]), context);
|
|
6943
6943
|
}
|
|
6944
|
-
if (output.ThumbprintList === "") {
|
|
6944
|
+
if (String(output.ThumbprintList).trim() === "") {
|
|
6945
6945
|
contents[_TL] = [];
|
|
6946
6946
|
}
|
|
6947
6947
|
else if (output[_TL] != null && output[_TL][_me] != null) {
|
|
@@ -6950,7 +6950,7 @@ const de_GetOpenIDConnectProviderResponse = (output, context) => {
|
|
|
6950
6950
|
if (output[_CD] != null) {
|
|
6951
6951
|
contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
|
|
6952
6952
|
}
|
|
6953
|
-
if (output.Tags === "") {
|
|
6953
|
+
if (String(output.Tags).trim() === "") {
|
|
6954
6954
|
contents[_T] = [];
|
|
6955
6955
|
}
|
|
6956
6956
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -6975,7 +6975,7 @@ const de_GetOrganizationsAccessReportResponse = (output, context) => {
|
|
|
6975
6975
|
if (output[_NOSNA] != null) {
|
|
6976
6976
|
contents[_NOSNA] = __strictParseInt32(output[_NOSNA]);
|
|
6977
6977
|
}
|
|
6978
|
-
if (output.AccessDetails === "") {
|
|
6978
|
+
if (String(output.AccessDetails).trim() === "") {
|
|
6979
6979
|
contents[_AD] = [];
|
|
6980
6980
|
}
|
|
6981
6981
|
else if (output[_AD] != null && output[_AD][_me] != null) {
|
|
@@ -7040,7 +7040,7 @@ const de_GetSAMLProviderResponse = (output, context) => {
|
|
|
7040
7040
|
if (output[_VU] != null) {
|
|
7041
7041
|
contents[_VU] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_VU]));
|
|
7042
7042
|
}
|
|
7043
|
-
if (output.Tags === "") {
|
|
7043
|
+
if (String(output.Tags).trim() === "") {
|
|
7044
7044
|
contents[_T] = [];
|
|
7045
7045
|
}
|
|
7046
7046
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7049,7 +7049,7 @@ const de_GetSAMLProviderResponse = (output, context) => {
|
|
|
7049
7049
|
if (output[_AEM] != null) {
|
|
7050
7050
|
contents[_AEM] = __expectString(output[_AEM]);
|
|
7051
7051
|
}
|
|
7052
|
-
if (output.PrivateKeyList === "") {
|
|
7052
|
+
if (String(output.PrivateKeyList).trim() === "") {
|
|
7053
7053
|
contents[_PKL] = [];
|
|
7054
7054
|
}
|
|
7055
7055
|
else if (output[_PKL] != null && output[_PKL][_me] != null) {
|
|
@@ -7075,7 +7075,7 @@ const de_GetServiceLastAccessedDetailsResponse = (output, context) => {
|
|
|
7075
7075
|
if (output[_JCD] != null) {
|
|
7076
7076
|
contents[_JCD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_JCD]));
|
|
7077
7077
|
}
|
|
7078
|
-
if (output.ServicesLastAccessed === "") {
|
|
7078
|
+
if (String(output.ServicesLastAccessed).trim() === "") {
|
|
7079
7079
|
contents[_SLA] = [];
|
|
7080
7080
|
}
|
|
7081
7081
|
else if (output[_SLA] != null && output[_SLA][_me] != null) {
|
|
@@ -7106,7 +7106,7 @@ const de_GetServiceLastAccessedDetailsWithEntitiesResponse = (output, context) =
|
|
|
7106
7106
|
if (output[_JCDo] != null) {
|
|
7107
7107
|
contents[_JCDo] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_JCDo]));
|
|
7108
7108
|
}
|
|
7109
|
-
if (output.EntityDetailsList === "") {
|
|
7109
|
+
if (String(output.EntityDetailsList).trim() === "") {
|
|
7110
7110
|
contents[_EDL] = [];
|
|
7111
7111
|
}
|
|
7112
7112
|
else if (output[_EDL] != null && output[_EDL][_me] != null) {
|
|
@@ -7196,13 +7196,13 @@ const de_GroupDetail = (output, context) => {
|
|
|
7196
7196
|
if (output[_CD] != null) {
|
|
7197
7197
|
contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
|
|
7198
7198
|
}
|
|
7199
|
-
if (output.GroupPolicyList === "") {
|
|
7199
|
+
if (String(output.GroupPolicyList).trim() === "") {
|
|
7200
7200
|
contents[_GPL] = [];
|
|
7201
7201
|
}
|
|
7202
7202
|
else if (output[_GPL] != null && output[_GPL][_me] != null) {
|
|
7203
7203
|
contents[_GPL] = de_policyDetailListType(__getArrayIfSingleItem(output[_GPL][_me]), context);
|
|
7204
7204
|
}
|
|
7205
|
-
if (output.AttachedManagedPolicies === "") {
|
|
7205
|
+
if (String(output.AttachedManagedPolicies).trim() === "") {
|
|
7206
7206
|
contents[_AMP] = [];
|
|
7207
7207
|
}
|
|
7208
7208
|
else if (output[_AMP] != null && output[_AMP][_me] != null) {
|
|
@@ -7248,13 +7248,13 @@ const de_InstanceProfile = (output, context) => {
|
|
|
7248
7248
|
if (output[_CD] != null) {
|
|
7249
7249
|
contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
|
|
7250
7250
|
}
|
|
7251
|
-
if (output.Roles === "") {
|
|
7251
|
+
if (String(output.Roles).trim() === "") {
|
|
7252
7252
|
contents[_Rol] = [];
|
|
7253
7253
|
}
|
|
7254
7254
|
else if (output[_Rol] != null && output[_Rol][_me] != null) {
|
|
7255
7255
|
contents[_Rol] = de_roleListType(__getArrayIfSingleItem(output[_Rol][_me]), context);
|
|
7256
7256
|
}
|
|
7257
|
-
if (output.Tags === "") {
|
|
7257
|
+
if (String(output.Tags).trim() === "") {
|
|
7258
7258
|
contents[_T] = [];
|
|
7259
7259
|
}
|
|
7260
7260
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7320,7 +7320,7 @@ const de_LimitExceededException = (output, context) => {
|
|
|
7320
7320
|
};
|
|
7321
7321
|
const de_ListAccessKeysResponse = (output, context) => {
|
|
7322
7322
|
const contents = {};
|
|
7323
|
-
if (output.AccessKeyMetadata === "") {
|
|
7323
|
+
if (String(output.AccessKeyMetadata).trim() === "") {
|
|
7324
7324
|
contents[_AKM] = [];
|
|
7325
7325
|
}
|
|
7326
7326
|
else if (output[_AKM] != null && output[_AKM][_me] != null) {
|
|
@@ -7336,7 +7336,7 @@ const de_ListAccessKeysResponse = (output, context) => {
|
|
|
7336
7336
|
};
|
|
7337
7337
|
const de_ListAccountAliasesResponse = (output, context) => {
|
|
7338
7338
|
const contents = {};
|
|
7339
|
-
if (output.AccountAliases === "") {
|
|
7339
|
+
if (String(output.AccountAliases).trim() === "") {
|
|
7340
7340
|
contents[_AAc] = [];
|
|
7341
7341
|
}
|
|
7342
7342
|
else if (output[_AAc] != null && output[_AAc][_me] != null) {
|
|
@@ -7352,7 +7352,7 @@ const de_ListAccountAliasesResponse = (output, context) => {
|
|
|
7352
7352
|
};
|
|
7353
7353
|
const de_ListAttachedGroupPoliciesResponse = (output, context) => {
|
|
7354
7354
|
const contents = {};
|
|
7355
|
-
if (output.AttachedPolicies === "") {
|
|
7355
|
+
if (String(output.AttachedPolicies).trim() === "") {
|
|
7356
7356
|
contents[_AP] = [];
|
|
7357
7357
|
}
|
|
7358
7358
|
else if (output[_AP] != null && output[_AP][_me] != null) {
|
|
@@ -7368,7 +7368,7 @@ const de_ListAttachedGroupPoliciesResponse = (output, context) => {
|
|
|
7368
7368
|
};
|
|
7369
7369
|
const de_ListAttachedRolePoliciesResponse = (output, context) => {
|
|
7370
7370
|
const contents = {};
|
|
7371
|
-
if (output.AttachedPolicies === "") {
|
|
7371
|
+
if (String(output.AttachedPolicies).trim() === "") {
|
|
7372
7372
|
contents[_AP] = [];
|
|
7373
7373
|
}
|
|
7374
7374
|
else if (output[_AP] != null && output[_AP][_me] != null) {
|
|
@@ -7384,7 +7384,7 @@ const de_ListAttachedRolePoliciesResponse = (output, context) => {
|
|
|
7384
7384
|
};
|
|
7385
7385
|
const de_ListAttachedUserPoliciesResponse = (output, context) => {
|
|
7386
7386
|
const contents = {};
|
|
7387
|
-
if (output.AttachedPolicies === "") {
|
|
7387
|
+
if (String(output.AttachedPolicies).trim() === "") {
|
|
7388
7388
|
contents[_AP] = [];
|
|
7389
7389
|
}
|
|
7390
7390
|
else if (output[_AP] != null && output[_AP][_me] != null) {
|
|
@@ -7400,19 +7400,19 @@ const de_ListAttachedUserPoliciesResponse = (output, context) => {
|
|
|
7400
7400
|
};
|
|
7401
7401
|
const de_ListEntitiesForPolicyResponse = (output, context) => {
|
|
7402
7402
|
const contents = {};
|
|
7403
|
-
if (output.PolicyGroups === "") {
|
|
7403
|
+
if (String(output.PolicyGroups).trim() === "") {
|
|
7404
7404
|
contents[_PG] = [];
|
|
7405
7405
|
}
|
|
7406
7406
|
else if (output[_PG] != null && output[_PG][_me] != null) {
|
|
7407
7407
|
contents[_PG] = de_PolicyGroupListType(__getArrayIfSingleItem(output[_PG][_me]), context);
|
|
7408
7408
|
}
|
|
7409
|
-
if (output.PolicyUsers === "") {
|
|
7409
|
+
if (String(output.PolicyUsers).trim() === "") {
|
|
7410
7410
|
contents[_PU] = [];
|
|
7411
7411
|
}
|
|
7412
7412
|
else if (output[_PU] != null && output[_PU][_me] != null) {
|
|
7413
7413
|
contents[_PU] = de_PolicyUserListType(__getArrayIfSingleItem(output[_PU][_me]), context);
|
|
7414
7414
|
}
|
|
7415
|
-
if (output.PolicyRoles === "") {
|
|
7415
|
+
if (String(output.PolicyRoles).trim() === "") {
|
|
7416
7416
|
contents[_PR] = [];
|
|
7417
7417
|
}
|
|
7418
7418
|
else if (output[_PR] != null && output[_PR][_me] != null) {
|
|
@@ -7428,7 +7428,7 @@ const de_ListEntitiesForPolicyResponse = (output, context) => {
|
|
|
7428
7428
|
};
|
|
7429
7429
|
const de_ListGroupPoliciesResponse = (output, context) => {
|
|
7430
7430
|
const contents = {};
|
|
7431
|
-
if (output.PolicyNames === "") {
|
|
7431
|
+
if (String(output.PolicyNames).trim() === "") {
|
|
7432
7432
|
contents[_PNo] = [];
|
|
7433
7433
|
}
|
|
7434
7434
|
else if (output[_PNo] != null && output[_PNo][_me] != null) {
|
|
@@ -7444,7 +7444,7 @@ const de_ListGroupPoliciesResponse = (output, context) => {
|
|
|
7444
7444
|
};
|
|
7445
7445
|
const de_ListGroupsForUserResponse = (output, context) => {
|
|
7446
7446
|
const contents = {};
|
|
7447
|
-
if (output.Groups === "") {
|
|
7447
|
+
if (String(output.Groups).trim() === "") {
|
|
7448
7448
|
contents[_Gro] = [];
|
|
7449
7449
|
}
|
|
7450
7450
|
else if (output[_Gro] != null && output[_Gro][_me] != null) {
|
|
@@ -7460,7 +7460,7 @@ const de_ListGroupsForUserResponse = (output, context) => {
|
|
|
7460
7460
|
};
|
|
7461
7461
|
const de_ListGroupsResponse = (output, context) => {
|
|
7462
7462
|
const contents = {};
|
|
7463
|
-
if (output.Groups === "") {
|
|
7463
|
+
if (String(output.Groups).trim() === "") {
|
|
7464
7464
|
contents[_Gro] = [];
|
|
7465
7465
|
}
|
|
7466
7466
|
else if (output[_Gro] != null && output[_Gro][_me] != null) {
|
|
@@ -7476,7 +7476,7 @@ const de_ListGroupsResponse = (output, context) => {
|
|
|
7476
7476
|
};
|
|
7477
7477
|
const de_ListInstanceProfilesForRoleResponse = (output, context) => {
|
|
7478
7478
|
const contents = {};
|
|
7479
|
-
if (output.InstanceProfiles === "") {
|
|
7479
|
+
if (String(output.InstanceProfiles).trim() === "") {
|
|
7480
7480
|
contents[_IPn] = [];
|
|
7481
7481
|
}
|
|
7482
7482
|
else if (output[_IPn] != null && output[_IPn][_me] != null) {
|
|
@@ -7492,7 +7492,7 @@ const de_ListInstanceProfilesForRoleResponse = (output, context) => {
|
|
|
7492
7492
|
};
|
|
7493
7493
|
const de_ListInstanceProfilesResponse = (output, context) => {
|
|
7494
7494
|
const contents = {};
|
|
7495
|
-
if (output.InstanceProfiles === "") {
|
|
7495
|
+
if (String(output.InstanceProfiles).trim() === "") {
|
|
7496
7496
|
contents[_IPn] = [];
|
|
7497
7497
|
}
|
|
7498
7498
|
else if (output[_IPn] != null && output[_IPn][_me] != null) {
|
|
@@ -7508,7 +7508,7 @@ const de_ListInstanceProfilesResponse = (output, context) => {
|
|
|
7508
7508
|
};
|
|
7509
7509
|
const de_ListInstanceProfileTagsResponse = (output, context) => {
|
|
7510
7510
|
const contents = {};
|
|
7511
|
-
if (output.Tags === "") {
|
|
7511
|
+
if (String(output.Tags).trim() === "") {
|
|
7512
7512
|
contents[_T] = [];
|
|
7513
7513
|
}
|
|
7514
7514
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7524,7 +7524,7 @@ const de_ListInstanceProfileTagsResponse = (output, context) => {
|
|
|
7524
7524
|
};
|
|
7525
7525
|
const de_ListMFADevicesResponse = (output, context) => {
|
|
7526
7526
|
const contents = {};
|
|
7527
|
-
if (output.MFADevices === "") {
|
|
7527
|
+
if (String(output.MFADevices).trim() === "") {
|
|
7528
7528
|
contents[_MFAD] = [];
|
|
7529
7529
|
}
|
|
7530
7530
|
else if (output[_MFAD] != null && output[_MFAD][_me] != null) {
|
|
@@ -7540,7 +7540,7 @@ const de_ListMFADevicesResponse = (output, context) => {
|
|
|
7540
7540
|
};
|
|
7541
7541
|
const de_ListMFADeviceTagsResponse = (output, context) => {
|
|
7542
7542
|
const contents = {};
|
|
7543
|
-
if (output.Tags === "") {
|
|
7543
|
+
if (String(output.Tags).trim() === "") {
|
|
7544
7544
|
contents[_T] = [];
|
|
7545
7545
|
}
|
|
7546
7546
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7556,7 +7556,7 @@ const de_ListMFADeviceTagsResponse = (output, context) => {
|
|
|
7556
7556
|
};
|
|
7557
7557
|
const de_ListOpenIDConnectProvidersResponse = (output, context) => {
|
|
7558
7558
|
const contents = {};
|
|
7559
|
-
if (output.OpenIDConnectProviderList === "") {
|
|
7559
|
+
if (String(output.OpenIDConnectProviderList).trim() === "") {
|
|
7560
7560
|
contents[_OIDCPL] = [];
|
|
7561
7561
|
}
|
|
7562
7562
|
else if (output[_OIDCPL] != null && output[_OIDCPL][_me] != null) {
|
|
@@ -7566,7 +7566,7 @@ const de_ListOpenIDConnectProvidersResponse = (output, context) => {
|
|
|
7566
7566
|
};
|
|
7567
7567
|
const de_ListOpenIDConnectProviderTagsResponse = (output, context) => {
|
|
7568
7568
|
const contents = {};
|
|
7569
|
-
if (output.Tags === "") {
|
|
7569
|
+
if (String(output.Tags).trim() === "") {
|
|
7570
7570
|
contents[_T] = [];
|
|
7571
7571
|
}
|
|
7572
7572
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7585,7 +7585,7 @@ const de_ListOrganizationsFeaturesResponse = (output, context) => {
|
|
|
7585
7585
|
if (output[_OI] != null) {
|
|
7586
7586
|
contents[_OI] = __expectString(output[_OI]);
|
|
7587
7587
|
}
|
|
7588
|
-
if (output.EnabledFeatures === "") {
|
|
7588
|
+
if (String(output.EnabledFeatures).trim() === "") {
|
|
7589
7589
|
contents[_EFn] = [];
|
|
7590
7590
|
}
|
|
7591
7591
|
else if (output[_EFn] != null && output[_EFn][_me] != null) {
|
|
@@ -7598,7 +7598,7 @@ const de_ListPoliciesGrantingServiceAccessEntry = (output, context) => {
|
|
|
7598
7598
|
if (output[_SNer] != null) {
|
|
7599
7599
|
contents[_SNer] = __expectString(output[_SNer]);
|
|
7600
7600
|
}
|
|
7601
|
-
if (output.Policies === "") {
|
|
7601
|
+
if (String(output.Policies).trim() === "") {
|
|
7602
7602
|
contents[_Pol] = [];
|
|
7603
7603
|
}
|
|
7604
7604
|
else if (output[_Pol] != null && output[_Pol][_me] != null) {
|
|
@@ -7608,7 +7608,7 @@ const de_ListPoliciesGrantingServiceAccessEntry = (output, context) => {
|
|
|
7608
7608
|
};
|
|
7609
7609
|
const de_ListPoliciesGrantingServiceAccessResponse = (output, context) => {
|
|
7610
7610
|
const contents = {};
|
|
7611
|
-
if (output.PoliciesGrantingServiceAccess === "") {
|
|
7611
|
+
if (String(output.PoliciesGrantingServiceAccess).trim() === "") {
|
|
7612
7612
|
contents[_PGSA] = [];
|
|
7613
7613
|
}
|
|
7614
7614
|
else if (output[_PGSA] != null && output[_PGSA][_me] != null) {
|
|
@@ -7624,7 +7624,7 @@ const de_ListPoliciesGrantingServiceAccessResponse = (output, context) => {
|
|
|
7624
7624
|
};
|
|
7625
7625
|
const de_ListPoliciesResponse = (output, context) => {
|
|
7626
7626
|
const contents = {};
|
|
7627
|
-
if (output.Policies === "") {
|
|
7627
|
+
if (String(output.Policies).trim() === "") {
|
|
7628
7628
|
contents[_Pol] = [];
|
|
7629
7629
|
}
|
|
7630
7630
|
else if (output[_Pol] != null && output[_Pol][_me] != null) {
|
|
@@ -7647,7 +7647,7 @@ const de_listPolicyGrantingServiceAccessResponseListType = (output, context) =>
|
|
|
7647
7647
|
};
|
|
7648
7648
|
const de_ListPolicyTagsResponse = (output, context) => {
|
|
7649
7649
|
const contents = {};
|
|
7650
|
-
if (output.Tags === "") {
|
|
7650
|
+
if (String(output.Tags).trim() === "") {
|
|
7651
7651
|
contents[_T] = [];
|
|
7652
7652
|
}
|
|
7653
7653
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7663,7 +7663,7 @@ const de_ListPolicyTagsResponse = (output, context) => {
|
|
|
7663
7663
|
};
|
|
7664
7664
|
const de_ListPolicyVersionsResponse = (output, context) => {
|
|
7665
7665
|
const contents = {};
|
|
7666
|
-
if (output.Versions === "") {
|
|
7666
|
+
if (String(output.Versions).trim() === "") {
|
|
7667
7667
|
contents[_Ve] = [];
|
|
7668
7668
|
}
|
|
7669
7669
|
else if (output[_Ve] != null && output[_Ve][_me] != null) {
|
|
@@ -7679,7 +7679,7 @@ const de_ListPolicyVersionsResponse = (output, context) => {
|
|
|
7679
7679
|
};
|
|
7680
7680
|
const de_ListRolePoliciesResponse = (output, context) => {
|
|
7681
7681
|
const contents = {};
|
|
7682
|
-
if (output.PolicyNames === "") {
|
|
7682
|
+
if (String(output.PolicyNames).trim() === "") {
|
|
7683
7683
|
contents[_PNo] = [];
|
|
7684
7684
|
}
|
|
7685
7685
|
else if (output[_PNo] != null && output[_PNo][_me] != null) {
|
|
@@ -7695,7 +7695,7 @@ const de_ListRolePoliciesResponse = (output, context) => {
|
|
|
7695
7695
|
};
|
|
7696
7696
|
const de_ListRolesResponse = (output, context) => {
|
|
7697
7697
|
const contents = {};
|
|
7698
|
-
if (output.Roles === "") {
|
|
7698
|
+
if (String(output.Roles).trim() === "") {
|
|
7699
7699
|
contents[_Rol] = [];
|
|
7700
7700
|
}
|
|
7701
7701
|
else if (output[_Rol] != null && output[_Rol][_me] != null) {
|
|
@@ -7711,7 +7711,7 @@ const de_ListRolesResponse = (output, context) => {
|
|
|
7711
7711
|
};
|
|
7712
7712
|
const de_ListRoleTagsResponse = (output, context) => {
|
|
7713
7713
|
const contents = {};
|
|
7714
|
-
if (output.Tags === "") {
|
|
7714
|
+
if (String(output.Tags).trim() === "") {
|
|
7715
7715
|
contents[_T] = [];
|
|
7716
7716
|
}
|
|
7717
7717
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7727,7 +7727,7 @@ const de_ListRoleTagsResponse = (output, context) => {
|
|
|
7727
7727
|
};
|
|
7728
7728
|
const de_ListSAMLProvidersResponse = (output, context) => {
|
|
7729
7729
|
const contents = {};
|
|
7730
|
-
if (output.SAMLProviderList === "") {
|
|
7730
|
+
if (String(output.SAMLProviderList).trim() === "") {
|
|
7731
7731
|
contents[_SAMLPL] = [];
|
|
7732
7732
|
}
|
|
7733
7733
|
else if (output[_SAMLPL] != null && output[_SAMLPL][_me] != null) {
|
|
@@ -7737,7 +7737,7 @@ const de_ListSAMLProvidersResponse = (output, context) => {
|
|
|
7737
7737
|
};
|
|
7738
7738
|
const de_ListSAMLProviderTagsResponse = (output, context) => {
|
|
7739
7739
|
const contents = {};
|
|
7740
|
-
if (output.Tags === "") {
|
|
7740
|
+
if (String(output.Tags).trim() === "") {
|
|
7741
7741
|
contents[_T] = [];
|
|
7742
7742
|
}
|
|
7743
7743
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7753,7 +7753,7 @@ const de_ListSAMLProviderTagsResponse = (output, context) => {
|
|
|
7753
7753
|
};
|
|
7754
7754
|
const de_ListServerCertificatesResponse = (output, context) => {
|
|
7755
7755
|
const contents = {};
|
|
7756
|
-
if (output.ServerCertificateMetadataList === "") {
|
|
7756
|
+
if (String(output.ServerCertificateMetadataList).trim() === "") {
|
|
7757
7757
|
contents[_SCML] = [];
|
|
7758
7758
|
}
|
|
7759
7759
|
else if (output[_SCML] != null && output[_SCML][_me] != null) {
|
|
@@ -7769,7 +7769,7 @@ const de_ListServerCertificatesResponse = (output, context) => {
|
|
|
7769
7769
|
};
|
|
7770
7770
|
const de_ListServerCertificateTagsResponse = (output, context) => {
|
|
7771
7771
|
const contents = {};
|
|
7772
|
-
if (output.Tags === "") {
|
|
7772
|
+
if (String(output.Tags).trim() === "") {
|
|
7773
7773
|
contents[_T] = [];
|
|
7774
7774
|
}
|
|
7775
7775
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7785,7 +7785,7 @@ const de_ListServerCertificateTagsResponse = (output, context) => {
|
|
|
7785
7785
|
};
|
|
7786
7786
|
const de_ListServiceSpecificCredentialsResponse = (output, context) => {
|
|
7787
7787
|
const contents = {};
|
|
7788
|
-
if (output.ServiceSpecificCredentials === "") {
|
|
7788
|
+
if (String(output.ServiceSpecificCredentials).trim() === "") {
|
|
7789
7789
|
contents[_SSCe] = [];
|
|
7790
7790
|
}
|
|
7791
7791
|
else if (output[_SSCe] != null && output[_SSCe][_me] != null) {
|
|
@@ -7801,7 +7801,7 @@ const de_ListServiceSpecificCredentialsResponse = (output, context) => {
|
|
|
7801
7801
|
};
|
|
7802
7802
|
const de_ListSigningCertificatesResponse = (output, context) => {
|
|
7803
7803
|
const contents = {};
|
|
7804
|
-
if (output.Certificates === "") {
|
|
7804
|
+
if (String(output.Certificates).trim() === "") {
|
|
7805
7805
|
contents[_Cer] = [];
|
|
7806
7806
|
}
|
|
7807
7807
|
else if (output[_Cer] != null && output[_Cer][_me] != null) {
|
|
@@ -7817,7 +7817,7 @@ const de_ListSigningCertificatesResponse = (output, context) => {
|
|
|
7817
7817
|
};
|
|
7818
7818
|
const de_ListSSHPublicKeysResponse = (output, context) => {
|
|
7819
7819
|
const contents = {};
|
|
7820
|
-
if (output.SSHPublicKeys === "") {
|
|
7820
|
+
if (String(output.SSHPublicKeys).trim() === "") {
|
|
7821
7821
|
contents[_SSHPKu] = [];
|
|
7822
7822
|
}
|
|
7823
7823
|
else if (output[_SSHPKu] != null && output[_SSHPKu][_me] != null) {
|
|
@@ -7833,7 +7833,7 @@ const de_ListSSHPublicKeysResponse = (output, context) => {
|
|
|
7833
7833
|
};
|
|
7834
7834
|
const de_ListUserPoliciesResponse = (output, context) => {
|
|
7835
7835
|
const contents = {};
|
|
7836
|
-
if (output.PolicyNames === "") {
|
|
7836
|
+
if (String(output.PolicyNames).trim() === "") {
|
|
7837
7837
|
contents[_PNo] = [];
|
|
7838
7838
|
}
|
|
7839
7839
|
else if (output[_PNo] != null && output[_PNo][_me] != null) {
|
|
@@ -7849,7 +7849,7 @@ const de_ListUserPoliciesResponse = (output, context) => {
|
|
|
7849
7849
|
};
|
|
7850
7850
|
const de_ListUsersResponse = (output, context) => {
|
|
7851
7851
|
const contents = {};
|
|
7852
|
-
if (output.Users === "") {
|
|
7852
|
+
if (String(output.Users).trim() === "") {
|
|
7853
7853
|
contents[_Use] = [];
|
|
7854
7854
|
}
|
|
7855
7855
|
else if (output[_Use] != null && output[_Use][_me] != null) {
|
|
@@ -7865,7 +7865,7 @@ const de_ListUsersResponse = (output, context) => {
|
|
|
7865
7865
|
};
|
|
7866
7866
|
const de_ListUserTagsResponse = (output, context) => {
|
|
7867
7867
|
const contents = {};
|
|
7868
|
-
if (output.Tags === "") {
|
|
7868
|
+
if (String(output.Tags).trim() === "") {
|
|
7869
7869
|
contents[_T] = [];
|
|
7870
7870
|
}
|
|
7871
7871
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -7881,7 +7881,7 @@ const de_ListUserTagsResponse = (output, context) => {
|
|
|
7881
7881
|
};
|
|
7882
7882
|
const de_ListVirtualMFADevicesResponse = (output, context) => {
|
|
7883
7883
|
const contents = {};
|
|
7884
|
-
if (output.VirtualMFADevices === "") {
|
|
7884
|
+
if (String(output.VirtualMFADevices).trim() === "") {
|
|
7885
7885
|
contents[_VMFADi] = [];
|
|
7886
7886
|
}
|
|
7887
7887
|
else if (output[_VMFADi] != null && output[_VMFADi][_me] != null) {
|
|
@@ -7957,7 +7957,7 @@ const de_ManagedPolicyDetail = (output, context) => {
|
|
|
7957
7957
|
if (output[_UD] != null) {
|
|
7958
7958
|
contents[_UD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_UD]));
|
|
7959
7959
|
}
|
|
7960
|
-
if (output.PolicyVersionList === "") {
|
|
7960
|
+
if (String(output.PolicyVersionList).trim() === "") {
|
|
7961
7961
|
contents[_PVL] = [];
|
|
7962
7962
|
}
|
|
7963
7963
|
else if (output[_PVL] != null && output[_PVL][_me] != null) {
|
|
@@ -8124,7 +8124,7 @@ const de_Policy = (output, context) => {
|
|
|
8124
8124
|
if (output[_UD] != null) {
|
|
8125
8125
|
contents[_UD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_UD]));
|
|
8126
8126
|
}
|
|
8127
|
-
if (output.Tags === "") {
|
|
8127
|
+
if (String(output.Tags).trim() === "") {
|
|
8128
8128
|
contents[_T] = [];
|
|
8129
8129
|
}
|
|
8130
8130
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8316,19 +8316,19 @@ const de_ResourceSpecificResult = (output, context) => {
|
|
|
8316
8316
|
if (output[_ERD] != null) {
|
|
8317
8317
|
contents[_ERD] = __expectString(output[_ERD]);
|
|
8318
8318
|
}
|
|
8319
|
-
if (output.MatchedStatements === "") {
|
|
8319
|
+
if (String(output.MatchedStatements).trim() === "") {
|
|
8320
8320
|
contents[_MS] = [];
|
|
8321
8321
|
}
|
|
8322
8322
|
else if (output[_MS] != null && output[_MS][_me] != null) {
|
|
8323
8323
|
contents[_MS] = de_StatementListType(__getArrayIfSingleItem(output[_MS][_me]), context);
|
|
8324
8324
|
}
|
|
8325
|
-
if (output.MissingContextValues === "") {
|
|
8325
|
+
if (String(output.MissingContextValues).trim() === "") {
|
|
8326
8326
|
contents[_MCV] = [];
|
|
8327
8327
|
}
|
|
8328
8328
|
else if (output[_MCV] != null && output[_MCV][_me] != null) {
|
|
8329
8329
|
contents[_MCV] = de_ContextKeyNamesResultListType(__getArrayIfSingleItem(output[_MCV][_me]), context);
|
|
8330
8330
|
}
|
|
8331
|
-
if (output.EvalDecisionDetails === "") {
|
|
8331
|
+
if (String(output.EvalDecisionDetails).trim() === "") {
|
|
8332
8332
|
contents[_EDD] = {};
|
|
8333
8333
|
}
|
|
8334
8334
|
else if (output[_EDD] != null && output[_EDD][_e] != null) {
|
|
@@ -8375,7 +8375,7 @@ const de_Role = (output, context) => {
|
|
|
8375
8375
|
if (output[_PB] != null) {
|
|
8376
8376
|
contents[_PB] = de_AttachedPermissionsBoundary(output[_PB], context);
|
|
8377
8377
|
}
|
|
8378
|
-
if (output.Tags === "") {
|
|
8378
|
+
if (String(output.Tags).trim() === "") {
|
|
8379
8379
|
contents[_T] = [];
|
|
8380
8380
|
}
|
|
8381
8381
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8406,19 +8406,19 @@ const de_RoleDetail = (output, context) => {
|
|
|
8406
8406
|
if (output[_ARPD] != null) {
|
|
8407
8407
|
contents[_ARPD] = __expectString(output[_ARPD]);
|
|
8408
8408
|
}
|
|
8409
|
-
if (output.InstanceProfileList === "") {
|
|
8409
|
+
if (String(output.InstanceProfileList).trim() === "") {
|
|
8410
8410
|
contents[_IPL] = [];
|
|
8411
8411
|
}
|
|
8412
8412
|
else if (output[_IPL] != null && output[_IPL][_me] != null) {
|
|
8413
8413
|
contents[_IPL] = de_instanceProfileListType(__getArrayIfSingleItem(output[_IPL][_me]), context);
|
|
8414
8414
|
}
|
|
8415
|
-
if (output.RolePolicyList === "") {
|
|
8415
|
+
if (String(output.RolePolicyList).trim() === "") {
|
|
8416
8416
|
contents[_RPL] = [];
|
|
8417
8417
|
}
|
|
8418
8418
|
else if (output[_RPL] != null && output[_RPL][_me] != null) {
|
|
8419
8419
|
contents[_RPL] = de_policyDetailListType(__getArrayIfSingleItem(output[_RPL][_me]), context);
|
|
8420
8420
|
}
|
|
8421
|
-
if (output.AttachedManagedPolicies === "") {
|
|
8421
|
+
if (String(output.AttachedManagedPolicies).trim() === "") {
|
|
8422
8422
|
contents[_AMP] = [];
|
|
8423
8423
|
}
|
|
8424
8424
|
else if (output[_AMP] != null && output[_AMP][_me] != null) {
|
|
@@ -8427,7 +8427,7 @@ const de_RoleDetail = (output, context) => {
|
|
|
8427
8427
|
if (output[_PB] != null) {
|
|
8428
8428
|
contents[_PB] = de_AttachedPermissionsBoundary(output[_PB], context);
|
|
8429
8429
|
}
|
|
8430
|
-
if (output.Tags === "") {
|
|
8430
|
+
if (String(output.Tags).trim() === "") {
|
|
8431
8431
|
contents[_T] = [];
|
|
8432
8432
|
}
|
|
8433
8433
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8474,7 +8474,7 @@ const de_RoleUsageType = (output, context) => {
|
|
|
8474
8474
|
if (output[_R] != null) {
|
|
8475
8475
|
contents[_R] = __expectString(output[_R]);
|
|
8476
8476
|
}
|
|
8477
|
-
if (output.Resources === "") {
|
|
8477
|
+
if (String(output.Resources).trim() === "") {
|
|
8478
8478
|
contents[_Res] = [];
|
|
8479
8479
|
}
|
|
8480
8480
|
else if (output[_Res] != null && output[_Res][_me] != null) {
|
|
@@ -8523,7 +8523,7 @@ const de_ServerCertificate = (output, context) => {
|
|
|
8523
8523
|
if (output[_CC] != null) {
|
|
8524
8524
|
contents[_CC] = __expectString(output[_CC]);
|
|
8525
8525
|
}
|
|
8526
|
-
if (output.Tags === "") {
|
|
8526
|
+
if (String(output.Tags).trim() === "") {
|
|
8527
8527
|
contents[_T] = [];
|
|
8528
8528
|
}
|
|
8529
8529
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8594,7 +8594,7 @@ const de_ServiceLastAccessed = (output, context) => {
|
|
|
8594
8594
|
if (output[_TAE] != null) {
|
|
8595
8595
|
contents[_TAE] = __strictParseInt32(output[_TAE]);
|
|
8596
8596
|
}
|
|
8597
|
-
if (output.TrackedActionsLastAccessed === "") {
|
|
8597
|
+
if (String(output.TrackedActionsLastAccessed).trim() === "") {
|
|
8598
8598
|
contents[_TALA] = [];
|
|
8599
8599
|
}
|
|
8600
8600
|
else if (output[_TALA] != null && output[_TALA][_me] != null) {
|
|
@@ -8706,7 +8706,7 @@ const de_SigningCertificate = (output, context) => {
|
|
|
8706
8706
|
};
|
|
8707
8707
|
const de_SimulatePolicyResponse = (output, context) => {
|
|
8708
8708
|
const contents = {};
|
|
8709
|
-
if (output.EvaluationResults === "") {
|
|
8709
|
+
if (String(output.EvaluationResults).trim() === "") {
|
|
8710
8710
|
contents[_ER] = [];
|
|
8711
8711
|
}
|
|
8712
8712
|
else if (output[_ER] != null && output[_ER][_me] != null) {
|
|
@@ -8881,7 +8881,7 @@ const de_UploadServerCertificateResponse = (output, context) => {
|
|
|
8881
8881
|
if (output[_SCM] != null) {
|
|
8882
8882
|
contents[_SCM] = de_ServerCertificateMetadata(output[_SCM], context);
|
|
8883
8883
|
}
|
|
8884
|
-
if (output.Tags === "") {
|
|
8884
|
+
if (String(output.Tags).trim() === "") {
|
|
8885
8885
|
contents[_T] = [];
|
|
8886
8886
|
}
|
|
8887
8887
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8926,7 +8926,7 @@ const de_User = (output, context) => {
|
|
|
8926
8926
|
if (output[_PB] != null) {
|
|
8927
8927
|
contents[_PB] = de_AttachedPermissionsBoundary(output[_PB], context);
|
|
8928
8928
|
}
|
|
8929
|
-
if (output.Tags === "") {
|
|
8929
|
+
if (String(output.Tags).trim() === "") {
|
|
8930
8930
|
contents[_T] = [];
|
|
8931
8931
|
}
|
|
8932
8932
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -8951,19 +8951,19 @@ const de_UserDetail = (output, context) => {
|
|
|
8951
8951
|
if (output[_CD] != null) {
|
|
8952
8952
|
contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
|
|
8953
8953
|
}
|
|
8954
|
-
if (output.UserPolicyList === "") {
|
|
8954
|
+
if (String(output.UserPolicyList).trim() === "") {
|
|
8955
8955
|
contents[_UPL] = [];
|
|
8956
8956
|
}
|
|
8957
8957
|
else if (output[_UPL] != null && output[_UPL][_me] != null) {
|
|
8958
8958
|
contents[_UPL] = de_policyDetailListType(__getArrayIfSingleItem(output[_UPL][_me]), context);
|
|
8959
8959
|
}
|
|
8960
|
-
if (output.GroupList === "") {
|
|
8960
|
+
if (String(output.GroupList).trim() === "") {
|
|
8961
8961
|
contents[_GL] = [];
|
|
8962
8962
|
}
|
|
8963
8963
|
else if (output[_GL] != null && output[_GL][_me] != null) {
|
|
8964
8964
|
contents[_GL] = de_groupNameListType(__getArrayIfSingleItem(output[_GL][_me]), context);
|
|
8965
8965
|
}
|
|
8966
|
-
if (output.AttachedManagedPolicies === "") {
|
|
8966
|
+
if (String(output.AttachedManagedPolicies).trim() === "") {
|
|
8967
8967
|
contents[_AMP] = [];
|
|
8968
8968
|
}
|
|
8969
8969
|
else if (output[_AMP] != null && output[_AMP][_me] != null) {
|
|
@@ -8972,7 +8972,7 @@ const de_UserDetail = (output, context) => {
|
|
|
8972
8972
|
if (output[_PB] != null) {
|
|
8973
8973
|
contents[_PB] = de_AttachedPermissionsBoundary(output[_PB], context);
|
|
8974
8974
|
}
|
|
8975
|
-
if (output.Tags === "") {
|
|
8975
|
+
if (String(output.Tags).trim() === "") {
|
|
8976
8976
|
contents[_T] = [];
|
|
8977
8977
|
}
|
|
8978
8978
|
else if (output[_T] != null && output[_T][_me] != null) {
|
|
@@ -9011,7 +9011,7 @@ const de_VirtualMFADevice = (output, context) => {
|
|
|
9011
9011
|
if (output[_EDn] != null) {
|
|
9012
9012
|
contents[_EDn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_EDn]));
|
|
9013
9013
|
}
|
|
9014
|
-
if (output.Tags === "") {
|
|
9014
|
+
if (String(output.Tags).trim() === "") {
|
|
9015
9015
|
contents[_T] = [];
|
|
9016
9016
|
}
|
|
9017
9017
|
else if (output[_T] != null && output[_T][_me] != null) {
|