@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
@@ -8,8 +8,8 @@ export const se_AssumeRoleCommand = async (input, context) => {
8
8
  let body;
9
9
  body = buildFormUrlencodedString({
10
10
  ...se_AssumeRoleRequest(input, context),
11
- Action: "AssumeRole",
12
- Version: "2011-06-15",
11
+ [_A]: _AR,
12
+ [_V]: _,
13
13
  });
14
14
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
15
15
  };
@@ -18,8 +18,8 @@ export const se_AssumeRoleWithSAMLCommand = async (input, context) => {
18
18
  let body;
19
19
  body = buildFormUrlencodedString({
20
20
  ...se_AssumeRoleWithSAMLRequest(input, context),
21
- Action: "AssumeRoleWithSAML",
22
- Version: "2011-06-15",
21
+ [_A]: _ARWSAML,
22
+ [_V]: _,
23
23
  });
24
24
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
25
25
  };
@@ -28,8 +28,8 @@ export const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
28
28
  let body;
29
29
  body = buildFormUrlencodedString({
30
30
  ...se_AssumeRoleWithWebIdentityRequest(input, context),
31
- Action: "AssumeRoleWithWebIdentity",
32
- Version: "2011-06-15",
31
+ [_A]: _ARWWI,
32
+ [_V]: _,
33
33
  });
34
34
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
35
35
  };
@@ -38,8 +38,8 @@ export const se_DecodeAuthorizationMessageCommand = async (input, context) => {
38
38
  let body;
39
39
  body = buildFormUrlencodedString({
40
40
  ...se_DecodeAuthorizationMessageRequest(input, context),
41
- Action: "DecodeAuthorizationMessage",
42
- Version: "2011-06-15",
41
+ [_A]: _DAM,
42
+ [_V]: _,
43
43
  });
44
44
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
45
45
  };
@@ -48,8 +48,8 @@ export const se_GetAccessKeyInfoCommand = async (input, context) => {
48
48
  let body;
49
49
  body = buildFormUrlencodedString({
50
50
  ...se_GetAccessKeyInfoRequest(input, context),
51
- Action: "GetAccessKeyInfo",
52
- Version: "2011-06-15",
51
+ [_A]: _GAKI,
52
+ [_V]: _,
53
53
  });
54
54
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
55
55
  };
@@ -58,8 +58,8 @@ export const se_GetCallerIdentityCommand = async (input, context) => {
58
58
  let body;
59
59
  body = buildFormUrlencodedString({
60
60
  ...se_GetCallerIdentityRequest(input, context),
61
- Action: "GetCallerIdentity",
62
- Version: "2011-06-15",
61
+ [_A]: _GCI,
62
+ [_V]: _,
63
63
  });
64
64
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
65
65
  };
@@ -68,8 +68,8 @@ export const se_GetFederationTokenCommand = async (input, context) => {
68
68
  let body;
69
69
  body = buildFormUrlencodedString({
70
70
  ...se_GetFederationTokenRequest(input, context),
71
- Action: "GetFederationToken",
72
- Version: "2011-06-15",
71
+ [_A]: _GFT,
72
+ [_V]: _,
73
73
  });
74
74
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
75
75
  };
@@ -78,8 +78,8 @@ export const se_GetSessionTokenCommand = async (input, context) => {
78
78
  let body;
79
79
  body = buildFormUrlencodedString({
80
80
  ...se_GetSessionTokenRequest(input, context),
81
- Action: "GetSessionToken",
82
- Version: "2011-06-15",
81
+ [_A]: _GST,
82
+ [_V]: _,
83
83
  });
84
84
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
85
85
  };
@@ -449,15 +449,15 @@ const de_RegionDisabledExceptionRes = async (parsedOutput, context) => {
449
449
  };
450
450
  const se_AssumeRoleRequest = (input, context) => {
451
451
  const entries = {};
452
- if (input.RoleArn != null) {
453
- entries["RoleArn"] = input.RoleArn;
452
+ if (input[_RA] != null) {
453
+ entries[_RA] = input[_RA];
454
454
  }
455
- if (input.RoleSessionName != null) {
456
- entries["RoleSessionName"] = input.RoleSessionName;
455
+ if (input[_RSN] != null) {
456
+ entries[_RSN] = input[_RSN];
457
457
  }
458
- if (input.PolicyArns != null) {
459
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
460
- if (input.PolicyArns?.length === 0) {
458
+ if (input[_PA] != null) {
459
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
460
+ if (input[_PA]?.length === 0) {
461
461
  entries.PolicyArns = [];
462
462
  }
463
463
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -465,15 +465,15 @@ const se_AssumeRoleRequest = (input, context) => {
465
465
  entries[loc] = value;
466
466
  });
467
467
  }
468
- if (input.Policy != null) {
469
- entries["Policy"] = input.Policy;
468
+ if (input[_P] != null) {
469
+ entries[_P] = input[_P];
470
470
  }
471
- if (input.DurationSeconds != null) {
472
- entries["DurationSeconds"] = input.DurationSeconds;
471
+ if (input[_DS] != null) {
472
+ entries[_DS] = input[_DS];
473
473
  }
474
- if (input.Tags != null) {
475
- const memberEntries = se_tagListType(input.Tags, context);
476
- if (input.Tags?.length === 0) {
474
+ if (input[_T] != null) {
475
+ const memberEntries = se_tagListType(input[_T], context);
476
+ if (input[_T]?.length === 0) {
477
477
  entries.Tags = [];
478
478
  }
479
479
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -481,9 +481,9 @@ const se_AssumeRoleRequest = (input, context) => {
481
481
  entries[loc] = value;
482
482
  });
483
483
  }
484
- if (input.TransitiveTagKeys != null) {
485
- const memberEntries = se_tagKeyListType(input.TransitiveTagKeys, context);
486
- if (input.TransitiveTagKeys?.length === 0) {
484
+ if (input[_TTK] != null) {
485
+ const memberEntries = se_tagKeyListType(input[_TTK], context);
486
+ if (input[_TTK]?.length === 0) {
487
487
  entries.TransitiveTagKeys = [];
488
488
  }
489
489
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -491,21 +491,21 @@ const se_AssumeRoleRequest = (input, context) => {
491
491
  entries[loc] = value;
492
492
  });
493
493
  }
494
- if (input.ExternalId != null) {
495
- entries["ExternalId"] = input.ExternalId;
494
+ if (input[_EI] != null) {
495
+ entries[_EI] = input[_EI];
496
496
  }
497
- if (input.SerialNumber != null) {
498
- entries["SerialNumber"] = input.SerialNumber;
497
+ if (input[_SN] != null) {
498
+ entries[_SN] = input[_SN];
499
499
  }
500
- if (input.TokenCode != null) {
501
- entries["TokenCode"] = input.TokenCode;
500
+ if (input[_TC] != null) {
501
+ entries[_TC] = input[_TC];
502
502
  }
503
- if (input.SourceIdentity != null) {
504
- entries["SourceIdentity"] = input.SourceIdentity;
503
+ if (input[_SI] != null) {
504
+ entries[_SI] = input[_SI];
505
505
  }
506
- if (input.ProvidedContexts != null) {
507
- const memberEntries = se_ProvidedContextsListType(input.ProvidedContexts, context);
508
- if (input.ProvidedContexts?.length === 0) {
506
+ if (input[_PC] != null) {
507
+ const memberEntries = se_ProvidedContextsListType(input[_PC], context);
508
+ if (input[_PC]?.length === 0) {
509
509
  entries.ProvidedContexts = [];
510
510
  }
511
511
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -517,18 +517,18 @@ const se_AssumeRoleRequest = (input, context) => {
517
517
  };
518
518
  const se_AssumeRoleWithSAMLRequest = (input, context) => {
519
519
  const entries = {};
520
- if (input.RoleArn != null) {
521
- entries["RoleArn"] = input.RoleArn;
520
+ if (input[_RA] != null) {
521
+ entries[_RA] = input[_RA];
522
522
  }
523
- if (input.PrincipalArn != null) {
524
- entries["PrincipalArn"] = input.PrincipalArn;
523
+ if (input[_PAr] != null) {
524
+ entries[_PAr] = input[_PAr];
525
525
  }
526
- if (input.SAMLAssertion != null) {
527
- entries["SAMLAssertion"] = input.SAMLAssertion;
526
+ if (input[_SAMLA] != null) {
527
+ entries[_SAMLA] = input[_SAMLA];
528
528
  }
529
- if (input.PolicyArns != null) {
530
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
531
- if (input.PolicyArns?.length === 0) {
529
+ if (input[_PA] != null) {
530
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
531
+ if (input[_PA]?.length === 0) {
532
532
  entries.PolicyArns = [];
533
533
  }
534
534
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -536,31 +536,31 @@ const se_AssumeRoleWithSAMLRequest = (input, context) => {
536
536
  entries[loc] = value;
537
537
  });
538
538
  }
539
- if (input.Policy != null) {
540
- entries["Policy"] = input.Policy;
539
+ if (input[_P] != null) {
540
+ entries[_P] = input[_P];
541
541
  }
542
- if (input.DurationSeconds != null) {
543
- entries["DurationSeconds"] = input.DurationSeconds;
542
+ if (input[_DS] != null) {
543
+ entries[_DS] = input[_DS];
544
544
  }
545
545
  return entries;
546
546
  };
547
547
  const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
548
548
  const entries = {};
549
- if (input.RoleArn != null) {
550
- entries["RoleArn"] = input.RoleArn;
549
+ if (input[_RA] != null) {
550
+ entries[_RA] = input[_RA];
551
551
  }
552
- if (input.RoleSessionName != null) {
553
- entries["RoleSessionName"] = input.RoleSessionName;
552
+ if (input[_RSN] != null) {
553
+ entries[_RSN] = input[_RSN];
554
554
  }
555
- if (input.WebIdentityToken != null) {
556
- entries["WebIdentityToken"] = input.WebIdentityToken;
555
+ if (input[_WIT] != null) {
556
+ entries[_WIT] = input[_WIT];
557
557
  }
558
- if (input.ProviderId != null) {
559
- entries["ProviderId"] = input.ProviderId;
558
+ if (input[_PI] != null) {
559
+ entries[_PI] = input[_PI];
560
560
  }
561
- if (input.PolicyArns != null) {
562
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
563
- if (input.PolicyArns?.length === 0) {
561
+ if (input[_PA] != null) {
562
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
563
+ if (input[_PA]?.length === 0) {
564
564
  entries.PolicyArns = [];
565
565
  }
566
566
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -568,25 +568,25 @@ const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
568
568
  entries[loc] = value;
569
569
  });
570
570
  }
571
- if (input.Policy != null) {
572
- entries["Policy"] = input.Policy;
571
+ if (input[_P] != null) {
572
+ entries[_P] = input[_P];
573
573
  }
574
- if (input.DurationSeconds != null) {
575
- entries["DurationSeconds"] = input.DurationSeconds;
574
+ if (input[_DS] != null) {
575
+ entries[_DS] = input[_DS];
576
576
  }
577
577
  return entries;
578
578
  };
579
579
  const se_DecodeAuthorizationMessageRequest = (input, context) => {
580
580
  const entries = {};
581
- if (input.EncodedMessage != null) {
582
- entries["EncodedMessage"] = input.EncodedMessage;
581
+ if (input[_EM] != null) {
582
+ entries[_EM] = input[_EM];
583
583
  }
584
584
  return entries;
585
585
  };
586
586
  const se_GetAccessKeyInfoRequest = (input, context) => {
587
587
  const entries = {};
588
- if (input.AccessKeyId != null) {
589
- entries["AccessKeyId"] = input.AccessKeyId;
588
+ if (input[_AKI] != null) {
589
+ entries[_AKI] = input[_AKI];
590
590
  }
591
591
  return entries;
592
592
  };
@@ -596,15 +596,15 @@ const se_GetCallerIdentityRequest = (input, context) => {
596
596
  };
597
597
  const se_GetFederationTokenRequest = (input, context) => {
598
598
  const entries = {};
599
- if (input.Name != null) {
600
- entries["Name"] = input.Name;
599
+ if (input[_N] != null) {
600
+ entries[_N] = input[_N];
601
601
  }
602
- if (input.Policy != null) {
603
- entries["Policy"] = input.Policy;
602
+ if (input[_P] != null) {
603
+ entries[_P] = input[_P];
604
604
  }
605
- if (input.PolicyArns != null) {
606
- const memberEntries = se_policyDescriptorListType(input.PolicyArns, context);
607
- if (input.PolicyArns?.length === 0) {
605
+ if (input[_PA] != null) {
606
+ const memberEntries = se_policyDescriptorListType(input[_PA], context);
607
+ if (input[_PA]?.length === 0) {
608
608
  entries.PolicyArns = [];
609
609
  }
610
610
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -612,12 +612,12 @@ const se_GetFederationTokenRequest = (input, context) => {
612
612
  entries[loc] = value;
613
613
  });
614
614
  }
615
- if (input.DurationSeconds != null) {
616
- entries["DurationSeconds"] = input.DurationSeconds;
615
+ if (input[_DS] != null) {
616
+ entries[_DS] = input[_DS];
617
617
  }
618
- if (input.Tags != null) {
619
- const memberEntries = se_tagListType(input.Tags, context);
620
- if (input.Tags?.length === 0) {
618
+ if (input[_T] != null) {
619
+ const memberEntries = se_tagListType(input[_T], context);
620
+ if (input[_T]?.length === 0) {
621
621
  entries.Tags = [];
622
622
  }
623
623
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -629,14 +629,14 @@ const se_GetFederationTokenRequest = (input, context) => {
629
629
  };
630
630
  const se_GetSessionTokenRequest = (input, context) => {
631
631
  const entries = {};
632
- if (input.DurationSeconds != null) {
633
- entries["DurationSeconds"] = input.DurationSeconds;
632
+ if (input[_DS] != null) {
633
+ entries[_DS] = input[_DS];
634
634
  }
635
- if (input.SerialNumber != null) {
636
- entries["SerialNumber"] = input.SerialNumber;
635
+ if (input[_SN] != null) {
636
+ entries[_SN] = input[_SN];
637
637
  }
638
- if (input.TokenCode != null) {
639
- entries["TokenCode"] = input.TokenCode;
638
+ if (input[_TC] != null) {
639
+ entries[_TC] = input[_TC];
640
640
  }
641
641
  return entries;
642
642
  };
@@ -657,18 +657,18 @@ const se_policyDescriptorListType = (input, context) => {
657
657
  };
658
658
  const se_PolicyDescriptorType = (input, context) => {
659
659
  const entries = {};
660
- if (input.arn != null) {
661
- entries["arn"] = input.arn;
660
+ if (input[_a] != null) {
661
+ entries[_a] = input[_a];
662
662
  }
663
663
  return entries;
664
664
  };
665
665
  const se_ProvidedContext = (input, context) => {
666
666
  const entries = {};
667
- if (input.ProviderArn != null) {
668
- entries["ProviderArn"] = input.ProviderArn;
667
+ if (input[_PAro] != null) {
668
+ entries[_PAro] = input[_PAro];
669
669
  }
670
- if (input.ContextAssertion != null) {
671
- entries["ContextAssertion"] = input.ContextAssertion;
670
+ if (input[_CA] != null) {
671
+ entries[_CA] = input[_CA];
672
672
  }
673
673
  return entries;
674
674
  };
@@ -689,11 +689,11 @@ const se_ProvidedContextsListType = (input, context) => {
689
689
  };
690
690
  const se_Tag = (input, context) => {
691
691
  const entries = {};
692
- if (input.Key != null) {
693
- entries["Key"] = input.Key;
692
+ if (input[_K] != null) {
693
+ entries[_K] = input[_K];
694
694
  }
695
- if (input.Value != null) {
696
- entries["Value"] = input.Value;
695
+ if (input[_Va] != null) {
696
+ entries[_Va] = input[_Va];
697
697
  }
698
698
  return entries;
699
699
  };
@@ -726,212 +726,212 @@ const se_tagListType = (input, context) => {
726
726
  };
727
727
  const de_AssumedRoleUser = (output, context) => {
728
728
  const contents = {};
729
- if (output["AssumedRoleId"] !== undefined) {
730
- contents.AssumedRoleId = __expectString(output["AssumedRoleId"]);
729
+ if (output[_ARI] != null) {
730
+ contents[_ARI] = __expectString(output[_ARI]);
731
731
  }
732
- if (output["Arn"] !== undefined) {
733
- contents.Arn = __expectString(output["Arn"]);
732
+ if (output[_Ar] != null) {
733
+ contents[_Ar] = __expectString(output[_Ar]);
734
734
  }
735
735
  return contents;
736
736
  };
737
737
  const de_AssumeRoleResponse = (output, context) => {
738
738
  const contents = {};
739
- if (output["Credentials"] !== undefined) {
740
- contents.Credentials = de_Credentials(output["Credentials"], context);
739
+ if (output[_C] != null) {
740
+ contents[_C] = de_Credentials(output[_C], context);
741
741
  }
742
- if (output["AssumedRoleUser"] !== undefined) {
743
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
742
+ if (output[_ARU] != null) {
743
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
744
744
  }
745
- if (output["PackedPolicySize"] !== undefined) {
746
- contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]);
745
+ if (output[_PPS] != null) {
746
+ contents[_PPS] = __strictParseInt32(output[_PPS]);
747
747
  }
748
- if (output["SourceIdentity"] !== undefined) {
749
- contents.SourceIdentity = __expectString(output["SourceIdentity"]);
748
+ if (output[_SI] != null) {
749
+ contents[_SI] = __expectString(output[_SI]);
750
750
  }
751
751
  return contents;
752
752
  };
753
753
  const de_AssumeRoleWithSAMLResponse = (output, context) => {
754
754
  const contents = {};
755
- if (output["Credentials"] !== undefined) {
756
- contents.Credentials = de_Credentials(output["Credentials"], context);
755
+ if (output[_C] != null) {
756
+ contents[_C] = de_Credentials(output[_C], context);
757
757
  }
758
- if (output["AssumedRoleUser"] !== undefined) {
759
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
758
+ if (output[_ARU] != null) {
759
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
760
760
  }
761
- if (output["PackedPolicySize"] !== undefined) {
762
- contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]);
761
+ if (output[_PPS] != null) {
762
+ contents[_PPS] = __strictParseInt32(output[_PPS]);
763
763
  }
764
- if (output["Subject"] !== undefined) {
765
- contents.Subject = __expectString(output["Subject"]);
764
+ if (output[_S] != null) {
765
+ contents[_S] = __expectString(output[_S]);
766
766
  }
767
- if (output["SubjectType"] !== undefined) {
768
- contents.SubjectType = __expectString(output["SubjectType"]);
767
+ if (output[_ST] != null) {
768
+ contents[_ST] = __expectString(output[_ST]);
769
769
  }
770
- if (output["Issuer"] !== undefined) {
771
- contents.Issuer = __expectString(output["Issuer"]);
770
+ if (output[_I] != null) {
771
+ contents[_I] = __expectString(output[_I]);
772
772
  }
773
- if (output["Audience"] !== undefined) {
774
- contents.Audience = __expectString(output["Audience"]);
773
+ if (output[_Au] != null) {
774
+ contents[_Au] = __expectString(output[_Au]);
775
775
  }
776
- if (output["NameQualifier"] !== undefined) {
777
- contents.NameQualifier = __expectString(output["NameQualifier"]);
776
+ if (output[_NQ] != null) {
777
+ contents[_NQ] = __expectString(output[_NQ]);
778
778
  }
779
- if (output["SourceIdentity"] !== undefined) {
780
- contents.SourceIdentity = __expectString(output["SourceIdentity"]);
779
+ if (output[_SI] != null) {
780
+ contents[_SI] = __expectString(output[_SI]);
781
781
  }
782
782
  return contents;
783
783
  };
784
784
  const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
785
785
  const contents = {};
786
- if (output["Credentials"] !== undefined) {
787
- contents.Credentials = de_Credentials(output["Credentials"], context);
786
+ if (output[_C] != null) {
787
+ contents[_C] = de_Credentials(output[_C], context);
788
788
  }
789
- if (output["SubjectFromWebIdentityToken"] !== undefined) {
790
- contents.SubjectFromWebIdentityToken = __expectString(output["SubjectFromWebIdentityToken"]);
789
+ if (output[_SFWIT] != null) {
790
+ contents[_SFWIT] = __expectString(output[_SFWIT]);
791
791
  }
792
- if (output["AssumedRoleUser"] !== undefined) {
793
- contents.AssumedRoleUser = de_AssumedRoleUser(output["AssumedRoleUser"], context);
792
+ if (output[_ARU] != null) {
793
+ contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
794
794
  }
795
- if (output["PackedPolicySize"] !== undefined) {
796
- contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]);
795
+ if (output[_PPS] != null) {
796
+ contents[_PPS] = __strictParseInt32(output[_PPS]);
797
797
  }
798
- if (output["Provider"] !== undefined) {
799
- contents.Provider = __expectString(output["Provider"]);
798
+ if (output[_Pr] != null) {
799
+ contents[_Pr] = __expectString(output[_Pr]);
800
800
  }
801
- if (output["Audience"] !== undefined) {
802
- contents.Audience = __expectString(output["Audience"]);
801
+ if (output[_Au] != null) {
802
+ contents[_Au] = __expectString(output[_Au]);
803
803
  }
804
- if (output["SourceIdentity"] !== undefined) {
805
- contents.SourceIdentity = __expectString(output["SourceIdentity"]);
804
+ if (output[_SI] != null) {
805
+ contents[_SI] = __expectString(output[_SI]);
806
806
  }
807
807
  return contents;
808
808
  };
809
809
  const de_Credentials = (output, context) => {
810
810
  const contents = {};
811
- if (output["AccessKeyId"] !== undefined) {
812
- contents.AccessKeyId = __expectString(output["AccessKeyId"]);
811
+ if (output[_AKI] != null) {
812
+ contents[_AKI] = __expectString(output[_AKI]);
813
813
  }
814
- if (output["SecretAccessKey"] !== undefined) {
815
- contents.SecretAccessKey = __expectString(output["SecretAccessKey"]);
814
+ if (output[_SAK] != null) {
815
+ contents[_SAK] = __expectString(output[_SAK]);
816
816
  }
817
- if (output["SessionToken"] !== undefined) {
818
- contents.SessionToken = __expectString(output["SessionToken"]);
817
+ if (output[_STe] != null) {
818
+ contents[_STe] = __expectString(output[_STe]);
819
819
  }
820
- if (output["Expiration"] !== undefined) {
821
- contents.Expiration = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Expiration"]));
820
+ if (output[_E] != null) {
821
+ contents[_E] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_E]));
822
822
  }
823
823
  return contents;
824
824
  };
825
825
  const de_DecodeAuthorizationMessageResponse = (output, context) => {
826
826
  const contents = {};
827
- if (output["DecodedMessage"] !== undefined) {
828
- contents.DecodedMessage = __expectString(output["DecodedMessage"]);
827
+ if (output[_DM] != null) {
828
+ contents[_DM] = __expectString(output[_DM]);
829
829
  }
830
830
  return contents;
831
831
  };
832
832
  const de_ExpiredTokenException = (output, context) => {
833
833
  const contents = {};
834
- if (output["message"] !== undefined) {
835
- contents.message = __expectString(output["message"]);
834
+ if (output[_m] != null) {
835
+ contents[_m] = __expectString(output[_m]);
836
836
  }
837
837
  return contents;
838
838
  };
839
839
  const de_FederatedUser = (output, context) => {
840
840
  const contents = {};
841
- if (output["FederatedUserId"] !== undefined) {
842
- contents.FederatedUserId = __expectString(output["FederatedUserId"]);
841
+ if (output[_FUI] != null) {
842
+ contents[_FUI] = __expectString(output[_FUI]);
843
843
  }
844
- if (output["Arn"] !== undefined) {
845
- contents.Arn = __expectString(output["Arn"]);
844
+ if (output[_Ar] != null) {
845
+ contents[_Ar] = __expectString(output[_Ar]);
846
846
  }
847
847
  return contents;
848
848
  };
849
849
  const de_GetAccessKeyInfoResponse = (output, context) => {
850
850
  const contents = {};
851
- if (output["Account"] !== undefined) {
852
- contents.Account = __expectString(output["Account"]);
851
+ if (output[_Ac] != null) {
852
+ contents[_Ac] = __expectString(output[_Ac]);
853
853
  }
854
854
  return contents;
855
855
  };
856
856
  const de_GetCallerIdentityResponse = (output, context) => {
857
857
  const contents = {};
858
- if (output["UserId"] !== undefined) {
859
- contents.UserId = __expectString(output["UserId"]);
858
+ if (output[_UI] != null) {
859
+ contents[_UI] = __expectString(output[_UI]);
860
860
  }
861
- if (output["Account"] !== undefined) {
862
- contents.Account = __expectString(output["Account"]);
861
+ if (output[_Ac] != null) {
862
+ contents[_Ac] = __expectString(output[_Ac]);
863
863
  }
864
- if (output["Arn"] !== undefined) {
865
- contents.Arn = __expectString(output["Arn"]);
864
+ if (output[_Ar] != null) {
865
+ contents[_Ar] = __expectString(output[_Ar]);
866
866
  }
867
867
  return contents;
868
868
  };
869
869
  const de_GetFederationTokenResponse = (output, context) => {
870
870
  const contents = {};
871
- if (output["Credentials"] !== undefined) {
872
- contents.Credentials = de_Credentials(output["Credentials"], context);
871
+ if (output[_C] != null) {
872
+ contents[_C] = de_Credentials(output[_C], context);
873
873
  }
874
- if (output["FederatedUser"] !== undefined) {
875
- contents.FederatedUser = de_FederatedUser(output["FederatedUser"], context);
874
+ if (output[_FU] != null) {
875
+ contents[_FU] = de_FederatedUser(output[_FU], context);
876
876
  }
877
- if (output["PackedPolicySize"] !== undefined) {
878
- contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]);
877
+ if (output[_PPS] != null) {
878
+ contents[_PPS] = __strictParseInt32(output[_PPS]);
879
879
  }
880
880
  return contents;
881
881
  };
882
882
  const de_GetSessionTokenResponse = (output, context) => {
883
883
  const contents = {};
884
- if (output["Credentials"] !== undefined) {
885
- contents.Credentials = de_Credentials(output["Credentials"], context);
884
+ if (output[_C] != null) {
885
+ contents[_C] = de_Credentials(output[_C], context);
886
886
  }
887
887
  return contents;
888
888
  };
889
889
  const de_IDPCommunicationErrorException = (output, context) => {
890
890
  const contents = {};
891
- if (output["message"] !== undefined) {
892
- contents.message = __expectString(output["message"]);
891
+ if (output[_m] != null) {
892
+ contents[_m] = __expectString(output[_m]);
893
893
  }
894
894
  return contents;
895
895
  };
896
896
  const de_IDPRejectedClaimException = (output, context) => {
897
897
  const contents = {};
898
- if (output["message"] !== undefined) {
899
- contents.message = __expectString(output["message"]);
898
+ if (output[_m] != null) {
899
+ contents[_m] = __expectString(output[_m]);
900
900
  }
901
901
  return contents;
902
902
  };
903
903
  const de_InvalidAuthorizationMessageException = (output, context) => {
904
904
  const contents = {};
905
- if (output["message"] !== undefined) {
906
- contents.message = __expectString(output["message"]);
905
+ if (output[_m] != null) {
906
+ contents[_m] = __expectString(output[_m]);
907
907
  }
908
908
  return contents;
909
909
  };
910
910
  const de_InvalidIdentityTokenException = (output, context) => {
911
911
  const contents = {};
912
- if (output["message"] !== undefined) {
913
- contents.message = __expectString(output["message"]);
912
+ if (output[_m] != null) {
913
+ contents[_m] = __expectString(output[_m]);
914
914
  }
915
915
  return contents;
916
916
  };
917
917
  const de_MalformedPolicyDocumentException = (output, context) => {
918
918
  const contents = {};
919
- if (output["message"] !== undefined) {
920
- contents.message = __expectString(output["message"]);
919
+ if (output[_m] != null) {
920
+ contents[_m] = __expectString(output[_m]);
921
921
  }
922
922
  return contents;
923
923
  };
924
924
  const de_PackedPolicyTooLargeException = (output, context) => {
925
925
  const contents = {};
926
- if (output["message"] !== undefined) {
927
- contents.message = __expectString(output["message"]);
926
+ if (output[_m] != null) {
927
+ contents[_m] = __expectString(output[_m]);
928
928
  }
929
929
  return contents;
930
930
  };
931
931
  const de_RegionDisabledException = (output, context) => {
932
932
  const contents = {};
933
- if (output["message"] !== undefined) {
934
- contents.message = __expectString(output["message"]);
933
+ if (output[_m] != null) {
934
+ contents[_m] = __expectString(output[_m]);
935
935
  }
936
936
  return contents;
937
937
  };
@@ -964,6 +964,62 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
964
964
  const SHARED_HEADERS = {
965
965
  "content-type": "application/x-www-form-urlencoded",
966
966
  };
967
+ const _ = "2011-06-15";
968
+ const _A = "Action";
969
+ const _AKI = "AccessKeyId";
970
+ const _AR = "AssumeRole";
971
+ const _ARI = "AssumedRoleId";
972
+ const _ARU = "AssumedRoleUser";
973
+ const _ARWSAML = "AssumeRoleWithSAML";
974
+ const _ARWWI = "AssumeRoleWithWebIdentity";
975
+ const _Ac = "Account";
976
+ const _Ar = "Arn";
977
+ const _Au = "Audience";
978
+ const _C = "Credentials";
979
+ const _CA = "ContextAssertion";
980
+ const _DAM = "DecodeAuthorizationMessage";
981
+ const _DM = "DecodedMessage";
982
+ const _DS = "DurationSeconds";
983
+ const _E = "Expiration";
984
+ const _EI = "ExternalId";
985
+ const _EM = "EncodedMessage";
986
+ const _FU = "FederatedUser";
987
+ const _FUI = "FederatedUserId";
988
+ const _GAKI = "GetAccessKeyInfo";
989
+ const _GCI = "GetCallerIdentity";
990
+ const _GFT = "GetFederationToken";
991
+ const _GST = "GetSessionToken";
992
+ const _I = "Issuer";
993
+ const _K = "Key";
994
+ const _N = "Name";
995
+ const _NQ = "NameQualifier";
996
+ const _P = "Policy";
997
+ const _PA = "PolicyArns";
998
+ const _PAr = "PrincipalArn";
999
+ const _PAro = "ProviderArn";
1000
+ const _PC = "ProvidedContexts";
1001
+ const _PI = "ProviderId";
1002
+ const _PPS = "PackedPolicySize";
1003
+ const _Pr = "Provider";
1004
+ const _RA = "RoleArn";
1005
+ const _RSN = "RoleSessionName";
1006
+ const _S = "Subject";
1007
+ const _SAK = "SecretAccessKey";
1008
+ const _SAMLA = "SAMLAssertion";
1009
+ const _SFWIT = "SubjectFromWebIdentityToken";
1010
+ const _SI = "SourceIdentity";
1011
+ const _SN = "SerialNumber";
1012
+ const _ST = "SubjectType";
1013
+ const _STe = "SessionToken";
1014
+ const _T = "Tags";
1015
+ const _TC = "TokenCode";
1016
+ const _TTK = "TransitiveTagKeys";
1017
+ const _UI = "UserId";
1018
+ const _V = "Version";
1019
+ const _Va = "Value";
1020
+ const _WIT = "WebIdentityToken";
1021
+ const _a = "arn";
1022
+ const _m = "message";
967
1023
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
968
1024
  if (encoded.length) {
969
1025
  const parser = new XMLParser({