@jjrawlins/cdk-ami-builder 0.0.33 → 0.0.34

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 (128) hide show
  1. package/.jsii +12 -12
  2. package/cdk-ami-builder/jsii/jsii.go +2 -2
  3. package/cdk-ami-builder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +722 -710
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +12 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +710 -710
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +12 -0
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +12 -0
  37. package/node_modules/@aws-sdk/client-ec2/package.json +6 -6
  38. package/node_modules/@aws-sdk/client-ecs/package.json +6 -6
  39. package/node_modules/@aws-sdk/client-kms/package.json +6 -6
  40. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +54 -54
  41. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +54 -54
  42. package/node_modules/@aws-sdk/client-s3/package.json +11 -11
  43. package/node_modules/@aws-sdk/client-secrets-manager/package.json +6 -6
  44. package/node_modules/@aws-sdk/client-sfn/package.json +6 -6
  45. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +19 -19
  46. package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +19 -19
  47. package/node_modules/@aws-sdk/client-sns/package.json +6 -6
  48. package/node_modules/@aws-sdk/client-sqs/package.json +6 -6
  49. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +24 -5
  51. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +9 -0
  52. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +18 -3
  53. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1 -0
  54. package/node_modules/@aws-sdk/client-ssm/package.json +6 -6
  55. package/node_modules/@aws-sdk/client-sso/package.json +5 -5
  56. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +15 -37
  57. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -13
  58. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
  59. package/node_modules/@aws-sdk/core/package.json +2 -3
  60. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  61. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  62. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  63. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  64. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  65. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  66. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  67. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  68. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  69. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  70. package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
  71. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  72. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  73. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -4
  74. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -4
  75. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -4
  76. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  77. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  78. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +6 -1
  79. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
  80. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
  81. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +54 -0
  82. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
  83. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
  84. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
  85. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  86. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  87. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  88. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  89. package/node_modules/@aws-sdk/xml-builder/package.json +9 -1
  90. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +15 -5
  91. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -1
  92. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +15 -5
  93. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +1 -1
  94. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +1 -1
  95. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +1 -1
  96. package/node_modules/@smithy/core/package.json +3 -4
  97. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  98. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -1
  99. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +1 -1
  100. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -1
  101. package/node_modules/@smithy/middleware-retry/package.json +4 -5
  102. package/node_modules/@smithy/smithy-client/package.json +3 -3
  103. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  104. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  105. package/node_modules/@smithy/uuid/LICENSE +201 -0
  106. package/node_modules/@smithy/uuid/README.md +10 -0
  107. package/node_modules/@smithy/uuid/dist-cjs/index.js +45 -0
  108. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.browser.js +1 -0
  109. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  110. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  111. package/node_modules/@smithy/uuid/dist-cjs/v4.js +1 -0
  112. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  113. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  114. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  115. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  116. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  117. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  118. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  119. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  120. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  121. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  122. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  123. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  124. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  125. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  126. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  127. package/node_modules/@smithy/uuid/package.json +66 -0
  128. package/package.json +11 -11
@@ -2548,13 +2548,13 @@ export const de_DeleteObjectsCommand = async (output, context) => {
2548
2548
  [_RC]: [, output.headers[_xarc]],
2549
2549
  });
2550
2550
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2551
- if (data.Deleted === "") {
2551
+ if (String(data.Deleted).trim() === "") {
2552
2552
  contents[_De] = [];
2553
2553
  }
2554
2554
  else if (data[_De] != null) {
2555
2555
  contents[_De] = de_DeletedObjects(__getArrayIfSingleItem(data[_De]), context);
2556
2556
  }
2557
- if (data.Error === "") {
2557
+ if (String(data.Error).trim() === "") {
2558
2558
  contents[_Err] = [];
2559
2559
  }
2560
2560
  else if (data[_Er] != null) {
@@ -2605,7 +2605,7 @@ export const de_GetBucketAclCommand = async (output, context) => {
2605
2605
  $metadata: deserializeMetadata(output),
2606
2606
  });
2607
2607
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2608
- if (data.AccessControlList === "") {
2608
+ if (String(data.AccessControlList).trim() === "") {
2609
2609
  contents[_Gr] = [];
2610
2610
  }
2611
2611
  else if (data[_ACLc] != null && data[_ACLc][_G] != null) {
@@ -2635,7 +2635,7 @@ export const de_GetBucketCorsCommand = async (output, context) => {
2635
2635
  $metadata: deserializeMetadata(output),
2636
2636
  });
2637
2637
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2638
- if (data.CORSRule === "") {
2638
+ if (String(data.CORSRule).trim() === "") {
2639
2639
  contents[_CORSRu] = [];
2640
2640
  }
2641
2641
  else if (data[_CORSR] != null) {
@@ -2685,7 +2685,7 @@ export const de_GetBucketLifecycleConfigurationCommand = async (output, context)
2685
2685
  [_TDMOS]: [, output.headers[_xatdmos]],
2686
2686
  });
2687
2687
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2688
- if (data.Rule === "") {
2688
+ if (String(data.Rule).trim() === "") {
2689
2689
  contents[_Rul] = [];
2690
2690
  }
2691
2691
  else if (data[_Ru] != null) {
@@ -2763,19 +2763,19 @@ export const de_GetBucketNotificationConfigurationCommand = async (output, conte
2763
2763
  if (data[_EBC] != null) {
2764
2764
  contents[_EBC] = de_EventBridgeConfiguration(data[_EBC], context);
2765
2765
  }
2766
- if (data.CloudFunctionConfiguration === "") {
2766
+ if (String(data.CloudFunctionConfiguration).trim() === "") {
2767
2767
  contents[_LFC] = [];
2768
2768
  }
2769
2769
  else if (data[_CFC] != null) {
2770
2770
  contents[_LFC] = de_LambdaFunctionConfigurationList(__getArrayIfSingleItem(data[_CFC]), context);
2771
2771
  }
2772
- if (data.QueueConfiguration === "") {
2772
+ if (String(data.QueueConfiguration).trim() === "") {
2773
2773
  contents[_QCu] = [];
2774
2774
  }
2775
2775
  else if (data[_QC] != null) {
2776
2776
  contents[_QCu] = de_QueueConfigurationList(__getArrayIfSingleItem(data[_QC]), context);
2777
2777
  }
2778
- if (data.TopicConfiguration === "") {
2778
+ if (String(data.TopicConfiguration).trim() === "") {
2779
2779
  contents[_TCop] = [];
2780
2780
  }
2781
2781
  else if (data[_TCo] != null) {
@@ -2848,7 +2848,7 @@ export const de_GetBucketTaggingCommand = async (output, context) => {
2848
2848
  $metadata: deserializeMetadata(output),
2849
2849
  });
2850
2850
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2851
- if (data.TagSet === "") {
2851
+ if (String(data.TagSet).trim() === "") {
2852
2852
  contents[_TS] = [];
2853
2853
  }
2854
2854
  else if (data[_TS] != null && data[_TS][_Ta] != null) {
@@ -2889,7 +2889,7 @@ export const de_GetBucketWebsiteCommand = async (output, context) => {
2889
2889
  if (data[_RART] != null) {
2890
2890
  contents[_RART] = de_RedirectAllRequestsTo(data[_RART], context);
2891
2891
  }
2892
- if (data.RoutingRules === "") {
2892
+ if (String(data.RoutingRules).trim() === "") {
2893
2893
  contents[_RRo] = [];
2894
2894
  }
2895
2895
  else if (data[_RRo] != null && data[_RRo][_RRou] != null) {
@@ -2967,7 +2967,7 @@ export const de_GetObjectAclCommand = async (output, context) => {
2967
2967
  [_RC]: [, output.headers[_xarc]],
2968
2968
  });
2969
2969
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2970
- if (data.AccessControlList === "") {
2970
+ if (String(data.AccessControlList).trim() === "") {
2971
2971
  contents[_Gr] = [];
2972
2972
  }
2973
2973
  else if (data[_ACLc] != null && data[_ACLc][_G] != null) {
@@ -3049,7 +3049,7 @@ export const de_GetObjectTaggingCommand = async (output, context) => {
3049
3049
  [_VI]: [, output.headers[_xavi]],
3050
3050
  });
3051
3051
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3052
- if (data.TagSet === "") {
3052
+ if (String(data.TagSet).trim() === "") {
3053
3053
  contents[_TS] = [];
3054
3054
  }
3055
3055
  else if (data[_TS] != null && data[_TS][_Ta] != null) {
@@ -3164,7 +3164,7 @@ export const de_ListBucketAnalyticsConfigurationsCommand = async (output, contex
3164
3164
  $metadata: deserializeMetadata(output),
3165
3165
  });
3166
3166
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3167
- if (data.AnalyticsConfiguration === "") {
3167
+ if (String(data.AnalyticsConfiguration).trim() === "") {
3168
3168
  contents[_ACLn] = [];
3169
3169
  }
3170
3170
  else if (data[_AC] != null) {
@@ -3192,7 +3192,7 @@ export const de_ListBucketIntelligentTieringConfigurationsCommand = async (outpu
3192
3192
  if (data[_CTon] != null) {
3193
3193
  contents[_CTon] = __expectString(data[_CTon]);
3194
3194
  }
3195
- if (data.IntelligentTieringConfiguration === "") {
3195
+ if (String(data.IntelligentTieringConfiguration).trim() === "") {
3196
3196
  contents[_ITCL] = [];
3197
3197
  }
3198
3198
  else if (data[_ITC] != null) {
@@ -3217,7 +3217,7 @@ export const de_ListBucketInventoryConfigurationsCommand = async (output, contex
3217
3217
  if (data[_CTon] != null) {
3218
3218
  contents[_CTon] = __expectString(data[_CTon]);
3219
3219
  }
3220
- if (data.InventoryConfiguration === "") {
3220
+ if (String(data.InventoryConfiguration).trim() === "") {
3221
3221
  contents[_ICL] = [];
3222
3222
  }
3223
3223
  else if (data[_IC] != null) {
@@ -3245,7 +3245,7 @@ export const de_ListBucketMetricsConfigurationsCommand = async (output, context)
3245
3245
  if (data[_IT] != null) {
3246
3246
  contents[_IT] = __parseBoolean(data[_IT]);
3247
3247
  }
3248
- if (data.MetricsConfiguration === "") {
3248
+ if (String(data.MetricsConfiguration).trim() === "") {
3249
3249
  contents[_MCL] = [];
3250
3250
  }
3251
3251
  else if (data[_MC] != null) {
@@ -3264,7 +3264,7 @@ export const de_ListBucketsCommand = async (output, context) => {
3264
3264
  $metadata: deserializeMetadata(output),
3265
3265
  });
3266
3266
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3267
- if (data.Buckets === "") {
3267
+ if (String(data.Buckets).trim() === "") {
3268
3268
  contents[_Bu] = [];
3269
3269
  }
3270
3270
  else if (data[_Bu] != null && data[_Bu][_B] != null) {
@@ -3289,7 +3289,7 @@ export const de_ListDirectoryBucketsCommand = async (output, context) => {
3289
3289
  $metadata: deserializeMetadata(output),
3290
3290
  });
3291
3291
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3292
- if (data.Buckets === "") {
3292
+ if (String(data.Buckets).trim() === "") {
3293
3293
  contents[_Bu] = [];
3294
3294
  }
3295
3295
  else if (data[_Bu] != null && data[_Bu][_B] != null) {
@@ -3312,7 +3312,7 @@ export const de_ListMultipartUploadsCommand = async (output, context) => {
3312
3312
  if (data[_B] != null) {
3313
3313
  contents[_B] = __expectString(data[_B]);
3314
3314
  }
3315
- if (data.CommonPrefixes === "") {
3315
+ if (String(data.CommonPrefixes).trim() === "") {
3316
3316
  contents[_CP] = [];
3317
3317
  }
3318
3318
  else if (data[_CP] != null) {
@@ -3345,7 +3345,7 @@ export const de_ListMultipartUploadsCommand = async (output, context) => {
3345
3345
  if (data[_UIM] != null) {
3346
3346
  contents[_UIM] = __expectString(data[_UIM]);
3347
3347
  }
3348
- if (data.Upload === "") {
3348
+ if (String(data.Upload).trim() === "") {
3349
3349
  contents[_Up] = [];
3350
3350
  }
3351
3351
  else if (data[_U] != null) {
@@ -3362,13 +3362,13 @@ export const de_ListObjectsCommand = async (output, context) => {
3362
3362
  [_RC]: [, output.headers[_xarc]],
3363
3363
  });
3364
3364
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3365
- if (data.CommonPrefixes === "") {
3365
+ if (String(data.CommonPrefixes).trim() === "") {
3366
3366
  contents[_CP] = [];
3367
3367
  }
3368
3368
  else if (data[_CP] != null) {
3369
3369
  contents[_CP] = de_CommonPrefixList(__getArrayIfSingleItem(data[_CP]), context);
3370
3370
  }
3371
- if (data.Contents === "") {
3371
+ if (String(data.Contents).trim() === "") {
3372
3372
  contents[_Co] = [];
3373
3373
  }
3374
3374
  else if (data[_Co] != null) {
@@ -3409,13 +3409,13 @@ export const de_ListObjectsV2Command = async (output, context) => {
3409
3409
  [_RC]: [, output.headers[_xarc]],
3410
3410
  });
3411
3411
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3412
- if (data.CommonPrefixes === "") {
3412
+ if (String(data.CommonPrefixes).trim() === "") {
3413
3413
  contents[_CP] = [];
3414
3414
  }
3415
3415
  else if (data[_CP] != null) {
3416
3416
  contents[_CP] = de_CommonPrefixList(__getArrayIfSingleItem(data[_CP]), context);
3417
3417
  }
3418
- if (data.Contents === "") {
3418
+ if (String(data.Contents).trim() === "") {
3419
3419
  contents[_Co] = [];
3420
3420
  }
3421
3421
  else if (data[_Co] != null) {
@@ -3462,13 +3462,13 @@ export const de_ListObjectVersionsCommand = async (output, context) => {
3462
3462
  [_RC]: [, output.headers[_xarc]],
3463
3463
  });
3464
3464
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3465
- if (data.CommonPrefixes === "") {
3465
+ if (String(data.CommonPrefixes).trim() === "") {
3466
3466
  contents[_CP] = [];
3467
3467
  }
3468
3468
  else if (data[_CP] != null) {
3469
3469
  contents[_CP] = de_CommonPrefixList(__getArrayIfSingleItem(data[_CP]), context);
3470
3470
  }
3471
- if (data.DeleteMarker === "") {
3471
+ if (String(data.DeleteMarker).trim() === "") {
3472
3472
  contents[_DMe] = [];
3473
3473
  }
3474
3474
  else if (data[_DM] != null) {
@@ -3504,7 +3504,7 @@ export const de_ListObjectVersionsCommand = async (output, context) => {
3504
3504
  if (data[_VIM] != null) {
3505
3505
  contents[_VIM] = __expectString(data[_VIM]);
3506
3506
  }
3507
- if (data.Version === "") {
3507
+ if (String(data.Version).trim() === "") {
3508
3508
  contents[_Ve] = [];
3509
3509
  }
3510
3510
  else if (data[_V] != null) {
@@ -3556,7 +3556,7 @@ export const de_ListPartsCommand = async (output, context) => {
3556
3556
  if (data[_PNM] != null) {
3557
3557
  contents[_PNM] = __expectString(data[_PNM]);
3558
3558
  }
3559
- if (data.Part === "") {
3559
+ if (String(data.Part).trim() === "") {
3560
3560
  contents[_Part] = [];
3561
3561
  }
3562
3562
  else if (data[_Par] != null) {
@@ -5637,7 +5637,7 @@ const de_AnalyticsAndOperator = (output, context) => {
5637
5637
  if (output[_P] != null) {
5638
5638
  contents[_P] = __expectString(output[_P]);
5639
5639
  }
5640
- if (output.Tag === "") {
5640
+ if (String(output.Tag).trim() === "") {
5641
5641
  contents[_Tag] = [];
5642
5642
  }
5643
5643
  else if (output[_Ta] != null) {
@@ -5650,7 +5650,7 @@ const de_AnalyticsConfiguration = (output, context) => {
5650
5650
  if (output[_I] != null) {
5651
5651
  contents[_I] = __expectString(output[_I]);
5652
5652
  }
5653
- if (output.Filter === "") {
5653
+ if (String(output.Filter).trim() === "") {
5654
5654
  }
5655
5655
  else if (output[_F] != null) {
5656
5656
  contents[_F] = de_AnalyticsFilter(__expectUnion(output[_F]), context);
@@ -5846,25 +5846,25 @@ const de_CORSRule = (output, context) => {
5846
5846
  if (output[_ID_] != null) {
5847
5847
  contents[_ID_] = __expectString(output[_ID_]);
5848
5848
  }
5849
- if (output.AllowedHeader === "") {
5849
+ if (String(output.AllowedHeader).trim() === "") {
5850
5850
  contents[_AHl] = [];
5851
5851
  }
5852
5852
  else if (output[_AH] != null) {
5853
5853
  contents[_AHl] = de_AllowedHeaders(__getArrayIfSingleItem(output[_AH]), context);
5854
5854
  }
5855
- if (output.AllowedMethod === "") {
5855
+ if (String(output.AllowedMethod).trim() === "") {
5856
5856
  contents[_AMl] = [];
5857
5857
  }
5858
5858
  else if (output[_AM] != null) {
5859
5859
  contents[_AMl] = de_AllowedMethods(__getArrayIfSingleItem(output[_AM]), context);
5860
5860
  }
5861
- if (output.AllowedOrigin === "") {
5861
+ if (String(output.AllowedOrigin).trim() === "") {
5862
5862
  contents[_AOl] = [];
5863
5863
  }
5864
5864
  else if (output[_AO] != null) {
5865
5865
  contents[_AOl] = de_AllowedOrigins(__getArrayIfSingleItem(output[_AO]), context);
5866
5866
  }
5867
- if (output.ExposeHeader === "") {
5867
+ if (String(output.ExposeHeader).trim() === "") {
5868
5868
  contents[_EH] = [];
5869
5869
  }
5870
5870
  else if (output[_EHx] != null) {
@@ -6119,7 +6119,7 @@ const de_GetObjectAttributesParts = (output, context) => {
6119
6119
  if (output[_IT] != null) {
6120
6120
  contents[_IT] = __parseBoolean(output[_IT]);
6121
6121
  }
6122
- if (output.Part === "") {
6122
+ if (String(output.Part).trim() === "") {
6123
6123
  contents[_Part] = [];
6124
6124
  }
6125
6125
  else if (output[_Par] != null) {
@@ -6185,7 +6185,7 @@ const de_IntelligentTieringAndOperator = (output, context) => {
6185
6185
  if (output[_P] != null) {
6186
6186
  contents[_P] = __expectString(output[_P]);
6187
6187
  }
6188
- if (output.Tag === "") {
6188
+ if (String(output.Tag).trim() === "") {
6189
6189
  contents[_Tag] = [];
6190
6190
  }
6191
6191
  else if (output[_Ta] != null) {
@@ -6204,7 +6204,7 @@ const de_IntelligentTieringConfiguration = (output, context) => {
6204
6204
  if (output[_S] != null) {
6205
6205
  contents[_S] = __expectString(output[_S]);
6206
6206
  }
6207
- if (output.Tiering === "") {
6207
+ if (String(output.Tiering).trim() === "") {
6208
6208
  contents[_Tie] = [];
6209
6209
  }
6210
6210
  else if (output[_Tier] != null) {
@@ -6249,7 +6249,7 @@ const de_InventoryConfiguration = (output, context) => {
6249
6249
  if (output[_IOV] != null) {
6250
6250
  contents[_IOV] = __expectString(output[_IOV]);
6251
6251
  }
6252
- if (output.OptionalFields === "") {
6252
+ if (String(output.OptionalFields).trim() === "") {
6253
6253
  contents[_OF] = [];
6254
6254
  }
6255
6255
  else if (output[_OF] != null && output[_OF][_Fi] != null) {
@@ -6370,7 +6370,7 @@ const de_LambdaFunctionConfiguration = (output, context) => {
6370
6370
  if (output[_CF] != null) {
6371
6371
  contents[_LFA] = __expectString(output[_CF]);
6372
6372
  }
6373
- if (output.Event === "") {
6373
+ if (String(output.Event).trim() === "") {
6374
6374
  contents[_Eve] = [];
6375
6375
  }
6376
6376
  else if (output[_Ev] != null) {
@@ -6418,13 +6418,13 @@ const de_LifecycleRule = (output, context) => {
6418
6418
  if (output[_S] != null) {
6419
6419
  contents[_S] = __expectString(output[_S]);
6420
6420
  }
6421
- if (output.Transition === "") {
6421
+ if (String(output.Transition).trim() === "") {
6422
6422
  contents[_Tr] = [];
6423
6423
  }
6424
6424
  else if (output[_Tra] != null) {
6425
6425
  contents[_Tr] = de_TransitionList(__getArrayIfSingleItem(output[_Tra]), context);
6426
6426
  }
6427
- if (output.NoncurrentVersionTransition === "") {
6427
+ if (String(output.NoncurrentVersionTransition).trim() === "") {
6428
6428
  contents[_NVT] = [];
6429
6429
  }
6430
6430
  else if (output[_NVTo] != null) {
@@ -6443,7 +6443,7 @@ const de_LifecycleRuleAndOperator = (output, context) => {
6443
6443
  if (output[_P] != null) {
6444
6444
  contents[_P] = __expectString(output[_P]);
6445
6445
  }
6446
- if (output.Tag === "") {
6446
+ if (String(output.Tag).trim() === "") {
6447
6447
  contents[_Tag] = [];
6448
6448
  }
6449
6449
  else if (output[_Ta] != null) {
@@ -6488,7 +6488,7 @@ const de_LoggingEnabled = (output, context) => {
6488
6488
  if (output[_TB] != null) {
6489
6489
  contents[_TB] = __expectString(output[_TB]);
6490
6490
  }
6491
- if (output.TargetGrants === "") {
6491
+ if (String(output.TargetGrants).trim() === "") {
6492
6492
  contents[_TG] = [];
6493
6493
  }
6494
6494
  else if (output[_TG] != null && output[_TG][_G] != null) {
@@ -6537,7 +6537,7 @@ const de_MetricsAndOperator = (output, context) => {
6537
6537
  if (output[_P] != null) {
6538
6538
  contents[_P] = __expectString(output[_P]);
6539
6539
  }
6540
- if (output.Tag === "") {
6540
+ if (String(output.Tag).trim() === "") {
6541
6541
  contents[_Tag] = [];
6542
6542
  }
6543
6543
  else if (output[_Ta] != null) {
@@ -6553,7 +6553,7 @@ const de_MetricsConfiguration = (output, context) => {
6553
6553
  if (output[_I] != null) {
6554
6554
  contents[_I] = __expectString(output[_I]);
6555
6555
  }
6556
- if (output.Filter === "") {
6556
+ if (String(output.Filter).trim() === "") {
6557
6557
  }
6558
6558
  else if (output[_F] != null) {
6559
6559
  contents[_F] = de_MetricsFilter(__expectUnion(output[_F]), context);
@@ -6673,7 +6673,7 @@ const de__Object = (output, context) => {
6673
6673
  if (output[_ETa] != null) {
6674
6674
  contents[_ETa] = __expectString(output[_ETa]);
6675
6675
  }
6676
- if (output.ChecksumAlgorithm === "") {
6676
+ if (String(output.ChecksumAlgorithm).trim() === "") {
6677
6677
  contents[_CA] = [];
6678
6678
  }
6679
6679
  else if (output[_CA] != null) {
@@ -6767,7 +6767,7 @@ const de_ObjectVersion = (output, context) => {
6767
6767
  if (output[_ETa] != null) {
6768
6768
  contents[_ETa] = __expectString(output[_ETa]);
6769
6769
  }
6770
- if (output.ChecksumAlgorithm === "") {
6770
+ if (String(output.ChecksumAlgorithm).trim() === "") {
6771
6771
  contents[_CA] = [];
6772
6772
  }
6773
6773
  else if (output[_CA] != null) {
@@ -6821,7 +6821,7 @@ const de_Owner = (output, context) => {
6821
6821
  };
6822
6822
  const de_OwnershipControls = (output, context) => {
6823
6823
  const contents = {};
6824
- if (output.Rule === "") {
6824
+ if (String(output.Rule).trim() === "") {
6825
6825
  contents[_Rul] = [];
6826
6826
  }
6827
6827
  else if (output[_Ru] != null) {
@@ -6939,7 +6939,7 @@ const de_QueueConfiguration = (output, context) => {
6939
6939
  if (output[_Qu] != null) {
6940
6940
  contents[_QA] = __expectString(output[_Qu]);
6941
6941
  }
6942
- if (output.Event === "") {
6942
+ if (String(output.Event).trim() === "") {
6943
6943
  contents[_Eve] = [];
6944
6944
  }
6945
6945
  else if (output[_Ev] != null) {
@@ -7008,7 +7008,7 @@ const de_ReplicationConfiguration = (output, context) => {
7008
7008
  if (output[_Ro] != null) {
7009
7009
  contents[_Ro] = __expectString(output[_Ro]);
7010
7010
  }
7011
- if (output.Rule === "") {
7011
+ if (String(output.Rule).trim() === "") {
7012
7012
  contents[_Rul] = [];
7013
7013
  }
7014
7014
  else if (output[_Ru] != null) {
@@ -7052,7 +7052,7 @@ const de_ReplicationRuleAndOperator = (output, context) => {
7052
7052
  if (output[_P] != null) {
7053
7053
  contents[_P] = __expectString(output[_P]);
7054
7054
  }
7055
- if (output.Tag === "") {
7055
+ if (String(output.Tag).trim() === "") {
7056
7056
  contents[_Tag] = [];
7057
7057
  }
7058
7058
  else if (output[_Ta] != null) {
@@ -7126,7 +7126,7 @@ const de_RoutingRules = (output, context) => {
7126
7126
  };
7127
7127
  const de_S3KeyFilter = (output, context) => {
7128
7128
  const contents = {};
7129
- if (output.FilterRule === "") {
7129
+ if (String(output.FilterRule).trim() === "") {
7130
7130
  contents[_FRi] = [];
7131
7131
  }
7132
7132
  else if (output[_FR] != null) {
@@ -7162,7 +7162,7 @@ const de_ServerSideEncryptionByDefault = (output, context) => {
7162
7162
  };
7163
7163
  const de_ServerSideEncryptionConfiguration = (output, context) => {
7164
7164
  const contents = {};
7165
- if (output.Rule === "") {
7165
+ if (String(output.Rule).trim() === "") {
7166
7166
  contents[_Rul] = [];
7167
7167
  }
7168
7168
  else if (output[_Ru] != null) {
@@ -7334,7 +7334,7 @@ const de_TopicConfiguration = (output, context) => {
7334
7334
  if (output[_Top] != null) {
7335
7335
  contents[_TA] = __expectString(output[_Top]);
7336
7336
  }
7337
- if (output.Event === "") {
7337
+ if (String(output.Event).trim() === "") {
7338
7338
  contents[_Eve] = [];
7339
7339
  }
7340
7340
  else if (output[_Ev] != null) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -29,25 +29,25 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.893.0",
33
- "@aws-sdk/credential-provider-node": "3.893.0",
32
+ "@aws-sdk/core": "3.894.0",
33
+ "@aws-sdk/credential-provider-node": "3.895.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.893.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.893.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.893.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.894.0",
37
37
  "@aws-sdk/middleware-host-header": "3.893.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.893.0",
39
39
  "@aws-sdk/middleware-logger": "3.893.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.893.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.894.0",
42
42
  "@aws-sdk/middleware-ssec": "3.893.0",
43
- "@aws-sdk/middleware-user-agent": "3.893.0",
43
+ "@aws-sdk/middleware-user-agent": "3.895.0",
44
44
  "@aws-sdk/region-config-resolver": "3.893.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.893.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.894.0",
46
46
  "@aws-sdk/types": "3.893.0",
47
- "@aws-sdk/util-endpoints": "3.893.0",
47
+ "@aws-sdk/util-endpoints": "3.895.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.893.0",
49
- "@aws-sdk/util-user-agent-node": "3.893.0",
50
- "@aws-sdk/xml-builder": "3.893.0",
49
+ "@aws-sdk/util-user-agent-node": "3.895.0",
50
+ "@aws-sdk/xml-builder": "3.894.0",
51
51
  "@smithy/config-resolver": "^4.2.2",
52
52
  "@smithy/core": "^3.11.1",
53
53
  "@smithy/eventstream-serde-browser": "^4.1.1",
@@ -86,7 +86,7 @@
86
86
  "uuid": "^9.0.1"
87
87
  },
88
88
  "devDependencies": {
89
- "@aws-sdk/signature-v4-crt": "3.893.0",
89
+ "@aws-sdk/signature-v4-crt": "3.895.0",
90
90
  "@tsconfig/node18": "18.2.4",
91
91
  "@types/node": "^18.19.69",
92
92
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sfn",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",