@aws-sdk/client-drs 3.301.0 → 3.303.0

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.
@@ -39,6 +39,7 @@ const serializeAws_restJson1CreateReplicationConfigurationTemplateCommand = asyn
39
39
  ...(input.associateDefaultSecurityGroup != null && {
40
40
  associateDefaultSecurityGroup: input.associateDefaultSecurityGroup,
41
41
  }),
42
+ ...(input.autoReplicateNewDisks != null && { autoReplicateNewDisks: input.autoReplicateNewDisks }),
42
43
  ...(input.bandwidthThrottling != null && { bandwidthThrottling: input.bandwidthThrottling }),
43
44
  ...(input.createPublicIP != null && { createPublicIP: input.createPublicIP }),
44
45
  ...(input.dataPlaneRouting != null && { dataPlaneRouting: input.dataPlaneRouting }),
@@ -781,6 +782,7 @@ const serializeAws_restJson1UpdateReplicationConfigurationCommand = async (input
781
782
  ...(input.associateDefaultSecurityGroup != null && {
782
783
  associateDefaultSecurityGroup: input.associateDefaultSecurityGroup,
783
784
  }),
785
+ ...(input.autoReplicateNewDisks != null && { autoReplicateNewDisks: input.autoReplicateNewDisks }),
784
786
  ...(input.bandwidthThrottling != null && { bandwidthThrottling: input.bandwidthThrottling }),
785
787
  ...(input.createPublicIP != null && { createPublicIP: input.createPublicIP }),
786
788
  ...(input.dataPlaneRouting != null && { dataPlaneRouting: input.dataPlaneRouting }),
@@ -832,6 +834,7 @@ const serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand = asyn
832
834
  ...(input.associateDefaultSecurityGroup != null && {
833
835
  associateDefaultSecurityGroup: input.associateDefaultSecurityGroup,
834
836
  }),
837
+ ...(input.autoReplicateNewDisks != null && { autoReplicateNewDisks: input.autoReplicateNewDisks }),
835
838
  ...(input.bandwidthThrottling != null && { bandwidthThrottling: input.bandwidthThrottling }),
836
839
  ...(input.createPublicIP != null && { createPublicIP: input.createPublicIP }),
837
840
  ...(input.dataPlaneRouting != null && { dataPlaneRouting: input.dataPlaneRouting }),
@@ -935,6 +938,9 @@ const deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand = as
935
938
  if (data.associateDefaultSecurityGroup != null) {
936
939
  contents.associateDefaultSecurityGroup = (0, smithy_client_1.expectBoolean)(data.associateDefaultSecurityGroup);
937
940
  }
941
+ if (data.autoReplicateNewDisks != null) {
942
+ contents.autoReplicateNewDisks = (0, smithy_client_1.expectBoolean)(data.autoReplicateNewDisks);
943
+ }
938
944
  if (data.bandwidthThrottling != null) {
939
945
  contents.bandwidthThrottling = (0, smithy_client_1.expectLong)(data.bandwidthThrottling);
940
946
  }
@@ -1721,6 +1727,9 @@ const deserializeAws_restJson1GetReplicationConfigurationCommand = async (output
1721
1727
  if (data.associateDefaultSecurityGroup != null) {
1722
1728
  contents.associateDefaultSecurityGroup = (0, smithy_client_1.expectBoolean)(data.associateDefaultSecurityGroup);
1723
1729
  }
1730
+ if (data.autoReplicateNewDisks != null) {
1731
+ contents.autoReplicateNewDisks = (0, smithy_client_1.expectBoolean)(data.autoReplicateNewDisks);
1732
+ }
1724
1733
  if (data.bandwidthThrottling != null) {
1725
1734
  contents.bandwidthThrottling = (0, smithy_client_1.expectLong)(data.bandwidthThrottling);
1726
1735
  }
@@ -2599,6 +2608,9 @@ const deserializeAws_restJson1UpdateReplicationConfigurationCommand = async (out
2599
2608
  if (data.associateDefaultSecurityGroup != null) {
2600
2609
  contents.associateDefaultSecurityGroup = (0, smithy_client_1.expectBoolean)(data.associateDefaultSecurityGroup);
2601
2610
  }
2611
+ if (data.autoReplicateNewDisks != null) {
2612
+ contents.autoReplicateNewDisks = (0, smithy_client_1.expectBoolean)(data.autoReplicateNewDisks);
2613
+ }
2602
2614
  if (data.bandwidthThrottling != null) {
2603
2615
  contents.bandwidthThrottling = (0, smithy_client_1.expectLong)(data.bandwidthThrottling);
2604
2616
  }
@@ -2699,6 +2711,9 @@ const deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand = as
2699
2711
  if (data.associateDefaultSecurityGroup != null) {
2700
2712
  contents.associateDefaultSecurityGroup = (0, smithy_client_1.expectBoolean)(data.associateDefaultSecurityGroup);
2701
2713
  }
2714
+ if (data.autoReplicateNewDisks != null) {
2715
+ contents.autoReplicateNewDisks = (0, smithy_client_1.expectBoolean)(data.autoReplicateNewDisks);
2716
+ }
2702
2717
  if (data.bandwidthThrottling != null) {
2703
2718
  contents.bandwidthThrottling = (0, smithy_client_1.expectLong)(data.bandwidthThrottling);
2704
2719
  }
@@ -3603,6 +3618,7 @@ const deserializeAws_restJson1ReplicationConfigurationTemplate = (output, contex
3603
3618
  return {
3604
3619
  arn: (0, smithy_client_1.expectString)(output.arn),
3605
3620
  associateDefaultSecurityGroup: (0, smithy_client_1.expectBoolean)(output.associateDefaultSecurityGroup),
3621
+ autoReplicateNewDisks: (0, smithy_client_1.expectBoolean)(output.autoReplicateNewDisks),
3606
3622
  bandwidthThrottling: (0, smithy_client_1.expectLong)(output.bandwidthThrottling),
3607
3623
  createPublicIP: (0, smithy_client_1.expectBoolean)(output.createPublicIP),
3608
3624
  dataPlaneRouting: (0, smithy_client_1.expectString)(output.dataPlaneRouting),