cdk-docker-image-deployment 0.0.138 → 0.0.140

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
  9. package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
  12. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
  13. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
  14. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
  15. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +17 -11
  16. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
  17. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
  19. package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
  20. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +11 -2
  21. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
  22. package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
  23. package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
  24. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
  26. package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
  27. package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
  28. package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
  29. package/node_modules/aws-sdk/clients/groundstation.js +1 -0
  30. package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
  31. package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
  32. package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
  34. package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -12
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1040 -1033
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +43 -22
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +5 -5
@@ -321,6 +321,7 @@ declare namespace Appflow {
321
321
  export type Boolean = boolean;
322
322
  export type BucketName = string;
323
323
  export type BucketPrefix = string;
324
+ export type BusinessUnitId = string;
324
325
  export type CatalogType = "GLUE"|string;
325
326
  export type ClientCredentialsArn = string;
326
327
  export type ClientId = string;
@@ -629,6 +630,10 @@ declare namespace Appflow {
629
630
  */
630
631
  Honeycode?: HoneycodeMetadata;
631
632
  SAPOData?: SAPODataMetadata;
633
+ /**
634
+ * The connector metadata specific to Salesforce Pardot.
635
+ */
636
+ Pardot?: PardotMetadata;
632
637
  }
633
638
  export type ConnectorMode = string;
634
639
  export type ConnectorModeList = ConnectorMode[];
@@ -708,6 +713,10 @@ declare namespace Appflow {
708
713
  * Operators supported by the custom connector.
709
714
  */
710
715
  CustomConnector?: Operator;
716
+ /**
717
+ * The operation to be performed on the provided Salesforce Pardot source fields.
718
+ */
719
+ Pardot?: PardotConnectorOperator;
711
720
  }
712
721
  export type ConnectorOwner = string;
713
722
  export interface ConnectorProfile {
@@ -830,6 +839,10 @@ declare namespace Appflow {
830
839
  Zendesk?: ZendeskConnectorProfileCredentials;
831
840
  SAPOData?: SAPODataConnectorProfileCredentials;
832
841
  CustomConnector?: CustomConnectorProfileCredentials;
842
+ /**
843
+ * The connector-specific credentials required when using Salesforce Pardot.
844
+ */
845
+ Pardot?: PardotConnectorProfileCredentials;
833
846
  }
834
847
  export type ConnectorProfileDetailList = ConnectorProfile[];
835
848
  export type ConnectorProfileName = string;
@@ -904,6 +917,10 @@ declare namespace Appflow {
904
917
  * The properties required by the custom connector.
905
918
  */
906
919
  CustomConnector?: CustomConnectorProfileProperties;
920
+ /**
921
+ * The connector-specific properties required by Salesforce Pardot.
922
+ */
923
+ Pardot?: PardotConnectorProfileProperties;
907
924
  }
908
925
  export interface ConnectorProvisioningConfig {
909
926
  /**
@@ -948,7 +965,7 @@ declare namespace Appflow {
948
965
  export type ConnectorSuppliedValue = string;
949
966
  export type ConnectorSuppliedValueList = ConnectorSuppliedValue[];
950
967
  export type ConnectorSuppliedValueOptionList = ConnectorSuppliedValue[];
951
- export type ConnectorType = "Salesforce"|"Singular"|"Slack"|"Redshift"|"S3"|"Marketo"|"Googleanalytics"|"Zendesk"|"Servicenow"|"Datadog"|"Trendmicro"|"Snowflake"|"Dynatrace"|"Infornexus"|"Amplitude"|"Veeva"|"EventBridge"|"LookoutMetrics"|"Upsolver"|"Honeycode"|"CustomerProfiles"|"SAPOData"|"CustomConnector"|string;
968
+ export type ConnectorType = "Salesforce"|"Singular"|"Slack"|"Redshift"|"S3"|"Marketo"|"Googleanalytics"|"Zendesk"|"Servicenow"|"Datadog"|"Trendmicro"|"Snowflake"|"Dynatrace"|"Infornexus"|"Amplitude"|"Veeva"|"EventBridge"|"LookoutMetrics"|"Upsolver"|"Honeycode"|"CustomerProfiles"|"SAPOData"|"CustomConnector"|"Pardot"|string;
952
969
  export type ConnectorTypeList = ConnectorType[];
953
970
  export type ConnectorVersion = string;
954
971
  export interface CreateConnectorProfileRequest {
@@ -2156,6 +2173,44 @@ declare namespace Appflow {
2156
2173
  export type Operator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
2157
2174
  export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|"EXCLUDE_SOURCE_FIELDS_LIST"|"INCLUDE_NEW_FIELDS"|"ORDERED_PARTITION_KEYS_LIST"|string;
2158
2175
  export type Operators = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
2176
+ export type PardotConnectorOperator = "PROJECTION"|"EQUAL_TO"|"NO_OP"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|string;
2177
+ export interface PardotConnectorProfileCredentials {
2178
+ /**
2179
+ * The credentials used to access protected Salesforce Pardot resources.
2180
+ */
2181
+ accessToken?: AccessToken;
2182
+ /**
2183
+ * The credentials used to acquire new access tokens.
2184
+ */
2185
+ refreshToken?: RefreshToken;
2186
+ oAuthRequest?: ConnectorOAuthRequest;
2187
+ /**
2188
+ * The secret manager ARN, which contains the client ID and client secret of the connected app.
2189
+ */
2190
+ clientCredentialsArn?: ClientCredentialsArn;
2191
+ }
2192
+ export interface PardotConnectorProfileProperties {
2193
+ /**
2194
+ * The location of the Salesforce Pardot resource.
2195
+ */
2196
+ instanceUrl?: InstanceUrl;
2197
+ /**
2198
+ * Indicates whether the connector profile applies to a sandbox or production environment.
2199
+ */
2200
+ isSandboxEnvironment?: Boolean;
2201
+ /**
2202
+ * The business unit id of Salesforce Pardot instance.
2203
+ */
2204
+ businessUnitId?: BusinessUnitId;
2205
+ }
2206
+ export interface PardotMetadata {
2207
+ }
2208
+ export interface PardotSourceProperties {
2209
+ /**
2210
+ * The object specified in the Salesforce Pardot flow source.
2211
+ */
2212
+ object: Object;
2213
+ }
2159
2214
  export type Password = string;
2160
2215
  export type PathPrefix = "EXECUTION_ID"|"SCHEMA_VERSION"|string;
2161
2216
  export type PathPrefixHierarchy = PathPrefix[];
@@ -2751,6 +2806,10 @@ declare namespace Appflow {
2751
2806
  Zendesk?: ZendeskSourceProperties;
2752
2807
  SAPOData?: SAPODataSourceProperties;
2753
2808
  CustomConnector?: CustomConnectorSourceProperties;
2809
+ /**
2810
+ * Specifies the information that is required for querying Salesforce Pardot.
2811
+ */
2812
+ Pardot?: PardotSourceProperties;
2754
2813
  }
2755
2814
  export interface SourceFieldProperties {
2756
2815
  /**
@@ -269,11 +269,11 @@ declare class CloudWatch extends Service {
269
269
  */
270
270
  putMetricData(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
271
271
  /**
272
- * Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions. For more information, see Using Metric Streams. To create a metric stream, you must be signed in to an account that has the iam:PassRole permission and either the CloudWatchFullAccess policy or the cloudwatch:PutMetricStream permission. When you create or update a metric stream, you choose one of the following: Stream metrics from all metric namespaces in the account. Stream metrics from all metric namespaces in the account, except for the namespaces that you list in ExcludeFilters. Stream metrics from only the metric namespaces that you list in IncludeFilters. By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use the StatisticsConfigurations parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see Amazon CloudWatch Pricing. When you use PutMetricStream to create a new metric stream, the stream is created in the running state. If you use it to update an existing stream, the state of the stream is not changed.
272
+ * Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions. For more information, see Using Metric Streams. To create a metric stream, you must be signed in to an account that has the iam:PassRole permission and either the CloudWatchFullAccess policy or the cloudwatch:PutMetricStream permission. When you create or update a metric stream, you choose one of the following: Stream metrics from all metric namespaces in the account. Stream metrics from all metric namespaces in the account, except for the namespaces that you list in ExcludeFilters. Stream metrics from only the metric namespaces that you list in IncludeFilters. By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use the StatisticsConfigurations parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see Amazon CloudWatch Pricing. When you use PutMetricStream to create a new metric stream, the stream is created in the running state. If you use it to update an existing stream, the state of the stream is not changed. If you are using CloudWatch cross-account observability and you create a metric stream in a monitoring account, you can choose whether to include metrics from source accounts in the stream. For more information, see CloudWatch cross-account observability.
273
273
  */
274
274
  putMetricStream(params: CloudWatch.Types.PutMetricStreamInput, callback?: (err: AWSError, data: CloudWatch.Types.PutMetricStreamOutput) => void): Request<CloudWatch.Types.PutMetricStreamOutput, AWSError>;
275
275
  /**
276
- * Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions. For more information, see Using Metric Streams. To create a metric stream, you must be signed in to an account that has the iam:PassRole permission and either the CloudWatchFullAccess policy or the cloudwatch:PutMetricStream permission. When you create or update a metric stream, you choose one of the following: Stream metrics from all metric namespaces in the account. Stream metrics from all metric namespaces in the account, except for the namespaces that you list in ExcludeFilters. Stream metrics from only the metric namespaces that you list in IncludeFilters. By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use the StatisticsConfigurations parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see Amazon CloudWatch Pricing. When you use PutMetricStream to create a new metric stream, the stream is created in the running state. If you use it to update an existing stream, the state of the stream is not changed.
276
+ * Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions. For more information, see Using Metric Streams. To create a metric stream, you must be signed in to an account that has the iam:PassRole permission and either the CloudWatchFullAccess policy or the cloudwatch:PutMetricStream permission. When you create or update a metric stream, you choose one of the following: Stream metrics from all metric namespaces in the account. Stream metrics from all metric namespaces in the account, except for the namespaces that you list in ExcludeFilters. Stream metrics from only the metric namespaces that you list in IncludeFilters. By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use the StatisticsConfigurations parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see Amazon CloudWatch Pricing. When you use PutMetricStream to create a new metric stream, the stream is created in the running state. If you use it to update an existing stream, the state of the stream is not changed. If you are using CloudWatch cross-account observability and you create a metric stream in a monitoring account, you can choose whether to include metrics from source accounts in the stream. For more information, see CloudWatch cross-account observability.
277
277
  */
278
278
  putMetricStream(callback?: (err: AWSError, data: CloudWatch.Types.PutMetricStreamOutput) => void): Request<CloudWatch.Types.PutMetricStreamOutput, AWSError>;
279
279
  /**
@@ -1123,6 +1123,10 @@ declare namespace CloudWatch {
1123
1123
  * Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.
1124
1124
  */
1125
1125
  StatisticsConfigurations?: MetricStreamStatisticsConfigurations;
1126
+ /**
1127
+ * If this is true and this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to.
1128
+ */
1129
+ IncludeLinkedAccountsMetrics?: IncludeLinkedAccountsMetrics;
1126
1130
  }
1127
1131
  export interface GetMetricWidgetImageInput {
1128
1132
  /**
@@ -1144,6 +1148,7 @@ declare namespace CloudWatch {
1144
1148
  export type HistoryItemType = "ConfigurationUpdate"|"StateUpdate"|"Action"|string;
1145
1149
  export type HistorySummary = string;
1146
1150
  export type IncludeLinkedAccounts = boolean;
1151
+ export type IncludeLinkedAccountsMetrics = boolean;
1147
1152
  export interface InsightRule {
1148
1153
  /**
1149
1154
  * The name of the rule.
@@ -2039,6 +2044,10 @@ declare namespace CloudWatch {
2039
2044
  * By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members. For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's OutputFormat. If the OutputFormat is json, you can stream any additional statistic that is supported by CloudWatch, listed in CloudWatch statistics definitions. If the OutputFormat is opentelemetry0.7, you can stream percentile statistics such as p95, p99.9, and so on.
2040
2045
  */
2041
2046
  StatisticsConfigurations?: MetricStreamStatisticsConfigurations;
2047
+ /**
2048
+ * If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts in the metric stream.
2049
+ */
2050
+ IncludeLinkedAccountsMetrics?: IncludeLinkedAccountsMetrics;
2042
2051
  }
2043
2052
  export interface PutMetricStreamOutput {
2044
2053
  /**
@@ -637,11 +637,11 @@ declare namespace CloudWatchLogs {
637
637
  }
638
638
  export interface DescribeLogStreamsRequest {
639
639
  /**
640
- * The name of the log group. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
640
+ * The name of the log group. You must include either logGroupIdentifier or logGroupName, but not both.
641
641
  */
642
642
  logGroupName?: LogGroupName;
643
643
  /**
644
- * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
644
+ * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. You must include either logGroupIdentifier or logGroupName, but not both.
645
645
  */
646
646
  logGroupIdentifier?: LogGroupIdentifier;
647
647
  /**
@@ -898,11 +898,11 @@ declare namespace CloudWatchLogs {
898
898
  export type FilterCount = number;
899
899
  export interface FilterLogEventsRequest {
900
900
  /**
901
- * The name of the log group to search. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
901
+ * The name of the log group to search. You must include either logGroupIdentifier or logGroupName, but not both.
902
902
  */
903
903
  logGroupName?: LogGroupName;
904
904
  /**
905
- * Specify either the name or ARN of the log group to view log events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
905
+ * Specify either the name or ARN of the log group to view log events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. You must include either logGroupIdentifier or logGroupName, but not both.
906
906
  */
907
907
  logGroupIdentifier?: LogGroupIdentifier;
908
908
  /**
@@ -1004,11 +1004,11 @@ declare namespace CloudWatchLogs {
1004
1004
  }
1005
1005
  export interface GetLogEventsRequest {
1006
1006
  /**
1007
- * The name of the log group. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1007
+ * The name of the log group. You must include either logGroupIdentifier or logGroupName, but not both.
1008
1008
  */
1009
1009
  logGroupName?: LogGroupName;
1010
1010
  /**
1011
- * Specify either the name or ARN of the log group to view events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1011
+ * Specify either the name or ARN of the log group to view events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. You must include either logGroupIdentifier or logGroupName, but not both.
1012
1012
  */
1013
1013
  logGroupIdentifier?: LogGroupIdentifier;
1014
1014
  /**
@@ -1056,7 +1056,7 @@ declare namespace CloudWatchLogs {
1056
1056
  }
1057
1057
  export interface GetLogGroupFieldsRequest {
1058
1058
  /**
1059
- * The name of the log group to search. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1059
+ * The name of the log group to search. You must include either logGroupIdentifier or logGroupName, but not both.
1060
1060
  */
1061
1061
  logGroupName?: LogGroupName;
1062
1062
  /**
@@ -1064,7 +1064,7 @@ declare namespace CloudWatchLogs {
1064
1064
  */
1065
1065
  time?: Timestamp;
1066
1066
  /**
1067
- * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must specify the ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1067
+ * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must specify the ARN. You must include either logGroupIdentifier or logGroupName, but not both.
1068
1068
  */
1069
1069
  logGroupIdentifier?: LogGroupIdentifier;
1070
1070
  }
@@ -61,11 +61,11 @@ declare class CodeArtifact extends Service {
61
61
  */
62
62
  deleteDomainPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.DeleteDomainPermissionsPolicyResult) => void): Request<CodeArtifact.Types.DeleteDomainPermissionsPolicyResult, AWSError>;
63
63
  /**
64
- * Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListackageVersions), but you can restore them using UpdatePackageVersionsStatus.
64
+ * Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListPackageVersions), but you can restore them using UpdatePackageVersionsStatus.
65
65
  */
66
66
  deletePackageVersions(params: CodeArtifact.Types.DeletePackageVersionsRequest, callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageVersionsResult) => void): Request<CodeArtifact.Types.DeletePackageVersionsResult, AWSError>;
67
67
  /**
68
- * Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListackageVersions), but you can restore them using UpdatePackageVersionsStatus.
68
+ * Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to Archived. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, ListPackageVersions), but you can restore them using UpdatePackageVersionsStatus.
69
69
  */
70
70
  deletePackageVersions(callback?: (err: AWSError, data: CodeArtifact.Types.DeletePackageVersionsResult) => void): Request<CodeArtifact.Types.DeletePackageVersionsResult, AWSError>;
71
71
  /**
@@ -157,11 +157,11 @@ declare class CodeArtifact extends Service {
157
157
  */
158
158
  getPackageVersionAsset(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionAssetResult) => void): Request<CodeArtifact.Types.GetPackageVersionAssetResult, AWSError>;
159
159
  /**
160
- * Gets the readme file or descriptive text for a package version. For packages that do not contain a readme file, CodeArtifact extracts a description from a metadata file. For example, from the &lt;description&gt; element in the pom.xml file of a Maven package. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
160
+ * Gets the readme file or descriptive text for a package version. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
161
161
  */
162
162
  getPackageVersionReadme(params: CodeArtifact.Types.GetPackageVersionReadmeRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
163
163
  /**
164
- * Gets the readme file or descriptive text for a package version. For packages that do not contain a readme file, CodeArtifact extracts a description from a metadata file. For example, from the &lt;description&gt; element in the pom.xml file of a Maven package. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
164
+ * Gets the readme file or descriptive text for a package version. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
165
165
  */
166
166
  getPackageVersionReadme(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
167
167
  /**
@@ -338,7 +338,7 @@ declare namespace CodeArtifact {
338
338
  */
339
339
  repository: RepositoryName;
340
340
  /**
341
- * The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.
341
+ * The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:nuget-org - for the NuGet Gallery. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.
342
342
  */
343
343
  externalConnection: ExternalConnectionName;
344
344
  }
@@ -946,7 +946,7 @@ declare namespace CodeArtifact {
946
946
  */
947
947
  repository: RepositoryName;
948
948
  /**
949
- * A format that specifies the type of the package version with the requested readme file.
949
+ * A format that specifies the type of the package version with the requested readme file. Although maven is listed as a valid value, CodeArtifact does not support displaying readme files for Maven packages.
950
950
  */
951
951
  format: PackageFormat;
952
952
  /**
@@ -1292,7 +1292,7 @@ declare namespace CodeArtifact {
1292
1292
  */
1293
1293
  format?: PackageFormat;
1294
1294
  /**
1295
- * The namespace used to filter requested packages. Only packages with the provided namespace will be returned. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace.
1295
+ * The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior. Each package format uses namespace as follows: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace.
1296
1296
  */
1297
1297
  namespace?: PackageNamespace;
1298
1298
  /**
@@ -1412,7 +1412,7 @@ declare namespace CodeArtifact {
1412
1412
  */
1413
1413
  package?: PackageName;
1414
1414
  /**
1415
- * The type of a package dependency. The possible values depend on the package type. Example types are compile, runtime, and test for Maven packages, and dev, prod, and optional for npm packages.
1415
+ * The type of a package dependency. The possible values depend on the package type. npm: regular, dev, peer, optional maven: optional, parent, compile, runtime, test, system, provided. Note that parent is not a regular Maven dependency type; instead this is extracted from the &lt;parent&gt; element if one is defined in the package version's POM file. nuget: The dependencyType field is never set for NuGet packages. pypi: Requires-Dist
1416
1416
  */
1417
1417
  dependencyType?: String;
1418
1418
  /**
@@ -1853,6 +1853,10 @@ declare namespace Connect {
1853
1853
  * The timestamp, in Unix epoch time format, at which to start running the inbound flow.
1854
1854
  */
1855
1855
  ScheduledTimestamp?: timestamp;
1856
+ /**
1857
+ * The contactId that is related to this contact.
1858
+ */
1859
+ RelatedContactId?: ContactId;
1856
1860
  }
1857
1861
  export interface ContactFilter {
1858
1862
  /**
@@ -5162,6 +5166,16 @@ declare namespace Connect {
5162
5166
  export type Password = string;
5163
5167
  export type Percentage = number;
5164
5168
  export type PermissionsList = SecurityProfilePermission[];
5169
+ export interface PersistentChat {
5170
+ /**
5171
+ * The contactId that is used for rehydration depends on the rehydration type. RehydrationType is required for persistent chat. ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat contact of the specified past ended chat session. To use this type, provide the initialContactId of the past ended chat session in the sourceContactId field. In this type, Amazon Connect determines the most recent chat contact on the specified chat session that has ended, and uses it to start a persistent chat. FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the sourceContactId field. The actual contactId used for rehydration is provided in the response of this API.
5172
+ */
5173
+ RehydrationType?: RehydrationType;
5174
+ /**
5175
+ * The contactId from which a persistent chat session must be started.
5176
+ */
5177
+ SourceContactId?: ContactId;
5178
+ }
5165
5179
  export type PhoneNumber = string;
5166
5180
  export type PhoneNumberCountryCode = "AF"|"AL"|"DZ"|"AS"|"AD"|"AO"|"AI"|"AQ"|"AG"|"AR"|"AM"|"AW"|"AU"|"AT"|"AZ"|"BS"|"BH"|"BD"|"BB"|"BY"|"BE"|"BZ"|"BJ"|"BM"|"BT"|"BO"|"BA"|"BW"|"BR"|"IO"|"VG"|"BN"|"BG"|"BF"|"BI"|"KH"|"CM"|"CA"|"CV"|"KY"|"CF"|"TD"|"CL"|"CN"|"CX"|"CC"|"CO"|"KM"|"CK"|"CR"|"HR"|"CU"|"CW"|"CY"|"CZ"|"CD"|"DK"|"DJ"|"DM"|"DO"|"TL"|"EC"|"EG"|"SV"|"GQ"|"ER"|"EE"|"ET"|"FK"|"FO"|"FJ"|"FI"|"FR"|"PF"|"GA"|"GM"|"GE"|"DE"|"GH"|"GI"|"GR"|"GL"|"GD"|"GU"|"GT"|"GG"|"GN"|"GW"|"GY"|"HT"|"HN"|"HK"|"HU"|"IS"|"IN"|"ID"|"IR"|"IQ"|"IE"|"IM"|"IL"|"IT"|"CI"|"JM"|"JP"|"JE"|"JO"|"KZ"|"KE"|"KI"|"KW"|"KG"|"LA"|"LV"|"LB"|"LS"|"LR"|"LY"|"LI"|"LT"|"LU"|"MO"|"MK"|"MG"|"MW"|"MY"|"MV"|"ML"|"MT"|"MH"|"MR"|"MU"|"YT"|"MX"|"FM"|"MD"|"MC"|"MN"|"ME"|"MS"|"MA"|"MZ"|"MM"|"NA"|"NR"|"NP"|"NL"|"AN"|"NC"|"NZ"|"NI"|"NE"|"NG"|"NU"|"KP"|"MP"|"NO"|"OM"|"PK"|"PW"|"PA"|"PG"|"PY"|"PE"|"PH"|"PN"|"PL"|"PT"|"PR"|"QA"|"CG"|"RE"|"RO"|"RU"|"RW"|"BL"|"SH"|"KN"|"LC"|"MF"|"PM"|"VC"|"WS"|"SM"|"ST"|"SA"|"SN"|"RS"|"SC"|"SL"|"SG"|"SX"|"SK"|"SI"|"SB"|"SO"|"ZA"|"KR"|"ES"|"LK"|"SD"|"SR"|"SJ"|"SZ"|"SE"|"CH"|"SY"|"TW"|"TJ"|"TZ"|"TH"|"TG"|"TK"|"TO"|"TT"|"TN"|"TR"|"TM"|"TC"|"TV"|"VI"|"UG"|"UA"|"AE"|"GB"|"US"|"UY"|"UZ"|"VU"|"VA"|"VE"|"VN"|"WF"|"EH"|"YE"|"ZM"|"ZW"|string;
5167
5181
  export type PhoneNumberCountryCodes = PhoneNumberCountryCode[];
@@ -5480,6 +5494,7 @@ declare namespace Connect {
5480
5494
  export type ReferenceType = "URL"|"ATTACHMENT"|"NUMBER"|"STRING"|"DATE"|"EMAIL"|string;
5481
5495
  export type ReferenceTypes = ReferenceType[];
5482
5496
  export type ReferenceValue = string;
5497
+ export type RehydrationType = "ENTIRE_PAST_SESSION"|"FROM_SEGMENT"|string;
5483
5498
  export interface ReleasePhoneNumberRequest {
5484
5499
  /**
5485
5500
  * A unique identifier for the phone number.
@@ -6201,6 +6216,10 @@ declare namespace Connect {
6201
6216
  * The supported chat message content types. Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain: [text/plain, text/markdown, application/json], [text/markdown, text/plain], [text/plain, application/json].
6202
6217
  */
6203
6218
  SupportedMessagingContentTypes?: SupportedMessagingContentTypes;
6219
+ /**
6220
+ * Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how to configure for them, see Enable persistent chat.
6221
+ */
6222
+ PersistentChat?: PersistentChat;
6204
6223
  }
6205
6224
  export interface StartChatContactResponse {
6206
6225
  /**
@@ -6215,6 +6234,10 @@ declare namespace Connect {
6215
6234
  * The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
6216
6235
  */
6217
6236
  ParticipantToken?: ParticipantToken;
6237
+ /**
6238
+ * The contactId from which a persistent chat session is started. This field is populated only for persistent chats.
6239
+ */
6240
+ ContinuedFromContactId?: ContactId;
6218
6241
  }
6219
6242
  export interface StartContactRecordingRequest {
6220
6243
  /**
@@ -44,11 +44,11 @@ declare class ConnectParticipant extends Service {
44
44
  */
45
45
  getAttachment(callback?: (err: AWSError, data: ConnectParticipant.Types.GetAttachmentResponse) => void): Request<ConnectParticipant.Types.GetAttachmentResponse, AWSError>;
46
46
  /**
47
- * Retrieves a transcript of the session, including details about any attachments. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
47
+ * Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see Enable persistent chat. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
48
48
  */
49
49
  getTranscript(params: ConnectParticipant.Types.GetTranscriptRequest, callback?: (err: AWSError, data: ConnectParticipant.Types.GetTranscriptResponse) => void): Request<ConnectParticipant.Types.GetTranscriptResponse, AWSError>;
50
50
  /**
51
- * Retrieves a transcript of the session, including details about any attachments. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
51
+ * Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see Enable persistent chat. ConnectionToken is used for invoking this API instead of ParticipantToken. The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.
52
52
  */
53
53
  getTranscript(callback?: (err: AWSError, data: ConnectParticipant.Types.GetTranscriptResponse) => void): Request<ConnectParticipant.Types.GetTranscriptResponse, AWSError>;
54
54
  /**
@@ -281,6 +281,14 @@ declare namespace ConnectParticipant {
281
281
  * The metadata related to the message. Currently this supports only information related to message receipts.
282
282
  */
283
283
  MessageMetadata?: MessageMetadata;
284
+ /**
285
+ * The contactId on which the transcript item was originally sent. This field is only populated for persistent chats when the transcript item is from the past chat session. For more information, see Enable persistent chat.
286
+ */
287
+ RelatedContactId?: ContactId;
288
+ /**
289
+ * The contactId on which the transcript item was originally sent. This field is populated only when the transcript item is from the current chat session.
290
+ */
291
+ ContactId?: ContactId;
284
292
  }
285
293
  export type MaxResults = number;
286
294
  export interface MessageMetadata {
@@ -9073,6 +9073,10 @@ declare namespace EC2 {
9073
9073
  * The information for the launch template.
9074
9074
  */
9075
9075
  LaunchTemplateData: RequestLaunchTemplateData;
9076
+ /**
9077
+ * If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageID. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide. Default: false
9078
+ */
9079
+ ResolveAlias?: Boolean;
9076
9080
  }
9077
9081
  export interface CreateLaunchTemplateVersionResult {
9078
9082
  /**
@@ -14428,6 +14432,10 @@ declare namespace EC2 {
14428
14432
  * One or more filters. create-time - The time the launch template version was created. ebs-optimized - A boolean that indicates whether the instance is optimized for Amazon EBS I/O. http-endpoint - Indicates whether the HTTP metadata endpoint on your instances is enabled (enabled | disabled). http-protocol-ipv4 - Indicates whether the IPv4 endpoint for the instance metadata service is enabled (enabled | disabled). host-resource-group-arn - The ARN of the host resource group in which to launch the instances. http-tokens - The state of token usage for your instance metadata requests (optional | required). iam-instance-profile - The ARN of the IAM instance profile. image-id - The ID of the AMI. instance-type - The instance type. is-default-version - A boolean that indicates whether the launch template version is the default version. kernel-id - The kernel ID. license-configuration-arn - The ARN of the license configuration. network-card-index - The index of the network card. ram-disk-id - The RAM disk ID.
14429
14433
  */
14430
14434
  Filters?: FilterList;
14435
+ /**
14436
+ * If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageId. If false, and if a Systems Manager parameter is specified for ImageId, the parameter is displayed in the response for imageId. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide. Default: false
14437
+ */
14438
+ ResolveAlias?: Boolean;
14431
14439
  }
14432
14440
  export interface DescribeLaunchTemplateVersionsResult {
14433
14441
  /**
@@ -30139,7 +30147,7 @@ declare namespace EC2 {
30139
30147
  */
30140
30148
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
30141
30149
  /**
30142
- * The ID of the AMI.
30150
+ * The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch. Valid formats: ami-17characters00000 resolve:ssm:parameter-name resolve:ssm:parameter-name:version-number resolve:ssm:parameter-name:label For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.
30143
30151
  */
30144
30152
  ImageId?: ImageId;
30145
30153
  /**
@@ -30915,7 +30923,7 @@ declare namespace EC2 {
30915
30923
  */
30916
30924
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationList;
30917
30925
  /**
30918
- * The ID of the AMI that was used to launch the instance.
30926
+ * The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will resolve to the ID of the AMI at instance launch. The value depends on what you specified in the request. The possible values are: If an AMI ID was specified in the request, then this is the AMI ID. If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as true, then this is the AMI ID that the parameter is mapped to in the Parameter Store. If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as false, then this is the parameter value. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.
30919
30927
  */
30920
30928
  ImageId?: String;
30921
30929
  /**
@@ -12,11 +12,11 @@ declare class EFS extends Service {
12
12
  constructor(options?: EFS.Types.ClientConfiguration)
13
13
  config: Config & EFS.Types.ClientConfiguration;
14
14
  /**
15
- * Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 120 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action.
15
+ * Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action.
16
16
  */
17
17
  createAccessPoint(params: EFS.Types.CreateAccessPointRequest, callback?: (err: AWSError, data: EFS.Types.AccessPointDescription) => void): Request<EFS.Types.AccessPointDescription, AWSError>;
18
18
  /**
19
- * Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 120 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action.
19
+ * Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action.
20
20
  */
21
21
  createAccessPoint(callback?: (err: AWSError, data: EFS.Types.AccessPointDescription) => void): Request<EFS.Types.AccessPointDescription, AWSError>;
22
22
  /**
@@ -132,11 +132,11 @@ declare class EFS extends Service {
132
132
  */
133
133
  describeFileSystemPolicy(callback?: (err: AWSError, data: EFS.Types.FileSystemPolicyDescription) => void): Request<EFS.Types.FileSystemPolicyDescription, AWSError>;
134
134
  /**
135
- * Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxItems parameter to limit the number of descriptions in a response. Currently, this number is automatically set to 10. If more file system descriptions remain, Amazon EFS returns a NextMarker, an opaque token, in the response. In this case, you should send a subsequent request with the Marker request parameter set to the value of NextMarker. To retrieve a list of your file system descriptions, this operation is used in an iterative process, where DescribeFileSystems is called first without the Marker and then the operation continues to call it with the Marker parameter set to the value of the NextMarker from the previous response until the response has no NextMarker. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multi-call iteration is unspecified. This operation requires permissions for the elasticfilesystem:DescribeFileSystems action.
135
+ * Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxItems parameter to limit the number of descriptions in a response. This number is automatically set to 100. If more file system descriptions remain, Amazon EFS returns a NextMarker, an opaque token, in the response. In this case, you should send a subsequent request with the Marker request parameter set to the value of NextMarker. To retrieve a list of your file system descriptions, this operation is used in an iterative process, where DescribeFileSystems is called first without the Marker and then the operation continues to call it with the Marker parameter set to the value of the NextMarker from the previous response until the response has no NextMarker. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multi-call iteration is unspecified. This operation requires permissions for the elasticfilesystem:DescribeFileSystems action.
136
136
  */
137
137
  describeFileSystems(params: EFS.Types.DescribeFileSystemsRequest, callback?: (err: AWSError, data: EFS.Types.DescribeFileSystemsResponse) => void): Request<EFS.Types.DescribeFileSystemsResponse, AWSError>;
138
138
  /**
139
- * Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxItems parameter to limit the number of descriptions in a response. Currently, this number is automatically set to 10. If more file system descriptions remain, Amazon EFS returns a NextMarker, an opaque token, in the response. In this case, you should send a subsequent request with the Marker request parameter set to the value of NextMarker. To retrieve a list of your file system descriptions, this operation is used in an iterative process, where DescribeFileSystems is called first without the Marker and then the operation continues to call it with the Marker parameter set to the value of the NextMarker from the previous response until the response has no NextMarker. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multi-call iteration is unspecified. This operation requires permissions for the elasticfilesystem:DescribeFileSystems action.
139
+ * Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the MaxItems parameter to limit the number of descriptions in a response. This number is automatically set to 100. If more file system descriptions remain, Amazon EFS returns a NextMarker, an opaque token, in the response. In this case, you should send a subsequent request with the Marker request parameter set to the value of NextMarker. To retrieve a list of your file system descriptions, this operation is used in an iterative process, where DescribeFileSystems is called first without the Marker and then the operation continues to call it with the Marker parameter set to the value of the NextMarker from the previous response until the response has no NextMarker. The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multi-call iteration is unspecified. This operation requires permissions for the elasticfilesystem:DescribeFileSystems action.
140
140
  */
141
141
  describeFileSystems(callback?: (err: AWSError, data: EFS.Types.DescribeFileSystemsResponse) => void): Request<EFS.Types.DescribeFileSystemsResponse, AWSError>;
142
142
  /**