@aws-sdk/client-cloudtrail 3.582.0 → 3.587.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.
Files changed (26) hide show
  1. package/dist-cjs/index.js +11 -10
  2. package/dist-es/protocols/Aws_json1_1.js +11 -10
  3. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateTrailCommand.d.ts +2 -2
  6. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteTrailCommand.d.ts +1 -1
  8. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +1 -1
  9. package/dist-types/commands/DisableFederationCommand.d.ts +2 -2
  10. package/dist-types/commands/EnableFederationCommand.d.ts +2 -2
  11. package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -0
  12. package/dist-types/commands/PutEventSelectorsCommand.d.ts +2 -2
  13. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +1 -1
  14. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +1 -1
  15. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
  16. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +2 -2
  17. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +1 -1
  18. package/dist-types/commands/StartImportCommand.d.ts +1 -1
  19. package/dist-types/commands/StartLoggingCommand.d.ts +1 -1
  20. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +1 -1
  21. package/dist-types/commands/StopLoggingCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -2
  23. package/dist-types/commands/UpdateTrailCommand.d.ts +2 -2
  24. package/dist-types/models/models_0.d.ts +120 -35
  25. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  26. package/package.json +18 -18
package/dist-cjs/index.js CHANGED
@@ -3877,7 +3877,7 @@ var de_UnsupportedOperationExceptionRes = /* @__PURE__ */ __name(async (parsedOu
3877
3877
  var se_ListInsightsMetricDataRequest = /* @__PURE__ */ __name((input, context) => {
3878
3878
  return (0, import_smithy_client.take)(input, {
3879
3879
  DataType: [],
3880
- EndTime: (_) => Math.round(_.getTime() / 1e3),
3880
+ EndTime: (_) => _.getTime() / 1e3,
3881
3881
  ErrorCode: [],
3882
3882
  EventName: [],
3883
3883
  EventSource: [],
@@ -3885,43 +3885,43 @@ var se_ListInsightsMetricDataRequest = /* @__PURE__ */ __name((input, context) =
3885
3885
  MaxResults: [],
3886
3886
  NextToken: [],
3887
3887
  Period: [],
3888
- StartTime: (_) => Math.round(_.getTime() / 1e3)
3888
+ StartTime: (_) => _.getTime() / 1e3
3889
3889
  });
3890
3890
  }, "se_ListInsightsMetricDataRequest");
3891
3891
  var se_ListPublicKeysRequest = /* @__PURE__ */ __name((input, context) => {
3892
3892
  return (0, import_smithy_client.take)(input, {
3893
- EndTime: (_) => Math.round(_.getTime() / 1e3),
3893
+ EndTime: (_) => _.getTime() / 1e3,
3894
3894
  NextToken: [],
3895
- StartTime: (_) => Math.round(_.getTime() / 1e3)
3895
+ StartTime: (_) => _.getTime() / 1e3
3896
3896
  });
3897
3897
  }, "se_ListPublicKeysRequest");
3898
3898
  var se_ListQueriesRequest = /* @__PURE__ */ __name((input, context) => {
3899
3899
  return (0, import_smithy_client.take)(input, {
3900
- EndTime: (_) => Math.round(_.getTime() / 1e3),
3900
+ EndTime: (_) => _.getTime() / 1e3,
3901
3901
  EventDataStore: [],
3902
3902
  MaxResults: [],
3903
3903
  NextToken: [],
3904
3904
  QueryStatus: [],
3905
- StartTime: (_) => Math.round(_.getTime() / 1e3)
3905
+ StartTime: (_) => _.getTime() / 1e3
3906
3906
  });
3907
3907
  }, "se_ListQueriesRequest");
3908
3908
  var se_LookupEventsRequest = /* @__PURE__ */ __name((input, context) => {
3909
3909
  return (0, import_smithy_client.take)(input, {
3910
- EndTime: (_) => Math.round(_.getTime() / 1e3),
3910
+ EndTime: (_) => _.getTime() / 1e3,
3911
3911
  EventCategory: [],
3912
3912
  LookupAttributes: import_smithy_client._json,
3913
3913
  MaxResults: [],
3914
3914
  NextToken: [],
3915
- StartTime: (_) => Math.round(_.getTime() / 1e3)
3915
+ StartTime: (_) => _.getTime() / 1e3
3916
3916
  });
3917
3917
  }, "se_LookupEventsRequest");
3918
3918
  var se_StartImportRequest = /* @__PURE__ */ __name((input, context) => {
3919
3919
  return (0, import_smithy_client.take)(input, {
3920
3920
  Destinations: import_smithy_client._json,
3921
- EndEventTime: (_) => Math.round(_.getTime() / 1e3),
3921
+ EndEventTime: (_) => _.getTime() / 1e3,
3922
3922
  ImportId: [],
3923
3923
  ImportSource: import_smithy_client._json,
3924
- StartEventTime: (_) => Math.round(_.getTime() / 1e3)
3924
+ StartEventTime: (_) => _.getTime() / 1e3
3925
3925
  });
3926
3926
  }, "se_StartImportRequest");
3927
3927
  var de_CreateEventDataStoreResponse = /* @__PURE__ */ __name((output, context) => {
@@ -4013,6 +4013,7 @@ var de_GetEventDataStoreResponse = /* @__PURE__ */ __name((output, context) => {
4013
4013
  MultiRegionEnabled: import_smithy_client.expectBoolean,
4014
4014
  Name: import_smithy_client.expectString,
4015
4015
  OrganizationEnabled: import_smithy_client.expectBoolean,
4016
+ PartitionKeys: import_smithy_client._json,
4016
4017
  RetentionPeriod: import_smithy_client.expectInt32,
4017
4018
  Status: import_smithy_client.expectString,
4018
4019
  TerminationProtectionEnabled: import_smithy_client.expectBoolean,
@@ -1949,7 +1949,7 @@ const de_UnsupportedOperationExceptionRes = async (parsedOutput, context) => {
1949
1949
  const se_ListInsightsMetricDataRequest = (input, context) => {
1950
1950
  return take(input, {
1951
1951
  DataType: [],
1952
- EndTime: (_) => Math.round(_.getTime() / 1000),
1952
+ EndTime: (_) => _.getTime() / 1000,
1953
1953
  ErrorCode: [],
1954
1954
  EventName: [],
1955
1955
  EventSource: [],
@@ -1957,43 +1957,43 @@ const se_ListInsightsMetricDataRequest = (input, context) => {
1957
1957
  MaxResults: [],
1958
1958
  NextToken: [],
1959
1959
  Period: [],
1960
- StartTime: (_) => Math.round(_.getTime() / 1000),
1960
+ StartTime: (_) => _.getTime() / 1000,
1961
1961
  });
1962
1962
  };
1963
1963
  const se_ListPublicKeysRequest = (input, context) => {
1964
1964
  return take(input, {
1965
- EndTime: (_) => Math.round(_.getTime() / 1000),
1965
+ EndTime: (_) => _.getTime() / 1000,
1966
1966
  NextToken: [],
1967
- StartTime: (_) => Math.round(_.getTime() / 1000),
1967
+ StartTime: (_) => _.getTime() / 1000,
1968
1968
  });
1969
1969
  };
1970
1970
  const se_ListQueriesRequest = (input, context) => {
1971
1971
  return take(input, {
1972
- EndTime: (_) => Math.round(_.getTime() / 1000),
1972
+ EndTime: (_) => _.getTime() / 1000,
1973
1973
  EventDataStore: [],
1974
1974
  MaxResults: [],
1975
1975
  NextToken: [],
1976
1976
  QueryStatus: [],
1977
- StartTime: (_) => Math.round(_.getTime() / 1000),
1977
+ StartTime: (_) => _.getTime() / 1000,
1978
1978
  });
1979
1979
  };
1980
1980
  const se_LookupEventsRequest = (input, context) => {
1981
1981
  return take(input, {
1982
- EndTime: (_) => Math.round(_.getTime() / 1000),
1982
+ EndTime: (_) => _.getTime() / 1000,
1983
1983
  EventCategory: [],
1984
1984
  LookupAttributes: _json,
1985
1985
  MaxResults: [],
1986
1986
  NextToken: [],
1987
- StartTime: (_) => Math.round(_.getTime() / 1000),
1987
+ StartTime: (_) => _.getTime() / 1000,
1988
1988
  });
1989
1989
  };
1990
1990
  const se_StartImportRequest = (input, context) => {
1991
1991
  return take(input, {
1992
1992
  Destinations: _json,
1993
- EndEventTime: (_) => Math.round(_.getTime() / 1000),
1993
+ EndEventTime: (_) => _.getTime() / 1000,
1994
1994
  ImportId: [],
1995
1995
  ImportSource: _json,
1996
- StartEventTime: (_) => Math.round(_.getTime() / 1000),
1996
+ StartEventTime: (_) => _.getTime() / 1000,
1997
1997
  });
1998
1998
  };
1999
1999
  const de_CreateEventDataStoreResponse = (output, context) => {
@@ -2089,6 +2089,7 @@ const de_GetEventDataStoreResponse = (output, context) => {
2089
2089
  MultiRegionEnabled: __expectBoolean,
2090
2090
  Name: __expectString,
2091
2091
  OrganizationEnabled: __expectBoolean,
2092
+ PartitionKeys: _json,
2092
2093
  RetentionPeriod: __expectInt32,
2093
2094
  Status: __expectString,
2094
2095
  TerminationProtectionEnabled: __expectBoolean,
@@ -128,7 +128,7 @@ declare const AddTagsCommand_base: {
128
128
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
129
129
  * <p>This exception is thrown when the Amazon Web Services account making the request to
130
130
  * create or update an organization trail or event data store is not the management account
131
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
131
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
132
132
  *
133
133
  * @throws {@link OperationNotPermittedException} (client fault)
134
134
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -132,7 +132,7 @@ declare const CreateEventDataStoreCommand_base: {
132
132
  * @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
133
133
  *
134
134
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
135
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
135
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
136
136
  *
137
137
  * @throws {@link ConflictException} (client fault)
138
138
  * <p>This exception is thrown when the specified resource is not ready for an operation. This
@@ -211,7 +211,7 @@ declare const CreateEventDataStoreCommand_base: {
211
211
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
212
212
  * <p>This exception is thrown when the Amazon Web Services account making the request to
213
213
  * create or update an organization trail or event data store is not the management account
214
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
214
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
215
215
  *
216
216
  * @throws {@link OperationNotPermittedException} (client fault)
217
217
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -80,7 +80,7 @@ declare const CreateTrailCommand_base: {
80
80
  * @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
81
81
  *
82
82
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
83
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
83
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
84
84
  *
85
85
  * @throws {@link CloudTrailInvalidClientTokenIdException} (client fault)
86
86
  * <p>This exception is thrown when a call results in the <code>InvalidClientTokenId</code>
@@ -187,7 +187,7 @@ declare const CreateTrailCommand_base: {
187
187
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
188
188
  * <p>This exception is thrown when the Amazon Web Services account making the request to
189
189
  * create or update an organization trail or event data store is not the management account
190
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
190
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
191
191
  *
192
192
  * @throws {@link OperationNotPermittedException} (client fault)
193
193
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -107,7 +107,7 @@ declare const DeleteEventDataStoreCommand_base: {
107
107
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
108
108
  * <p>This exception is thrown when the Amazon Web Services account making the request to
109
109
  * create or update an organization trail or event data store is not the management account
110
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
110
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
111
111
  *
112
112
  * @throws {@link OperationNotPermittedException} (client fault)
113
113
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -106,7 +106,7 @@ declare const DeleteTrailCommand_base: {
106
106
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
107
107
  * <p>This exception is thrown when the Amazon Web Services account making the request to
108
108
  * create or update an organization trail or event data store is not the management account
109
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
109
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
110
110
  *
111
111
  * @throws {@link OperationNotPermittedException} (client fault)
112
112
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -57,7 +57,7 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
57
57
  * <p>This exception is thrown when the specified account is not registered as the CloudTrail delegated administrator.</p>
58
58
  *
59
59
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
60
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
60
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
63
  * <p>This exception is thrown when the specified resource is not ready for an operation. This
@@ -61,7 +61,7 @@ declare const DisableFederationCommand_base: {
61
61
  * </p>
62
62
  *
63
63
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
64
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
64
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
65
65
  *
66
66
  * @throws {@link ConcurrentModificationException} (client fault)
67
67
  * <p>
@@ -93,7 +93,7 @@ declare const DisableFederationCommand_base: {
93
93
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
94
94
  * <p>This exception is thrown when the Amazon Web Services account making the request to
95
95
  * create or update an organization trail or event data store is not the management account
96
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
96
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
97
97
  *
98
98
  * @throws {@link OperationNotPermittedException} (client fault)
99
99
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -69,7 +69,7 @@ declare const EnableFederationCommand_base: {
69
69
  * </p>
70
70
  *
71
71
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
72
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
72
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
73
73
  *
74
74
  * @throws {@link ConcurrentModificationException} (client fault)
75
75
  * <p>
@@ -107,7 +107,7 @@ declare const EnableFederationCommand_base: {
107
107
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
108
108
  * <p>This exception is thrown when the Amazon Web Services account making the request to
109
109
  * create or update an organization trail or event data store is not the management account
110
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
110
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
111
111
  *
112
112
  * @throws {@link OperationNotPermittedException} (client fault)
113
113
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -79,6 +79,12 @@ declare const GetEventDataStoreCommand_base: {
79
79
  * // BillingMode: "EXTENDABLE_RETENTION_PRICING" || "FIXED_RETENTION_PRICING",
80
80
  * // FederationStatus: "ENABLING" || "ENABLED" || "DISABLING" || "DISABLED",
81
81
  * // FederationRoleArn: "STRING_VALUE",
82
+ * // PartitionKeys: [ // PartitionKeyList
83
+ * // { // PartitionKey
84
+ * // Name: "STRING_VALUE", // required
85
+ * // Type: "STRING_VALUE", // required
86
+ * // },
87
+ * // ],
82
88
  * // };
83
89
  *
84
90
  * ```
@@ -29,7 +29,7 @@ declare const PutEventSelectorsCommand_base: {
29
29
  * <p>Configures an event selector or advanced event selectors for your trail. Use event
30
30
  * selectors or advanced event selectors to specify management and data event settings for
31
31
  * your trail. If you want your trail to log Insights events, be sure the event selector
32
- * enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html">Logging Insights events for trails</a> in the <i>CloudTrail User Guide</i>.
32
+ * enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-insights-events-with-cloudtrail.html">Logging Insights events</a> in the <i>CloudTrail User Guide</i>.
33
33
  * By default, trails created without specific event selectors are configured to
34
34
  * log all read and write management events, and no data events.</p>
35
35
  * <p>When an event occurs in your account, CloudTrail evaluates the event selectors or
@@ -266,7 +266,7 @@ declare const PutEventSelectorsCommand_base: {
266
266
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
267
267
  * <p>This exception is thrown when the Amazon Web Services account making the request to
268
268
  * create or update an organization trail or event data store is not the management account
269
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
269
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
270
270
  *
271
271
  * @throws {@link OperationNotPermittedException} (client fault)
272
272
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -153,7 +153,7 @@ declare const PutInsightSelectorsCommand_base: {
153
153
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
154
154
  * <p>This exception is thrown when the Amazon Web Services account making the request to
155
155
  * create or update an organization trail or event data store is not the management account
156
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
156
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
157
157
  *
158
158
  * @throws {@link OperationNotPermittedException} (client fault)
159
159
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -61,7 +61,7 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
61
61
  * the CloudTrail delegated administrator.</p>
62
62
  *
63
63
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
64
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
64
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
65
65
  *
66
66
  * @throws {@link ConflictException} (client fault)
67
67
  * <p>This exception is thrown when the specified resource is not ready for an operation. This
@@ -116,7 +116,7 @@ declare const RemoveTagsCommand_base: {
116
116
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
117
117
  * <p>This exception is thrown when the Amazon Web Services account making the request to
118
118
  * create or update an organization trail or event data store is not the management account
119
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
119
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
120
120
  *
121
121
  * @throws {@link OperationNotPermittedException} (client fault)
122
122
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -90,7 +90,7 @@ declare const RestoreEventDataStoreCommand_base: {
90
90
  * @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
91
91
  *
92
92
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
93
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
93
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
94
94
  *
95
95
  * @throws {@link EventDataStoreARNInvalidException} (client fault)
96
96
  * <p>The specified event data store ARN is not valid or does not map to an event data store
@@ -120,7 +120,7 @@ declare const RestoreEventDataStoreCommand_base: {
120
120
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
121
121
  * <p>This exception is thrown when the Amazon Web Services account making the request to
122
122
  * create or update an organization trail or event data store is not the management account
123
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
123
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
124
124
  *
125
125
  * @throws {@link OperationNotPermittedException} (client fault)
126
126
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -78,7 +78,7 @@ declare const StartEventDataStoreIngestionCommand_base: {
78
78
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
79
79
  * <p>This exception is thrown when the Amazon Web Services account making the request to
80
80
  * create or update an organization trail or event data store is not the management account
81
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
81
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
82
82
  *
83
83
  * @throws {@link OperationNotPermittedException} (client fault)
84
84
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -31,7 +31,7 @@ declare const StartImportCommand_base: {
31
31
  * <code>CloudTrail</code> prefix and the prefixes inside the <code>CloudTrail</code> prefix, and does not check prefixes for other Amazon Web Services
32
32
  * services. If you want to import CloudTrail events contained in another prefix, you
33
33
  * must include the prefix in the <code>S3LocationUri</code>. For more considerations about
34
- * importing trail events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-copy-trail-to-lake.html#cloudtrail-trail-copy-considerations">Considerations</a>. </p>
34
+ * importing trail events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-copy-trail-to-lake.html#cloudtrail-trail-copy-considerations">Considerations for copying trail events</a> in the <i>CloudTrail User Guide</i>. </p>
35
35
  * <p> When you start a new import, the <code>Destinations</code> and
36
36
  * <code>ImportSource</code> parameters are required. Before starting a new import, disable
37
37
  * any access control lists (ACLs) attached to the source S3 bucket. For more information
@@ -107,7 +107,7 @@ declare const StartLoggingCommand_base: {
107
107
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
108
108
  * <p>This exception is thrown when the Amazon Web Services account making the request to
109
109
  * create or update an organization trail or event data store is not the management account
110
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
110
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
111
111
  *
112
112
  * @throws {@link OperationNotPermittedException} (client fault)
113
113
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -78,7 +78,7 @@ declare const StopEventDataStoreIngestionCommand_base: {
78
78
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
79
79
  * <p>This exception is thrown when the Amazon Web Services account making the request to
80
80
  * create or update an organization trail or event data store is not the management account
81
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
81
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
82
82
  *
83
83
  * @throws {@link OperationNotPermittedException} (client fault)
84
84
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -110,7 +110,7 @@ declare const StopLoggingCommand_base: {
110
110
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
111
111
  * <p>This exception is thrown when the Amazon Web Services account making the request to
112
112
  * create or update an organization trail or event data store is not the management account
113
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
113
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
114
114
  *
115
115
  * @throws {@link OperationNotPermittedException} (client fault)
116
116
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -131,7 +131,7 @@ declare const UpdateEventDataStoreCommand_base: {
131
131
  * @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
132
132
  *
133
133
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
134
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
134
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
135
135
  *
136
136
  * @throws {@link EventDataStoreAlreadyExistsException} (client fault)
137
137
  * <p>An event data store with that name already exists.</p>
@@ -222,7 +222,7 @@ declare const UpdateEventDataStoreCommand_base: {
222
222
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
223
223
  * <p>This exception is thrown when the Amazon Web Services account making the request to
224
224
  * create or update an organization trail or event data store is not the management account
225
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
225
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
226
226
  *
227
227
  * @throws {@link OperationNotPermittedException} (client fault)
228
228
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -78,7 +78,7 @@ declare const UpdateTrailCommand_base: {
78
78
  * @see {@link CloudTrailClientResolvedConfig | config} for CloudTrailClient's `config` shape.
79
79
  *
80
80
  * @throws {@link CloudTrailAccessNotEnabledException} (client fault)
81
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
81
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
82
82
  *
83
83
  * @throws {@link CloudTrailARNInvalidException} (client fault)
84
84
  * <p>This exception is thrown when an operation is called with an ARN that is not valid.</p>
@@ -223,7 +223,7 @@ declare const UpdateTrailCommand_base: {
223
223
  * @throws {@link NotOrganizationMasterAccountException} (client fault)
224
224
  * <p>This exception is thrown when the Amazon Web Services account making the request to
225
225
  * create or update an organization trail or event data store is not the management account
226
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
226
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
227
227
  *
228
228
  * @throws {@link OperationNotPermittedException} (client fault)
229
229
  * <p>This exception is thrown when the requested operation is not permitted.</p>
@@ -349,7 +349,7 @@ export declare class NoManagementAccountSLRExistsException extends __BaseExcepti
349
349
  /**
350
350
  * <p>This exception is thrown when the Amazon Web Services account making the request to
351
351
  * create or update an organization trail or event data store is not the management account
352
- * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
352
+ * for an organization in Organizations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-organizations.html">Organization event data stores</a>.</p>
353
353
  * @public
354
354
  */
355
355
  export declare class NotOrganizationMasterAccountException extends __BaseException {
@@ -724,6 +724,11 @@ export interface AdvancedFieldSelector {
724
724
  * </li>
725
725
  * <li>
726
726
  * <p>
727
+ * <code>AWS::QApps:QApp</code>
728
+ * </p>
729
+ * </li>
730
+ * <li>
731
+ * <p>
727
732
  * <code>AWS::QBusiness::Application</code>
728
733
  * </p>
729
734
  * </li>
@@ -804,12 +809,12 @@ export interface AdvancedFieldSelector {
804
809
  * </li>
805
810
  * <li>
806
811
  * <p>
807
- * <code>AWS::SWF::Domain</code>
812
+ * <code>AWS::SQS::Queue</code>
808
813
  * </p>
809
814
  * </li>
810
815
  * <li>
811
816
  * <p>
812
- * <code>AWS::SQS::Queue</code>
817
+ * <code>AWS::SSM::ManagedNode</code>
813
818
  * </p>
814
819
  * </li>
815
820
  * <li>
@@ -819,6 +824,11 @@ export interface AdvancedFieldSelector {
819
824
  * </li>
820
825
  * <li>
821
826
  * <p>
827
+ * <code>AWS::SWF::Domain</code>
828
+ * </p>
829
+ * </li>
830
+ * <li>
831
+ * <p>
822
832
  * <code>AWS::ThinClient::Device</code>
823
833
  * </p>
824
834
  * </li>
@@ -842,6 +852,11 @@ export interface AdvancedFieldSelector {
842
852
  * <code>AWS::VerifiedPermissions::PolicyStore</code>
843
853
  * </p>
844
854
  * </li>
855
+ * <li>
856
+ * <p>
857
+ * <code>AWS::XRay::Trace</code>
858
+ * </p>
859
+ * </li>
845
860
  * </ul>
846
861
  * <p> You can have only one <code>resources.type</code> field per selector. To log data
847
862
  * events on more than one resource type, add another selector.</p>
@@ -853,8 +868,12 @@ export interface AdvancedFieldSelector {
853
868
  * </b> - You can use any
854
869
  * operator with <code>resources.ARN</code>, but if you use <code>Equals</code> or
855
870
  * <code>NotEquals</code>, the value must exactly match the ARN of a valid resource
856
- * of the type you've specified in the template as the value of resources.type. For
857
- * example, if resources.type equals <code>AWS::S3::Object</code>, the ARN must be in
871
+ * of the type you've specified in the template as the value of resources.type.</p>
872
+ * <note>
873
+ * <p>You can't use the <code>resources.ARN</code> field to filter resource types that do not have ARNs.</p>
874
+ * </note>
875
+ * <p>The <code>resources.ARN</code> field can be set one of the following.</p>
876
+ * <p>If resources.type equals <code>AWS::S3::Object</code>, the ARN must be in
858
877
  * one of the following formats. To log all data events for all objects in a specific S3
859
878
  * bucket, use the <code>StartsWith</code> operator, and include only the bucket ARN as
860
879
  * the matching value.</p>
@@ -1202,6 +1221,16 @@ export interface AdvancedFieldSelector {
1202
1221
  * </p>
1203
1222
  * </li>
1204
1223
  * </ul>
1224
+ * <p>When <code>resources.type</code> equals <code>AWS::QApps:QApp</code>,
1225
+ * and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
1226
+ * must be in the following format:</p>
1227
+ * <ul>
1228
+ * <li>
1229
+ * <p>
1230
+ * <code>arn:<partition>:qapps:<region>:<account_ID>:application/<application_UUID>/qapp/<qapp_UUID></code>
1231
+ * </p>
1232
+ * </li>
1233
+ * </ul>
1205
1234
  * <p>When <code>resources.type</code> equals <code>AWS::QBusiness::Application</code>,
1206
1235
  * and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
1207
1236
  * must be in the following format:</p>
@@ -1364,23 +1393,28 @@ export interface AdvancedFieldSelector {
1364
1393
  * </p>
1365
1394
  * </li>
1366
1395
  * </ul>
1367
- * <p>When <code>resources.type</code> equals <code>AWS::SWF::Domain</code>,
1396
+ * <p>When <code>resources.type</code> equals <code>AWS::SQS::Queue</code>,
1368
1397
  * and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
1369
1398
  * must be in the following format:</p>
1370
1399
  * <ul>
1371
1400
  * <li>
1372
1401
  * <p>
1373
- * <code>arn:<partition>:swf:<region>:<account_ID>:domain/<domain_name></code>
1402
+ * <code>arn:<partition>:sqs:<region>:<account_ID>:<queue_name></code>
1374
1403
  * </p>
1375
1404
  * </li>
1376
1405
  * </ul>
1377
- * <p>When <code>resources.type</code> equals <code>AWS::SQS::Queue</code>,
1378
- * and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
1379
- * must be in the following format:</p>
1406
+ * <p>When <code>resources.type</code> equals <code>AWS::SSM::ManagedNode</code>, and
1407
+ * the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be
1408
+ * in one of the following formats:</p>
1380
1409
  * <ul>
1381
1410
  * <li>
1382
1411
  * <p>
1383
- * <code>arn:<partition>:sqs:<region>:<account_ID>:<queue_name></code>
1412
+ * <code>arn:<partition>:ssm:<region>:<account_ID>:managed-instance/<instance_ID></code>
1413
+ * </p>
1414
+ * </li>
1415
+ * <li>
1416
+ * <p>
1417
+ * <code>arn:<partition>:ec2:<region>:<account_ID>:instance/<instance_ID></code>
1384
1418
  * </p>
1385
1419
  * </li>
1386
1420
  * </ul>
@@ -1394,6 +1428,16 @@ export interface AdvancedFieldSelector {
1394
1428
  * </p>
1395
1429
  * </li>
1396
1430
  * </ul>
1431
+ * <p>When <code>resources.type</code> equals <code>AWS::SWF::Domain</code>,
1432
+ * and the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN
1433
+ * must be in the following format:</p>
1434
+ * <ul>
1435
+ * <li>
1436
+ * <p>
1437
+ * <code>arn:<partition>:swf:<region>:<account_ID>:domain/<domain_name></code>
1438
+ * </p>
1439
+ * </li>
1440
+ * </ul>
1397
1441
  * <p>When <code>resources.type</code> equals <code>AWS::ThinClient::Device</code>, and
1398
1442
  * the operator is set to <code>Equals</code> or <code>NotEquals</code>, the ARN must be
1399
1443
  * in the following format:</p>
@@ -1895,7 +1939,7 @@ export declare class InvalidSourceException extends __BaseException {
1895
1939
  constructor(opts: __ExceptionOptionType<InvalidSourceException, __BaseException>);
1896
1940
  }
1897
1941
  /**
1898
- * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>. </p>
1942
+ * <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_how-to-enable-disable-trusted-access">How to enable or disable trusted access</a> in the <i>Organizations User Guide</i> and <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> in the <i>CloudTrail User Guide</i>.</p>
1899
1943
  * @public
1900
1944
  */
1901
1945
  export declare class CloudTrailAccessNotEnabledException extends __BaseException {
@@ -1925,9 +1969,9 @@ export interface CreateEventDataStoreRequest {
1925
1969
  * configure up to five advanced event selectors for each event data store.</p>
1926
1970
  * <p> For more information about how to use advanced event selectors to log CloudTrail
1927
1971
  * events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced">Log events by using advanced event selectors</a> in the CloudTrail User Guide.</p>
1928
- * <p>For more information about how to use advanced event selectors to include Config configuration items in your event data store, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-lake-cli.html#lake-cli-create-eds-config">Create an event data store for Config configuration
1972
+ * <p>For more information about how to use advanced event selectors to include Config configuration items in your event data store, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-eds-cli.html#lake-cli-create-eds-config">Create an event data store for Config configuration
1929
1973
  * items</a> in the CloudTrail User Guide.</p>
1930
- * <p>For more information about how to use advanced event selectors to include non-Amazon Web Services events in your event data store, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-lake-cli.html#lake-cli-create-integration">Create an integration to log events from outside Amazon Web Services</a> in the CloudTrail User Guide.</p>
1974
+ * <p>For more information about how to use advanced event selectors to include events outside of Amazon Web Services events in your event data store, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-integrations-cli.html#lake-cli-create-integration">Create an integration to log events from outside Amazon Web Services</a> in the CloudTrail User Guide.</p>
1931
1975
  * @public
1932
1976
  */
1933
1977
  AdvancedEventSelectors?: AdvancedEventSelector[];
@@ -2412,14 +2456,15 @@ export interface CreateTrailRequest {
2412
2456
  Name: string | undefined;
2413
2457
  /**
2414
2458
  * <p>Specifies the name of the Amazon S3 bucket designated for publishing log files.
2415
- * See <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3
2416
- * Bucket Naming Requirements</a>.</p>
2459
+ * For information about bucket naming rules, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>
2460
+ * in the <i>Amazon Simple Storage Service User Guide</i>.
2461
+ * </p>
2417
2462
  * @public
2418
2463
  */
2419
2464
  S3BucketName: string | undefined;
2420
2465
  /**
2421
2466
  * <p>Specifies the Amazon S3 key prefix that comes after the name of the bucket you
2422
- * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. The maximum length is 200
2467
+ * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files">Finding Your CloudTrail Log Files</a>. The maximum length is 200
2423
2468
  * characters.</p>
2424
2469
  * @public
2425
2470
  */
@@ -2536,7 +2581,7 @@ export interface CreateTrailResponse {
2536
2581
  S3BucketName?: string;
2537
2582
  /**
2538
2583
  * <p>Specifies the Amazon S3 key prefix that comes after the name of the bucket you
2539
- * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>.</p>
2584
+ * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files">Finding Your CloudTrail Log Files</a>.</p>
2540
2585
  * @public
2541
2586
  */
2542
2587
  S3KeyPrefix?: string;
@@ -3271,14 +3316,14 @@ export interface Trail {
3271
3316
  Name?: string;
3272
3317
  /**
3273
3318
  * <p>Name of the Amazon S3 bucket into which CloudTrail delivers your trail
3274
- * files. See <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3
3275
- * Bucket Naming Requirements</a>.</p>
3319
+ * files. See <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Amazon S3
3320
+ * Bucket naming rules</a>.</p>
3276
3321
  * @public
3277
3322
  */
3278
3323
  S3BucketName?: string;
3279
3324
  /**
3280
3325
  * <p>Specifies the Amazon S3 key prefix that comes after the name of the bucket you
3281
- * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. The maximum length is 200
3326
+ * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files">Finding Your CloudTrail Log Files</a>. The maximum length is 200
3282
3327
  * characters.</p>
3283
3328
  * @public
3284
3329
  */
@@ -3604,6 +3649,22 @@ export interface GetEventDataStoreRequest {
3604
3649
  */
3605
3650
  EventDataStore: string | undefined;
3606
3651
  }
3652
+ /**
3653
+ * <p>Contains information about a partition key for an event data store.</p>
3654
+ * @public
3655
+ */
3656
+ export interface PartitionKey {
3657
+ /**
3658
+ * <p>The name of the partition key.</p>
3659
+ * @public
3660
+ */
3661
+ Name: string | undefined;
3662
+ /**
3663
+ * <p>The data type of the partition key. For example, <code>bigint</code> or <code>string</code>.</p>
3664
+ * @public
3665
+ */
3666
+ Type: string | undefined;
3667
+ }
3607
3668
  /**
3608
3669
  * @public
3609
3670
  */
@@ -3691,6 +3752,12 @@ export interface GetEventDataStoreResponse {
3691
3752
  * @public
3692
3753
  */
3693
3754
  FederationRoleArn?: string;
3755
+ /**
3756
+ * <p>The partition keys for the event data store. To improve query performance and efficiency, CloudTrail Lake organizes
3757
+ * event data into partitions based on values derived from partition keys.</p>
3758
+ * @public
3759
+ */
3760
+ PartitionKeys?: PartitionKey[];
3694
3761
  }
3695
3762
  /**
3696
3763
  * @public
@@ -3727,10 +3794,28 @@ export interface GetEventSelectorsRequest {
3727
3794
  TrailName: string | undefined;
3728
3795
  }
3729
3796
  /**
3730
- * <p>The Amazon S3 buckets, Lambda functions, or Amazon DynamoDB tables that you specify in your event selectors for your trail to log data events. Data
3731
- * events provide information about the resource operations performed on or within a resource
3797
+ * <p>Data events provide information about the resource operations performed on or within a resource
3732
3798
  * itself. These are also known as data plane operations. You can specify up to 250 data
3733
3799
  * resources for a trail.</p>
3800
+ * <p>Configure the <code>DataResource</code> to specify the resource type and resource ARNs for which you want to log data events.</p>
3801
+ * <p>You can specify the following resource types in your event selectors for your trail:</p>
3802
+ * <ul>
3803
+ * <li>
3804
+ * <p>
3805
+ * <code>AWS::DynamoDB::Table</code>
3806
+ * </p>
3807
+ * </li>
3808
+ * <li>
3809
+ * <p>
3810
+ * <code>AWS::Lambda::Function</code>
3811
+ * </p>
3812
+ * </li>
3813
+ * <li>
3814
+ * <p>
3815
+ * <code>AWS::S3::Object</code>
3816
+ * </p>
3817
+ * </li>
3818
+ * </ul>
3734
3819
  * <note>
3735
3820
  * <p>The total number of allowed data resources is 250. This number can be distributed
3736
3821
  * between 1 and 5 event selectors, but the total cannot exceed 250 across all
@@ -3817,7 +3902,7 @@ export interface DataResource {
3817
3902
  Type?: string;
3818
3903
  /**
3819
3904
  * <p>An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified
3820
- * objects.</p>
3905
+ * resource type.</p>
3821
3906
  * <ul>
3822
3907
  * <li>
3823
3908
  * <p>To log data events for all objects in all S3 buckets in your Amazon Web Services account, specify the prefix as <code>arn:aws:s3</code>.</p>
@@ -4448,9 +4533,9 @@ export interface GetTrailStatusResponse {
4448
4533
  * Responses</a> in the Amazon S3 API Reference. </p>
4449
4534
  * <note>
4450
4535
  * <p>This error occurs only when there is a problem with the destination S3 bucket, and
4451
- * does not occur for requests that time out. To resolve the issue, create a new bucket,
4452
- * and then call <code>UpdateTrail</code> to specify the new bucket; or fix the existing
4453
- * objects so that CloudTrail can again write to the bucket.</p>
4536
+ * does not occur for requests that time out. To resolve the issue,
4537
+ * fix the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-s3-bucket-policy-for-cloudtrail.html">bucket policy</a> so that CloudTrail
4538
+ * can write to the bucket; or create a new bucket and call <code>UpdateTrail</code> to specify the new bucket.</p>
4454
4539
  * </note>
4455
4540
  * @public
4456
4541
  */
@@ -4511,9 +4596,9 @@ export interface GetTrailStatusResponse {
4511
4596
  * Responses</a> in the Amazon S3 API Reference. </p>
4512
4597
  * <note>
4513
4598
  * <p>This error occurs only when there is a problem with the destination S3 bucket, and
4514
- * does not occur for requests that time out. To resolve the issue, create a new bucket,
4515
- * and then call <code>UpdateTrail</code> to specify the new bucket; or fix the existing
4516
- * objects so that CloudTrail can again write to the bucket.</p>
4599
+ * does not occur for requests that time out. To resolve the issue,
4600
+ * fix the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create-s3-bucket-policy-for-cloudtrail.html">bucket policy</a> so that CloudTrail
4601
+ * can write to the bucket; or create a new bucket and call <code>UpdateTrail</code> to specify the new bucket.</p>
4517
4602
  * </note>
4518
4603
  * @public
4519
4604
  */
@@ -4600,7 +4685,7 @@ export interface ListEventDataStoresRequest {
4600
4685
  /**
4601
4686
  * <p>A storage lake of event data against which you can run complex SQL-based queries. An
4602
4687
  * event data store can include events that you have logged on your account. To select events for an event data
4603
- * store, use <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced">advanced event selectors</a>.</p>
4688
+ * store, use <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-lake-concepts.html#adv-event-selectors">advanced event selectors</a>.</p>
4604
4689
  * @public
4605
4690
  */
4606
4691
  export interface EventDataStore {
@@ -6589,14 +6674,14 @@ export interface UpdateTrailRequest {
6589
6674
  Name: string | undefined;
6590
6675
  /**
6591
6676
  * <p>Specifies the name of the Amazon S3 bucket designated for publishing log files.
6592
- * See <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3
6593
- * Bucket Naming Requirements</a>.</p>
6677
+ * See <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Amazon S3
6678
+ * Bucket naming rules</a>.</p>
6594
6679
  * @public
6595
6680
  */
6596
6681
  S3BucketName?: string;
6597
6682
  /**
6598
6683
  * <p>Specifies the Amazon S3 key prefix that comes after the name of the bucket you
6599
- * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. The maximum length is 200
6684
+ * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files">Finding Your CloudTrail Log Files</a>. The maximum length is 200
6600
6685
  * characters.</p>
6601
6686
  * @public
6602
6687
  */
@@ -6709,7 +6794,7 @@ export interface UpdateTrailResponse {
6709
6794
  S3BucketName?: string;
6710
6795
  /**
6711
6796
  * <p>Specifies the Amazon S3 key prefix that comes after the name of the bucket you
6712
- * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your IAM Log Files</a>.</p>
6797
+ * have designated for log file delivery. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/get-and-view-cloudtrail-log-files.html#cloudtrail-find-log-files">Finding Your IAM Log Files</a>.</p>
6713
6798
  * @public
6714
6799
  */
6715
6800
  S3KeyPrefix?: string;
@@ -879,6 +879,10 @@ export interface GetChannelResponse {
879
879
  export interface GetEventDataStoreRequest {
880
880
  EventDataStore: string | undefined;
881
881
  }
882
+ export interface PartitionKey {
883
+ Name: string | undefined;
884
+ Type: string | undefined;
885
+ }
882
886
  export interface GetEventDataStoreResponse {
883
887
  EventDataStoreArn?: string;
884
888
  Name?: string;
@@ -894,6 +898,7 @@ export interface GetEventDataStoreResponse {
894
898
  BillingMode?: BillingMode;
895
899
  FederationStatus?: FederationStatus;
896
900
  FederationRoleArn?: string;
901
+ PartitionKeys?: PartitionKey[];
897
902
  }
898
903
  export interface GetEventSelectorsRequest {
899
904
  TrailName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudtrail",
3
3
  "description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
4
- "version": "3.582.0",
4
+ "version": "3.587.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-cloudtrail",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.582.0",
24
- "@aws-sdk/client-sts": "3.582.0",
25
- "@aws-sdk/core": "3.582.0",
26
- "@aws-sdk/credential-provider-node": "3.582.0",
23
+ "@aws-sdk/client-sso-oidc": "3.587.0",
24
+ "@aws-sdk/client-sts": "3.587.0",
25
+ "@aws-sdk/core": "3.587.0",
26
+ "@aws-sdk/credential-provider-node": "3.587.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
- "@aws-sdk/middleware-user-agent": "3.577.0",
31
- "@aws-sdk/region-config-resolver": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.587.0",
31
+ "@aws-sdk/region-config-resolver": "3.587.0",
32
32
  "@aws-sdk/types": "3.577.0",
33
- "@aws-sdk/util-endpoints": "3.577.0",
33
+ "@aws-sdk/util-endpoints": "3.587.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
- "@aws-sdk/util-user-agent-node": "3.577.0",
36
- "@smithy/config-resolver": "^3.0.0",
37
- "@smithy/core": "^2.0.1",
35
+ "@aws-sdk/util-user-agent-node": "3.587.0",
36
+ "@smithy/config-resolver": "^3.0.1",
37
+ "@smithy/core": "^2.1.1",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",
41
41
  "@smithy/middleware-content-length": "^3.0.0",
42
- "@smithy/middleware-endpoint": "^3.0.0",
43
- "@smithy/middleware-retry": "^3.0.1",
42
+ "@smithy/middleware-endpoint": "^3.0.1",
43
+ "@smithy/middleware-retry": "^3.0.3",
44
44
  "@smithy/middleware-serde": "^3.0.0",
45
45
  "@smithy/middleware-stack": "^3.0.0",
46
- "@smithy/node-config-provider": "^3.0.0",
46
+ "@smithy/node-config-provider": "^3.1.0",
47
47
  "@smithy/node-http-handler": "^3.0.0",
48
48
  "@smithy/protocol-http": "^4.0.0",
49
- "@smithy/smithy-client": "^3.0.1",
49
+ "@smithy/smithy-client": "^3.1.1",
50
50
  "@smithy/types": "^3.0.0",
51
51
  "@smithy/url-parser": "^3.0.0",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.1",
56
- "@smithy/util-defaults-mode-node": "^3.0.1",
57
- "@smithy/util-endpoints": "^2.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.3",
56
+ "@smithy/util-defaults-mode-node": "^3.0.3",
57
+ "@smithy/util-endpoints": "^2.0.1",
58
58
  "@smithy/util-middleware": "^3.0.0",
59
59
  "@smithy/util-retry": "^3.0.0",
60
60
  "@smithy/util-utf8": "^3.0.0",