@cdk8s/awscdk-resolver 0.0.44 → 0.0.46

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.
Files changed (131) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +2 -23
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackEventsPaginator.js +2 -23
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +2 -24
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStacksPaginator.js +2 -23
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListChangeSetsPaginator.js +2 -23
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListExportsPaginator.js +2 -23
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListImportsPaginator.js +2 -23
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackInstancesPaginator.js +2 -24
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackResourcesPaginator.js +2 -23
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +2 -24
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationsPaginator.js +2 -24
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetsPaginator.js +2 -24
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStacksPaginator.js +2 -23
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +2 -24
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeVersionsPaginator.js +2 -24
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypesPaginator.js +2 -24
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +2385 -2037
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeAccountLimitsPaginator.js +2 -22
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackEventsPaginator.js +2 -22
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +2 -23
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStacksPaginator.js +2 -22
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListChangeSetsPaginator.js +2 -22
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListExportsPaginator.js +2 -22
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListImportsPaginator.js +2 -22
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackInstancesPaginator.js +2 -23
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackResourcesPaginator.js +2 -22
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationResultsPaginator.js +2 -23
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationsPaginator.js +2 -23
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetsPaginator.js +2 -23
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStacksPaginator.js +2 -22
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeRegistrationsPaginator.js +2 -23
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeVersionsPaginator.js +2 -23
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypesPaginator.js +2 -23
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +2385 -2037
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +3 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +3 -3
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +3 -3
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +3 -3
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +3 -3
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +3 -3
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +3 -3
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +3 -3
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -3
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +3 -3
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +3 -3
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +3 -3
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +3 -3
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +3 -3
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +3 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/package.json +7 -6
  70. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +2 -24
  71. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +2 -24
  72. package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +38 -59
  73. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +2 -23
  74. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +2 -23
  75. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +38 -59
  76. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +3 -3
  79. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +3 -3
  80. package/node_modules/@aws-sdk/client-sso/package.json +5 -4
  81. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +250 -194
  82. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +250 -194
  83. package/node_modules/@aws-sdk/client-sts/package.json +6 -6
  84. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  85. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -1
  86. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -1
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -1
  89. package/node_modules/@aws-sdk/core/package.json +2 -2
  90. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -1
  91. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  92. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  93. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  94. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  95. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  96. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  97. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  98. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  99. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  100. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  101. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  102. package/node_modules/@smithy/core/package.json +3 -3
  103. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  104. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +108 -0
  105. package/node_modules/@smithy/smithy-client/dist-es/command.js +108 -0
  106. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +104 -1
  107. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +104 -1
  108. package/node_modules/@smithy/smithy-client/package.json +3 -1
  109. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  110. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  111. package/package.json +3 -3
  112. /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.js +0 -0
  113. /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/index.js +0 -0
  114. /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.js +0 -0
  115. /package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.js +0 -0
  116. /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.js +0 -0
  117. /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/index.js +0 -0
  118. /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.js +0 -0
  119. /package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.js +0 -0
  120. /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.d.ts +0 -0
  121. /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/index.d.ts +0 -0
  122. /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.d.ts +0 -0
  123. /package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.d.ts +0 -0
  124. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.d.ts +0 -0
  125. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/index.d.ts +0 -0
  126. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.d.ts +0 -0
  127. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.d.ts +0 -0
  128. /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/AWSSDKSigV4Signer.ts +0 -0
  129. /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/index.ts +0 -0
  130. /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/resolveAWSSDKSigV4Config.ts +0 -0
  131. /package/node_modules/@aws-sdk/core/src/httpAuthSchemes/{aws-sdk → aws_sdk}/throwAWSSDKSigningPropertyError.ts +0 -0
@@ -11,8 +11,8 @@ const se_AssumeRoleCommand = async (input, context) => {
11
11
  let body;
12
12
  body = buildFormUrlencodedString({
13
13
  ...se_AssumeRoleRequest(input, context),
14
- Action: "AssumeRole",
15
- Version: "2011-06-15",
14
+ [_A]: _AR,
15
+ [_V]: _,
16
16
  });
17
17
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
18
18
  };
@@ -22,8 +22,8 @@ const se_AssumeRoleWithSAMLCommand = async (input, context) => {
22
22
  let body;
23
23
  body = buildFormUrlencodedString({
24
24
  ...se_AssumeRoleWithSAMLRequest(input, context),
25
- Action: "AssumeRoleWithSAML",
26
- Version: "2011-06-15",
25
+ [_A]: _ARWSAML,
26
+ [_V]: _,
27
27
  });
28
28
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
29
29
  };
@@ -33,8 +33,8 @@ const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
33
33
  let body;
34
34
  body = buildFormUrlencodedString({
35
35
  ...se_AssumeRoleWithWebIdentityRequest(input, context),
36
- Action: "AssumeRoleWithWebIdentity",
37
- Version: "2011-06-15",
36
+ [_A]: _ARWWI,
37
+ [_V]: _,
38
38
  });
39
39
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
40
40
  };
@@ -44,8 +44,8 @@ const se_DecodeAuthorizationMessageCommand = async (input, context) => {
44
44
  let body;
45
45
  body = buildFormUrlencodedString({
46
46
  ...se_DecodeAuthorizationMessageRequest(input, context),
47
- Action: "DecodeAuthorizationMessage",
48
- Version: "2011-06-15",
47
+ [_A]: _DAM,
48
+ [_V]: _,
49
49
  });
50
50
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
51
51
  };
@@ -55,8 +55,8 @@ const se_GetAccessKeyInfoCommand = async (input, context) => {
55
55
  let body;
56
56
  body = buildFormUrlencodedString({
57
57
  ...se_GetAccessKeyInfoRequest(input, context),
58
- Action: "GetAccessKeyInfo",
59
- Version: "2011-06-15",
58
+ [_A]: _GAKI,
59
+ [_V]: _,
60
60
  });
61
61
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
62
62
  };
@@ -66,8 +66,8 @@ const se_GetCallerIdentityCommand = async (input, context) => {
66
66
  let body;
67
67
  body = buildFormUrlencodedString({
68
68
  ...se_GetCallerIdentityRequest(input, context),
69
- Action: "GetCallerIdentity",
70
- Version: "2011-06-15",
69
+ [_A]: _GCI,
70
+ [_V]: _,
71
71
  });
72
72
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
73
73
  };
@@ -77,8 +77,8 @@ const se_GetFederationTokenCommand = async (input, context) => {
77
77
  let body;
78
78
  body = buildFormUrlencodedString({
79
79
  ...se_GetFederationTokenRequest(input, context),
80
- Action: "GetFederationToken",
81
- Version: "2011-06-15",
80
+ [_A]: _GFT,
81
+ [_V]: _,
82
82
  });
83
83
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
84
84
  };
@@ -88,8 +88,8 @@ const se_GetSessionTokenCommand = async (input, context) => {
88
88
  let body;
89
89
  body = buildFormUrlencodedString({
90
90
  ...se_GetSessionTokenRequest(input, context),
91
- Action: "GetSessionToken",
92
- Version: "2011-06-15",
91
+ [_A]: _GST,
92
+ [_V]: _,
93
93
  });
94
94
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
95
95
  };
@@ -468,15 +468,15 @@ const de_RegionDisabledExceptionRes = async (parsedOutput, context) => {
468
468
  };
469
469
  const se_AssumeRoleRequest = (input, context) => {
470
470
  const entries = {};
471
- if (input.RoleArn != null) {
472
- entries["RoleArn"] = input.RoleArn;
471
+ if (input[_RA] != null) {
472
+ entries[_RA] = input[_RA];
473
473
  }
474
- if (input.RoleSessionName != null) {
475
- entries["RoleSessionName"] = input.RoleSessionName;
474
+ if (input[_RSN] != null) {
475
+ entries[_RSN] = input[_RSN];
476
476
  }
477
- if (input.PolicyArns != null) {
478
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
479
- if (input.PolicyArns?.length === 0) {
477
+ if (input[_PA] != null) {
478
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
479
+ if (input[_PA]?.length === 0) {
480
480
  entries.PolicyArns = [];
481
481
  }
482
482
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -484,15 +484,15 @@ const se_AssumeRoleRequest = (input, context) => {
484
484
  entries[loc] = value;
485
485
  });
486
486
  }
487
- if (input.Policy != null) {
488
- entries["Policy"] = input.Policy;
487
+ if (input[_P] != null) {
488
+ entries[_P] = input[_P];
489
489
  }
490
- if (input.DurationSeconds != null) {
491
- entries["DurationSeconds"] = input.DurationSeconds;
490
+ if (input[_DS] != null) {
491
+ entries[_DS] = input[_DS];
492
492
  }
493
- if (input.Tags != null) {
494
- const memberEntries = se_tagListType(input.Tags, context);
495
- if (input.Tags?.length === 0) {
493
+ if (input[_T] != null) {
494
+ const memberEntries = se_tagListType(input[_T], context);
495
+ if (input[_T]?.length === 0) {
496
496
  entries.Tags = [];
497
497
  }
498
498
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -500,9 +500,9 @@ const se_AssumeRoleRequest = (input, context) => {
500
500
  entries[loc] = value;
501
501
  });
502
502
  }
503
- if (input.TransitiveTagKeys != null) {
504
- const memberEntries = se_tagKeyListType(input.TransitiveTagKeys, context);
505
- if (input.TransitiveTagKeys?.length === 0) {
503
+ if (input[_TTK] != null) {
504
+ const memberEntries = se_tagKeyListType(input[_TTK], context);
505
+ if (input[_TTK]?.length === 0) {
506
506
  entries.TransitiveTagKeys = [];
507
507
  }
508
508
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -510,21 +510,21 @@ const se_AssumeRoleRequest = (input, context) => {
510
510
  entries[loc] = value;
511
511
  });
512
512
  }
513
- if (input.ExternalId != null) {
514
- entries["ExternalId"] = input.ExternalId;
513
+ if (input[_EI] != null) {
514
+ entries[_EI] = input[_EI];
515
515
  }
516
- if (input.SerialNumber != null) {
517
- entries["SerialNumber"] = input.SerialNumber;
516
+ if (input[_SN] != null) {
517
+ entries[_SN] = input[_SN];
518
518
  }
519
- if (input.TokenCode != null) {
520
- entries["TokenCode"] = input.TokenCode;
519
+ if (input[_TC] != null) {
520
+ entries[_TC] = input[_TC];
521
521
  }
522
- if (input.SourceIdentity != null) {
523
- entries["SourceIdentity"] = input.SourceIdentity;
522
+ if (input[_SI] != null) {
523
+ entries[_SI] = input[_SI];
524
524
  }
525
- if (input.ProvidedContexts != null) {
526
- const memberEntries = se_ProvidedContextsListType(input.ProvidedContexts, context);
527
- if (input.ProvidedContexts?.length === 0) {
525
+ if (input[_PC] != null) {
526
+ const memberEntries = se_ProvidedContextsListType(input[_PC], context);
527
+ if (input[_PC]?.length === 0) {
528
528
  entries.ProvidedContexts = [];
529
529
  }
530
530
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -536,18 +536,18 @@ const se_AssumeRoleRequest = (input, context) => {
536
536
  };
537
537
  const se_AssumeRoleWithSAMLRequest = (input, context) => {
538
538
  const entries = {};
539
- if (input.RoleArn != null) {
540
- entries["RoleArn"] = input.RoleArn;
539
+ if (input[_RA] != null) {
540
+ entries[_RA] = input[_RA];
541
541
  }
542
- if (input.PrincipalArn != null) {
543
- entries["PrincipalArn"] = input.PrincipalArn;
542
+ if (input[_PAr] != null) {
543
+ entries[_PAr] = input[_PAr];
544
544
  }
545
- if (input.SAMLAssertion != null) {
546
- entries["SAMLAssertion"] = input.SAMLAssertion;
545
+ if (input[_SAMLA] != null) {
546
+ entries[_SAMLA] = input[_SAMLA];
547
547
  }
548
- if (input.PolicyArns != null) {
549
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
550
- if (input.PolicyArns?.length === 0) {
548
+ if (input[_PA] != null) {
549
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
550
+ if (input[_PA]?.length === 0) {
551
551
  entries.PolicyArns = [];
552
552
  }
553
553
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -555,31 +555,31 @@ const se_AssumeRoleWithSAMLRequest = (input, context) => {
555
555
  entries[loc] = value;
556
556
  });
557
557
  }
558
- if (input.Policy != null) {
559
- entries["Policy"] = input.Policy;
558
+ if (input[_P] != null) {
559
+ entries[_P] = input[_P];
560
560
  }
561
- if (input.DurationSeconds != null) {
562
- entries["DurationSeconds"] = input.DurationSeconds;
561
+ if (input[_DS] != null) {
562
+ entries[_DS] = input[_DS];
563
563
  }
564
564
  return entries;
565
565
  };
566
566
  const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
567
567
  const entries = {};
568
- if (input.RoleArn != null) {
569
- entries["RoleArn"] = input.RoleArn;
568
+ if (input[_RA] != null) {
569
+ entries[_RA] = input[_RA];
570
570
  }
571
- if (input.RoleSessionName != null) {
572
- entries["RoleSessionName"] = input.RoleSessionName;
571
+ if (input[_RSN] != null) {
572
+ entries[_RSN] = input[_RSN];
573
573
  }
574
- if (input.WebIdentityToken != null) {
575
- entries["WebIdentityToken"] = input.WebIdentityToken;
574
+ if (input[_WIT] != null) {
575
+ entries[_WIT] = input[_WIT];
576
576
  }
577
- if (input.ProviderId != null) {
578
- entries["ProviderId"] = input.ProviderId;
577
+ if (input[_PI] != null) {
578
+ entries[_PI] = input[_PI];
579
579
  }
580
- if (input.PolicyArns != null) {
581
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
582
- if (input.PolicyArns?.length === 0) {
580
+ if (input[_PA] != null) {
581
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
582
+ if (input[_PA]?.length === 0) {
583
583
  entries.PolicyArns = [];
584
584
  }
585
585
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -587,25 +587,25 @@ const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
587
587
  entries[loc] = value;
588
588
  });
589
589
  }
590
- if (input.Policy != null) {
591
- entries["Policy"] = input.Policy;
590
+ if (input[_P] != null) {
591
+ entries[_P] = input[_P];
592
592
  }
593
- if (input.DurationSeconds != null) {
594
- entries["DurationSeconds"] = input.DurationSeconds;
593
+ if (input[_DS] != null) {
594
+ entries[_DS] = input[_DS];
595
595
  }
596
596
  return entries;
597
597
  };
598
598
  const se_DecodeAuthorizationMessageRequest = (input, context) => {
599
599
  const entries = {};
600
- if (input.EncodedMessage != null) {
601
- entries["EncodedMessage"] = input.EncodedMessage;
600
+ if (input[_EM] != null) {
601
+ entries[_EM] = input[_EM];
602
602
  }
603
603
  return entries;
604
604
  };
605
605
  const se_GetAccessKeyInfoRequest = (input, context) => {
606
606
  const entries = {};
607
- if (input.AccessKeyId != null) {
608
- entries["AccessKeyId"] = input.AccessKeyId;
607
+ if (input[_AKI] != null) {
608
+ entries[_AKI] = input[_AKI];
609
609
  }
610
610
  return entries;
611
611
  };
@@ -615,15 +615,15 @@ const se_GetCallerIdentityRequest = (input, context) => {
615
615
  };
616
616
  const se_GetFederationTokenRequest = (input, context) => {
617
617
  const entries = {};
618
- if (input.Name != null) {
619
- entries["Name"] = input.Name;
618
+ if (input[_N] != null) {
619
+ entries[_N] = input[_N];
620
620
  }
621
- if (input.Policy != null) {
622
- entries["Policy"] = input.Policy;
621
+ if (input[_P] != null) {
622
+ entries[_P] = input[_P];
623
623
  }
624
- if (input.PolicyArns != null) {
625
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
626
- if (input.PolicyArns?.length === 0) {
624
+ if (input[_PA] != null) {
625
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
626
+ if (input[_PA]?.length === 0) {
627
627
  entries.PolicyArns = [];
628
628
  }
629
629
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -631,12 +631,12 @@ const se_GetFederationTokenRequest = (input, context) => {
631
631
  entries[loc] = value;
632
632
  });
633
633
  }
634
- if (input.DurationSeconds != null) {
635
- entries["DurationSeconds"] = input.DurationSeconds;
634
+ if (input[_DS] != null) {
635
+ entries[_DS] = input[_DS];
636
636
  }
637
- if (input.Tags != null) {
638
- const memberEntries = se_tagListType(input.Tags, context);
639
- if (input.Tags?.length === 0) {
637
+ if (input[_T] != null) {
638
+ const memberEntries = se_tagListType(input[_T], context);
639
+ if (input[_T]?.length === 0) {
640
640
  entries.Tags = [];
641
641
  }
642
642
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -648,14 +648,14 @@ const se_GetFederationTokenRequest = (input, context) => {
648
648
  };
649
649
  const se_GetSessionTokenRequest = (input, context) => {
650
650
  const entries = {};
651
- if (input.DurationSeconds != null) {
652
- entries["DurationSeconds"] = input.DurationSeconds;
651
+ if (input[_DS] != null) {
652
+ entries[_DS] = input[_DS];
653
653
  }
654
- if (input.SerialNumber != null) {
655
- entries["SerialNumber"] = input.SerialNumber;
654
+ if (input[_SN] != null) {
655
+ entries[_SN] = input[_SN];
656
656
  }
657
- if (input.TokenCode != null) {
658
- entries["TokenCode"] = input.TokenCode;
657
+ if (input[_TC] != null) {
658
+ entries[_TC] = input[_TC];
659
659
  }
660
660
  return entries;
661
661
  };
@@ -676,18 +676,18 @@ const se_policyDescriptorListType = (input, context) => {
676
676
  };
677
677
  const se_PolicyDescriptorType = (input, context) => {
678
678
  const entries = {};
679
- if (input.arn != null) {
680
- entries["arn"] = input.arn;
679
+ if (input[_a] != null) {
680
+ entries[_a] = input[_a];
681
681
  }
682
682
  return entries;
683
683
  };
684
684
  const se_ProvidedContext = (input, context) => {
685
685
  const entries = {};
686
- if (input.ProviderArn != null) {
687
- entries["ProviderArn"] = input.ProviderArn;
686
+ if (input[_PAro] != null) {
687
+ entries[_PAro] = input[_PAro];
688
688
  }
689
- if (input.ContextAssertion != null) {
690
- entries["ContextAssertion"] = input.ContextAssertion;
689
+ if (input[_CA] != null) {
690
+ entries[_CA] = input[_CA];
691
691
  }
692
692
  return entries;
693
693
  };
@@ -708,11 +708,11 @@ const se_ProvidedContextsListType = (input, context) => {
708
708
  };
709
709
  const se_Tag = (input, context) => {
710
710
  const entries = {};
711
- if (input.Key != null) {
712
- entries["Key"] = input.Key;
711
+ if (input[_K] != null) {
712
+ entries[_K] = input[_K];
713
713
  }
714
- if (input.Value != null) {
715
- entries["Value"] = input.Value;
714
+ if (input[_Va] != null) {
715
+ entries[_Va] = input[_Va];
716
716
  }
717
717
  return entries;
718
718
  };
@@ -745,212 +745,212 @@ const se_tagListType = (input, context) => {
745
745
  };
746
746
  const de_AssumedRoleUser = (output, context) => {
747
747
  const contents = {};
748
- if (output["AssumedRoleId"] !== undefined) {
749
- contents.AssumedRoleId = (0, smithy_client_1.expectString)(output["AssumedRoleId"]);
748
+ if (output[_ARI] != null) {
749
+ contents[_ARI] = (0, smithy_client_1.expectString)(output[_ARI]);
750
750
  }
751
- if (output["Arn"] !== undefined) {
752
- contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
751
+ if (output[_Ar] != null) {
752
+ contents[_Ar] = (0, smithy_client_1.expectString)(output[_Ar]);
753
753
  }
754
754
  return contents;
755
755
  };
756
756
  const de_AssumeRoleResponse = (output, context) => {
757
757
  const contents = {};
758
- if (output["Credentials"] !== undefined) {
759
- contents.Credentials = de_Credentials(output["Credentials"], context);
758
+ if (output[_C] != null) {
759
+ contents[_C] = de_Credentials(output[_C], context);
760
760
  }
761
- if (output["AssumedRoleUser"] !== undefined) {
762
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
761
+ if (output[_ARU] != null) {
762
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
763
763
  }
764
- if (output["PackedPolicySize"] !== undefined) {
765
- contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]);
764
+ if (output[_PPS] != null) {
765
+ contents[_PPS] = (0, smithy_client_1.strictParseInt32)(output[_PPS]);
766
766
  }
767
- if (output["SourceIdentity"] !== undefined) {
768
- contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]);
767
+ if (output[_SI] != null) {
768
+ contents[_SI] = (0, smithy_client_1.expectString)(output[_SI]);
769
769
  }
770
770
  return contents;
771
771
  };
772
772
  const de_AssumeRoleWithSAMLResponse = (output, context) => {
773
773
  const contents = {};
774
- if (output["Credentials"] !== undefined) {
775
- contents.Credentials = de_Credentials(output["Credentials"], context);
774
+ if (output[_C] != null) {
775
+ contents[_C] = de_Credentials(output[_C], context);
776
776
  }
777
- if (output["AssumedRoleUser"] !== undefined) {
778
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
777
+ if (output[_ARU] != null) {
778
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
779
779
  }
780
- if (output["PackedPolicySize"] !== undefined) {
781
- contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]);
780
+ if (output[_PPS] != null) {
781
+ contents[_PPS] = (0, smithy_client_1.strictParseInt32)(output[_PPS]);
782
782
  }
783
- if (output["Subject"] !== undefined) {
784
- contents.Subject = (0, smithy_client_1.expectString)(output["Subject"]);
783
+ if (output[_S] != null) {
784
+ contents[_S] = (0, smithy_client_1.expectString)(output[_S]);
785
785
  }
786
- if (output["SubjectType"] !== undefined) {
787
- contents.SubjectType = (0, smithy_client_1.expectString)(output["SubjectType"]);
786
+ if (output[_ST] != null) {
787
+ contents[_ST] = (0, smithy_client_1.expectString)(output[_ST]);
788
788
  }
789
- if (output["Issuer"] !== undefined) {
790
- contents.Issuer = (0, smithy_client_1.expectString)(output["Issuer"]);
789
+ if (output[_I] != null) {
790
+ contents[_I] = (0, smithy_client_1.expectString)(output[_I]);
791
791
  }
792
- if (output["Audience"] !== undefined) {
793
- contents.Audience = (0, smithy_client_1.expectString)(output["Audience"]);
792
+ if (output[_Au] != null) {
793
+ contents[_Au] = (0, smithy_client_1.expectString)(output[_Au]);
794
794
  }
795
- if (output["NameQualifier"] !== undefined) {
796
- contents.NameQualifier = (0, smithy_client_1.expectString)(output["NameQualifier"]);
795
+ if (output[_NQ] != null) {
796
+ contents[_NQ] = (0, smithy_client_1.expectString)(output[_NQ]);
797
797
  }
798
- if (output["SourceIdentity"] !== undefined) {
799
- contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]);
798
+ if (output[_SI] != null) {
799
+ contents[_SI] = (0, smithy_client_1.expectString)(output[_SI]);
800
800
  }
801
801
  return contents;
802
802
  };
803
803
  const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
804
804
  const contents = {};
805
- if (output["Credentials"] !== undefined) {
806
- contents.Credentials = de_Credentials(output["Credentials"], context);
805
+ if (output[_C] != null) {
806
+ contents[_C] = de_Credentials(output[_C], context);
807
807
  }
808
- if (output["SubjectFromWebIdentityToken"] !== undefined) {
809
- contents.SubjectFromWebIdentityToken = (0, smithy_client_1.expectString)(output["SubjectFromWebIdentityToken"]);
808
+ if (output[_SFWIT] != null) {
809
+ contents[_SFWIT] = (0, smithy_client_1.expectString)(output[_SFWIT]);
810
810
  }
811
- if (output["AssumedRoleUser"] !== undefined) {
812
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
811
+ if (output[_ARU] != null) {
812
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
813
813
  }
814
- if (output["PackedPolicySize"] !== undefined) {
815
- contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]);
814
+ if (output[_PPS] != null) {
815
+ contents[_PPS] = (0, smithy_client_1.strictParseInt32)(output[_PPS]);
816
816
  }
817
- if (output["Provider"] !== undefined) {
818
- contents.Provider = (0, smithy_client_1.expectString)(output["Provider"]);
817
+ if (output[_Pr] != null) {
818
+ contents[_Pr] = (0, smithy_client_1.expectString)(output[_Pr]);
819
819
  }
820
- if (output["Audience"] !== undefined) {
821
- contents.Audience = (0, smithy_client_1.expectString)(output["Audience"]);
820
+ if (output[_Au] != null) {
821
+ contents[_Au] = (0, smithy_client_1.expectString)(output[_Au]);
822
822
  }
823
- if (output["SourceIdentity"] !== undefined) {
824
- contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]);
823
+ if (output[_SI] != null) {
824
+ contents[_SI] = (0, smithy_client_1.expectString)(output[_SI]);
825
825
  }
826
826
  return contents;
827
827
  };
828
828
  const de_Credentials = (output, context) => {
829
829
  const contents = {};
830
- if (output["AccessKeyId"] !== undefined) {
831
- contents.AccessKeyId = (0, smithy_client_1.expectString)(output["AccessKeyId"]);
830
+ if (output[_AKI] != null) {
831
+ contents[_AKI] = (0, smithy_client_1.expectString)(output[_AKI]);
832
832
  }
833
- if (output["SecretAccessKey"] !== undefined) {
834
- contents.SecretAccessKey = (0, smithy_client_1.expectString)(output["SecretAccessKey"]);
833
+ if (output[_SAK] != null) {
834
+ contents[_SAK] = (0, smithy_client_1.expectString)(output[_SAK]);
835
835
  }
836
- if (output["SessionToken"] !== undefined) {
837
- contents.SessionToken = (0, smithy_client_1.expectString)(output["SessionToken"]);
836
+ if (output[_STe] != null) {
837
+ contents[_STe] = (0, smithy_client_1.expectString)(output[_STe]);
838
838
  }
839
- if (output["Expiration"] !== undefined) {
840
- contents.Expiration = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Expiration"]));
839
+ if (output[_E] != null) {
840
+ contents[_E] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_E]));
841
841
  }
842
842
  return contents;
843
843
  };
844
844
  const de_DecodeAuthorizationMessageResponse = (output, context) => {
845
845
  const contents = {};
846
- if (output["DecodedMessage"] !== undefined) {
847
- contents.DecodedMessage = (0, smithy_client_1.expectString)(output["DecodedMessage"]);
846
+ if (output[_DM] != null) {
847
+ contents[_DM] = (0, smithy_client_1.expectString)(output[_DM]);
848
848
  }
849
849
  return contents;
850
850
  };
851
851
  const de_ExpiredTokenException = (output, context) => {
852
852
  const contents = {};
853
- if (output["message"] !== undefined) {
854
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
853
+ if (output[_m] != null) {
854
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
855
855
  }
856
856
  return contents;
857
857
  };
858
858
  const de_FederatedUser = (output, context) => {
859
859
  const contents = {};
860
- if (output["FederatedUserId"] !== undefined) {
861
- contents.FederatedUserId = (0, smithy_client_1.expectString)(output["FederatedUserId"]);
860
+ if (output[_FUI] != null) {
861
+ contents[_FUI] = (0, smithy_client_1.expectString)(output[_FUI]);
862
862
  }
863
- if (output["Arn"] !== undefined) {
864
- contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
863
+ if (output[_Ar] != null) {
864
+ contents[_Ar] = (0, smithy_client_1.expectString)(output[_Ar]);
865
865
  }
866
866
  return contents;
867
867
  };
868
868
  const de_GetAccessKeyInfoResponse = (output, context) => {
869
869
  const contents = {};
870
- if (output["Account"] !== undefined) {
871
- contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
870
+ if (output[_Ac] != null) {
871
+ contents[_Ac] = (0, smithy_client_1.expectString)(output[_Ac]);
872
872
  }
873
873
  return contents;
874
874
  };
875
875
  const de_GetCallerIdentityResponse = (output, context) => {
876
876
  const contents = {};
877
- if (output["UserId"] !== undefined) {
878
- contents.UserId = (0, smithy_client_1.expectString)(output["UserId"]);
877
+ if (output[_UI] != null) {
878
+ contents[_UI] = (0, smithy_client_1.expectString)(output[_UI]);
879
879
  }
880
- if (output["Account"] !== undefined) {
881
- contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
880
+ if (output[_Ac] != null) {
881
+ contents[_Ac] = (0, smithy_client_1.expectString)(output[_Ac]);
882
882
  }
883
- if (output["Arn"] !== undefined) {
884
- contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
883
+ if (output[_Ar] != null) {
884
+ contents[_Ar] = (0, smithy_client_1.expectString)(output[_Ar]);
885
885
  }
886
886
  return contents;
887
887
  };
888
888
  const de_GetFederationTokenResponse = (output, context) => {
889
889
  const contents = {};
890
- if (output["Credentials"] !== undefined) {
891
- contents.Credentials = de_Credentials(output["Credentials"], context);
890
+ if (output[_C] != null) {
891
+ contents[_C] = de_Credentials(output[_C], context);
892
892
  }
893
- if (output["FederatedUser"] !== undefined) {
894
- contents.FederatedUser = de_FederatedUser(output["FederatedUser"], context);
893
+ if (output[_FU] != null) {
894
+ contents[_FU] = de_FederatedUser(output[_FU], context);
895
895
  }
896
- if (output["PackedPolicySize"] !== undefined) {
897
- contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]);
896
+ if (output[_PPS] != null) {
897
+ contents[_PPS] = (0, smithy_client_1.strictParseInt32)(output[_PPS]);
898
898
  }
899
899
  return contents;
900
900
  };
901
901
  const de_GetSessionTokenResponse = (output, context) => {
902
902
  const contents = {};
903
- if (output["Credentials"] !== undefined) {
904
- contents.Credentials = de_Credentials(output["Credentials"], context);
903
+ if (output[_C] != null) {
904
+ contents[_C] = de_Credentials(output[_C], context);
905
905
  }
906
906
  return contents;
907
907
  };
908
908
  const de_IDPCommunicationErrorException = (output, context) => {
909
909
  const contents = {};
910
- if (output["message"] !== undefined) {
911
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
910
+ if (output[_m] != null) {
911
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
912
912
  }
913
913
  return contents;
914
914
  };
915
915
  const de_IDPRejectedClaimException = (output, context) => {
916
916
  const contents = {};
917
- if (output["message"] !== undefined) {
918
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
917
+ if (output[_m] != null) {
918
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
919
919
  }
920
920
  return contents;
921
921
  };
922
922
  const de_InvalidAuthorizationMessageException = (output, context) => {
923
923
  const contents = {};
924
- if (output["message"] !== undefined) {
925
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
924
+ if (output[_m] != null) {
925
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
926
926
  }
927
927
  return contents;
928
928
  };
929
929
  const de_InvalidIdentityTokenException = (output, context) => {
930
930
  const contents = {};
931
- if (output["message"] !== undefined) {
932
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
931
+ if (output[_m] != null) {
932
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
933
933
  }
934
934
  return contents;
935
935
  };
936
936
  const de_MalformedPolicyDocumentException = (output, context) => {
937
937
  const contents = {};
938
- if (output["message"] !== undefined) {
939
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
938
+ if (output[_m] != null) {
939
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
940
940
  }
941
941
  return contents;
942
942
  };
943
943
  const de_PackedPolicyTooLargeException = (output, context) => {
944
944
  const contents = {};
945
- if (output["message"] !== undefined) {
946
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
945
+ if (output[_m] != null) {
946
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
947
947
  }
948
948
  return contents;
949
949
  };
950
950
  const de_RegionDisabledException = (output, context) => {
951
951
  const contents = {};
952
- if (output["message"] !== undefined) {
953
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
952
+ if (output[_m] != null) {
953
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
954
954
  }
955
955
  return contents;
956
956
  };
@@ -983,6 +983,62 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
983
983
  const SHARED_HEADERS = {
984
984
  "content-type": "application/x-www-form-urlencoded",
985
985
  };
986
+ const _ = "2011-06-15";
987
+ const _A = "Action";
988
+ const _AKI = "AccessKeyId";
989
+ const _AR = "AssumeRole";
990
+ const _ARI = "AssumedRoleId";
991
+ const _ARU = "AssumedRoleUser";
992
+ const _ARWSAML = "AssumeRoleWithSAML";
993
+ const _ARWWI = "AssumeRoleWithWebIdentity";
994
+ const _Ac = "Account";
995
+ const _Ar = "Arn";
996
+ const _Au = "Audience";
997
+ const _C = "Credentials";
998
+ const _CA = "ContextAssertion";
999
+ const _DAM = "DecodeAuthorizationMessage";
1000
+ const _DM = "DecodedMessage";
1001
+ const _DS = "DurationSeconds";
1002
+ const _E = "Expiration";
1003
+ const _EI = "ExternalId";
1004
+ const _EM = "EncodedMessage";
1005
+ const _FU = "FederatedUser";
1006
+ const _FUI = "FederatedUserId";
1007
+ const _GAKI = "GetAccessKeyInfo";
1008
+ const _GCI = "GetCallerIdentity";
1009
+ const _GFT = "GetFederationToken";
1010
+ const _GST = "GetSessionToken";
1011
+ const _I = "Issuer";
1012
+ const _K = "Key";
1013
+ const _N = "Name";
1014
+ const _NQ = "NameQualifier";
1015
+ const _P = "Policy";
1016
+ const _PA = "PolicyArns";
1017
+ const _PAr = "PrincipalArn";
1018
+ const _PAro = "ProviderArn";
1019
+ const _PC = "ProvidedContexts";
1020
+ const _PI = "ProviderId";
1021
+ const _PPS = "PackedPolicySize";
1022
+ const _Pr = "Provider";
1023
+ const _RA = "RoleArn";
1024
+ const _RSN = "RoleSessionName";
1025
+ const _S = "Subject";
1026
+ const _SAK = "SecretAccessKey";
1027
+ const _SAMLA = "SAMLAssertion";
1028
+ const _SFWIT = "SubjectFromWebIdentityToken";
1029
+ const _SI = "SourceIdentity";
1030
+ const _SN = "SerialNumber";
1031
+ const _ST = "SubjectType";
1032
+ const _STe = "SessionToken";
1033
+ const _T = "Tags";
1034
+ const _TC = "TokenCode";
1035
+ const _TTK = "TransitiveTagKeys";
1036
+ const _UI = "UserId";
1037
+ const _V = "Version";
1038
+ const _Va = "Value";
1039
+ const _WIT = "WebIdentityToken";
1040
+ const _a = "arn";
1041
+ const _m = "message";
986
1042
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
987
1043
  if (encoded.length) {
988
1044
  const parser = new fast_xml_parser_1.XMLParser({