aws-sdk 2.1401.0 → 2.1403.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.
@@ -761,6 +761,10 @@ declare namespace Transfer {
761
761
  * Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In addition to a workflow to execute when a file is uploaded completely, WorkflowDetails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being uploaded.
762
762
  */
763
763
  WorkflowDetails?: WorkflowDetails;
764
+ /**
765
+ * Specifies the log groups to which your server logs are sent. To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows: arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:* For example, arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:* If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an update-server call. For example: update-server --server-id s-1234567890abcdef0 --structured-log-destinations
766
+ */
767
+ StructuredLogDestinations?: StructuredLogDestinations;
764
768
  }
765
769
  export interface CreateServerResponse {
766
770
  /**
@@ -1493,6 +1497,10 @@ declare namespace Transfer {
1493
1497
  * Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In addition to a workflow to execute when a file is uploaded completely, WorkflowDetails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being uploaded.
1494
1498
  */
1495
1499
  WorkflowDetails?: WorkflowDetails;
1500
+ /**
1501
+ * Specifies the log groups to which your server logs are sent. To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows: arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:* For example, arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:* If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an update-server call. For example: update-server --server-id s-1234567890abcdef0 --structured-log-destinations
1502
+ */
1503
+ StructuredLogDestinations?: StructuredLogDestinations;
1496
1504
  }
1497
1505
  export interface DescribedUser {
1498
1506
  /**
@@ -2534,6 +2542,7 @@ declare namespace Transfer {
2534
2542
  */
2535
2543
  ServerId: ServerId;
2536
2544
  }
2545
+ export type StructuredLogDestinations = Arn[];
2537
2546
  export type SubnetId = string;
2538
2547
  export type SubnetIds = SubnetId[];
2539
2548
  export interface Tag {
@@ -2852,6 +2861,10 @@ declare namespace Transfer {
2852
2861
  * Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In addition to a workflow to execute when a file is uploaded completely, WorkflowDetails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when the server session disconnects while the file is still being uploaded. To remove an associated workflow from a server, you can provide an empty OnUpload object, as in the following example. aws transfer update-server --server-id s-01234567890abcdef --workflow-details '{"OnUpload":[]}'
2853
2862
  */
2854
2863
  WorkflowDetails?: WorkflowDetails;
2864
+ /**
2865
+ * Specifies the log groups to which your server logs are sent. To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows: arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:* For example, arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:* If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an update-server call. For example: update-server --server-id s-1234567890abcdef0 --structured-log-destinations
2866
+ */
2867
+ StructuredLogDestinations?: StructuredLogDestinations;
2855
2868
  }
2856
2869
  export interface UpdateServerResponse {
2857
2870
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1401.0',
86
+ VERSION: '2.1403.0',
87
87
 
88
88
  /**
89
89
  * @api private