aws-sdk 2.1688.0 → 2.1689.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.
- package/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/apis/finspace-2021-03-12.min.json +7 -1
- package/apis/fis-2020-12-01.min.json +80 -0
- package/apis/logs-2014-03-28.min.json +191 -64
- package/apis/logs-2014-03-28.paginators.json +6 -0
- package/apis/s3control-2018-08-20.min.json +92 -4
- package/apis/s3control-2018-08-20.paginators.json +6 -0
- package/clients/appsync.d.ts +2 -2
- package/clients/bedrockagent.d.ts +19 -2
- package/clients/cloudwatchlogs.d.ts +184 -5
- package/clients/finspace.d.ts +3 -3
- package/clients/fis.d.ts +83 -1
- package/clients/s3control.d.ts +110 -31
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +200 -67
- package/dist/aws-sdk.min.js +41 -41
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -4,11 +4,17 @@
|
|
4
4
|
"apiVersion": "2018-08-20",
|
5
5
|
"endpointPrefix": "s3-control",
|
6
6
|
"protocol": "rest-xml",
|
7
|
+
"protocols": [
|
8
|
+
"rest-xml"
|
9
|
+
],
|
7
10
|
"serviceFullName": "AWS S3 Control",
|
8
11
|
"serviceId": "S3 Control",
|
9
12
|
"signatureVersion": "s3v4",
|
10
13
|
"signingName": "s3",
|
11
|
-
"uid": "s3control-2018-08-20"
|
14
|
+
"uid": "s3control-2018-08-20",
|
15
|
+
"auth": [
|
16
|
+
"aws.auth#sigv4"
|
17
|
+
]
|
12
18
|
},
|
13
19
|
"operations": {
|
14
20
|
"AssociateAccessGrantsIdentityCenter": {
|
@@ -153,7 +159,12 @@
|
|
153
159
|
},
|
154
160
|
"AccessGrantsInstanceId": {},
|
155
161
|
"AccessGrantsInstanceArn": {},
|
156
|
-
"IdentityCenterArn": {
|
162
|
+
"IdentityCenterArn": {
|
163
|
+
"deprecated": true,
|
164
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
165
|
+
},
|
166
|
+
"IdentityCenterInstanceArn": {},
|
167
|
+
"IdentityCenterApplicationArn": {}
|
157
168
|
}
|
158
169
|
},
|
159
170
|
"endpoint": {
|
@@ -1576,7 +1587,12 @@
|
|
1576
1587
|
"members": {
|
1577
1588
|
"AccessGrantsInstanceArn": {},
|
1578
1589
|
"AccessGrantsInstanceId": {},
|
1579
|
-
"IdentityCenterArn": {
|
1590
|
+
"IdentityCenterArn": {
|
1591
|
+
"deprecated": true,
|
1592
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
1593
|
+
},
|
1594
|
+
"IdentityCenterInstanceArn": {},
|
1595
|
+
"IdentityCenterApplicationArn": {},
|
1580
1596
|
"CreatedAt": {
|
1581
1597
|
"type": "timestamp"
|
1582
1598
|
}
|
@@ -2956,7 +2972,12 @@
|
|
2956
2972
|
"CreatedAt": {
|
2957
2973
|
"type": "timestamp"
|
2958
2974
|
},
|
2959
|
-
"IdentityCenterArn": {
|
2975
|
+
"IdentityCenterArn": {
|
2976
|
+
"deprecated": true,
|
2977
|
+
"deprecatedMessage": "IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn."
|
2978
|
+
},
|
2979
|
+
"IdentityCenterInstanceArn": {},
|
2980
|
+
"IdentityCenterApplicationArn": {}
|
2960
2981
|
}
|
2961
2982
|
}
|
2962
2983
|
}
|
@@ -3175,6 +3196,73 @@
|
|
3175
3196
|
}
|
3176
3197
|
}
|
3177
3198
|
},
|
3199
|
+
"ListCallerAccessGrants": {
|
3200
|
+
"http": {
|
3201
|
+
"method": "GET",
|
3202
|
+
"requestUri": "/v20180820/accessgrantsinstance/caller/grants"
|
3203
|
+
},
|
3204
|
+
"input": {
|
3205
|
+
"type": "structure",
|
3206
|
+
"required": [
|
3207
|
+
"AccountId"
|
3208
|
+
],
|
3209
|
+
"members": {
|
3210
|
+
"AccountId": {
|
3211
|
+
"contextParam": {
|
3212
|
+
"name": "AccountId"
|
3213
|
+
},
|
3214
|
+
"hostLabel": true,
|
3215
|
+
"location": "header",
|
3216
|
+
"locationName": "x-amz-account-id"
|
3217
|
+
},
|
3218
|
+
"GrantScope": {
|
3219
|
+
"location": "querystring",
|
3220
|
+
"locationName": "grantscope"
|
3221
|
+
},
|
3222
|
+
"NextToken": {
|
3223
|
+
"location": "querystring",
|
3224
|
+
"locationName": "nextToken"
|
3225
|
+
},
|
3226
|
+
"MaxResults": {
|
3227
|
+
"location": "querystring",
|
3228
|
+
"locationName": "maxResults",
|
3229
|
+
"type": "integer"
|
3230
|
+
},
|
3231
|
+
"AllowedByApplication": {
|
3232
|
+
"location": "querystring",
|
3233
|
+
"locationName": "allowedByApplication",
|
3234
|
+
"type": "boolean"
|
3235
|
+
}
|
3236
|
+
}
|
3237
|
+
},
|
3238
|
+
"output": {
|
3239
|
+
"type": "structure",
|
3240
|
+
"members": {
|
3241
|
+
"NextToken": {},
|
3242
|
+
"CallerAccessGrantsList": {
|
3243
|
+
"type": "list",
|
3244
|
+
"member": {
|
3245
|
+
"locationName": "AccessGrant",
|
3246
|
+
"type": "structure",
|
3247
|
+
"members": {
|
3248
|
+
"Permission": {},
|
3249
|
+
"GrantScope": {},
|
3250
|
+
"ApplicationArn": {}
|
3251
|
+
}
|
3252
|
+
}
|
3253
|
+
}
|
3254
|
+
}
|
3255
|
+
},
|
3256
|
+
"endpoint": {
|
3257
|
+
"hostPrefix": "{AccountId}."
|
3258
|
+
},
|
3259
|
+
"httpChecksumRequired": true,
|
3260
|
+
"staticContextParams": {
|
3261
|
+
"RequiresAccountId": {
|
3262
|
+
"value": true
|
3263
|
+
}
|
3264
|
+
}
|
3265
|
+
},
|
3178
3266
|
"ListJobs": {
|
3179
3267
|
"http": {
|
3180
3268
|
"method": "GET",
|
@@ -26,6 +26,12 @@
|
|
26
26
|
"limit_key": "MaxResults",
|
27
27
|
"result_key": "ObjectLambdaAccessPointList"
|
28
28
|
},
|
29
|
+
"ListCallerAccessGrants": {
|
30
|
+
"input_token": "NextToken",
|
31
|
+
"output_token": "NextToken",
|
32
|
+
"limit_key": "MaxResults",
|
33
|
+
"result_key": "CallerAccessGrantsList"
|
34
|
+
},
|
29
35
|
"ListJobs": {
|
30
36
|
"input_token": "NextToken",
|
31
37
|
"output_token": "NextToken",
|
package/clients/appsync.d.ts
CHANGED
@@ -1552,7 +1552,7 @@ declare namespace AppSync {
|
|
1552
1552
|
*/
|
1553
1553
|
eventBusArn: String;
|
1554
1554
|
}
|
1555
|
-
export type FieldLogLevel = "NONE"|"ERROR"|"ALL"|string;
|
1555
|
+
export type FieldLogLevel = "NONE"|"ERROR"|"ALL"|"INFO"|"DEBUG"|string;
|
1556
1556
|
export interface FlushApiCacheRequest {
|
1557
1557
|
/**
|
1558
1558
|
* The API ID.
|
@@ -2235,7 +2235,7 @@ declare namespace AppSync {
|
|
2235
2235
|
}
|
2236
2236
|
export interface LogConfig {
|
2237
2237
|
/**
|
2238
|
-
* The field logging level. Values can be NONE, ERROR, or ALL. NONE: No field-level logs are captured. ERROR: Logs the following information only for the fields that are in error: The error section in the server response. Field-level errors. The generated request/response functions that got resolved for error fields. ALL: The following information is logged for all fields in the query: Field-level tracing information. The generated request/response functions that
|
2238
|
+
* The field logging level. Values can be NONE, ERROR, INFO, DEBUG, or ALL. NONE: No field-level logs are captured. ERROR: Logs the following information only for the fields that are in the error category: The error section in the server response. Field-level errors. The generated request/response functions that got resolved for error fields. INFO: Logs the following information only for the fields that are in the info and error categories: Info-level messages. The user messages sent through $util.log.info and console.log. Field-level tracing and mapping logs are not shown. DEBUG: Logs the following information only for the fields that are in the debug, info, and error categories: Debug-level messages. The user messages sent through $util.log.info, $util.log.debug, console.log, and console.debug. Field-level tracing and mapping logs are not shown. ALL: The following information is logged for all fields in the query: Field-level tracing information. The generated request/response functions that were resolved for each field.
|
2239
2239
|
*/
|
2240
2240
|
fieldLogLevel: FieldLogLevel;
|
2241
2241
|
/**
|
@@ -20,11 +20,11 @@ declare class BedrockAgent extends Service {
|
|
20
20
|
*/
|
21
21
|
associateAgentKnowledgeBase(callback?: (err: AWSError, data: BedrockAgent.Types.AssociateAgentKnowledgeBaseResponse) => void): Request<BedrockAgent.Types.AssociateAgentKnowledgeBaseResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If
|
23
|
+
* Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If your agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot. The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.
|
24
24
|
*/
|
25
25
|
createAgent(params: BedrockAgent.Types.CreateAgentRequest, callback?: (err: AWSError, data: BedrockAgent.Types.CreateAgentResponse) => void): Request<BedrockAgent.Types.CreateAgentResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If
|
27
|
+
* Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If your agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot. The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.
|
28
28
|
*/
|
29
29
|
createAgent(callback?: (err: AWSError, data: BedrockAgent.Types.CreateAgentResponse) => void): Request<BedrockAgent.Types.CreateAgentResponse, AWSError>;
|
30
30
|
/**
|
@@ -3621,6 +3621,19 @@ declare namespace BedrockAgent {
|
|
3621
3621
|
}
|
3622
3622
|
export type PromptInputVariableName = string;
|
3623
3623
|
export type PromptInputVariablesList = PromptInputVariable[];
|
3624
|
+
export interface PromptMetadataEntry {
|
3625
|
+
/**
|
3626
|
+
* The key of a metadata tag for a prompt variant.
|
3627
|
+
*/
|
3628
|
+
key: PromptMetadataKey;
|
3629
|
+
/**
|
3630
|
+
* The value of a metadata tag for a prompt variant.
|
3631
|
+
*/
|
3632
|
+
value: PromptMetadataValue;
|
3633
|
+
}
|
3634
|
+
export type PromptMetadataKey = string;
|
3635
|
+
export type PromptMetadataList = PromptMetadataEntry[];
|
3636
|
+
export type PromptMetadataValue = string;
|
3624
3637
|
export type PromptModelIdentifier = string;
|
3625
3638
|
export interface PromptModelInferenceConfiguration {
|
3626
3639
|
/**
|
@@ -3700,6 +3713,10 @@ declare namespace BedrockAgent {
|
|
3700
3713
|
* Contains inference configurations for the prompt variant.
|
3701
3714
|
*/
|
3702
3715
|
inferenceConfiguration?: PromptInferenceConfiguration;
|
3716
|
+
/**
|
3717
|
+
* An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see Create a prompt using Prompt management.
|
3718
|
+
*/
|
3719
|
+
metadata?: PromptMetadataList;
|
3703
3720
|
/**
|
3704
3721
|
* The unique identifier of the model with which to run inference on the prompt.
|
3705
3722
|
*/
|
@@ -196,6 +196,14 @@ declare class CloudWatchLogs extends Service {
|
|
196
196
|
* Returns a list of all CloudWatch Logs account policies in the account.
|
197
197
|
*/
|
198
198
|
describeAccountPolicies(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeAccountPoliciesResponse) => void): Request<CloudWatchLogs.Types.DescribeAccountPoliciesResponse, AWSError>;
|
199
|
+
/**
|
200
|
+
* Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries. For more information about deliveries, see CreateDelivery.
|
201
|
+
*/
|
202
|
+
describeConfigurationTemplates(params: CloudWatchLogs.Types.DescribeConfigurationTemplatesRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeConfigurationTemplatesResponse) => void): Request<CloudWatchLogs.Types.DescribeConfigurationTemplatesResponse, AWSError>;
|
203
|
+
/**
|
204
|
+
* Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries. For more information about deliveries, see CreateDelivery.
|
205
|
+
*/
|
206
|
+
describeConfigurationTemplates(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeConfigurationTemplatesResponse) => void): Request<CloudWatchLogs.Types.DescribeConfigurationTemplatesResponse, AWSError>;
|
199
207
|
/**
|
200
208
|
* Retrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
|
201
209
|
*/
|
@@ -596,6 +604,14 @@ declare class CloudWatchLogs extends Service {
|
|
596
604
|
* Use this operation to suppress anomaly detection for a specified anomaly or pattern. If you suppress an anomaly, CloudWatch Logs won’t report new occurrences of that anomaly and won't update that anomaly with new data. If you suppress a pattern, CloudWatch Logs won’t report any anomalies related to that pattern. You must specify either anomalyId or patternId, but you can't specify both parameters in the same operation. If you have previously used this operation to suppress detection of a pattern or anomaly, you can use it again to cause CloudWatch Logs to end the suppression. To do this, use this operation and specify the anomaly or pattern to stop suppressing, and omit the suppressionType and suppressionPeriod parameters.
|
597
605
|
*/
|
598
606
|
updateAnomaly(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
607
|
+
/**
|
608
|
+
* Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs. You can't use this operation to change the source or destination of the delivery.
|
609
|
+
*/
|
610
|
+
updateDeliveryConfiguration(params: CloudWatchLogs.Types.UpdateDeliveryConfigurationRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.UpdateDeliveryConfigurationResponse) => void): Request<CloudWatchLogs.Types.UpdateDeliveryConfigurationResponse, AWSError>;
|
611
|
+
/**
|
612
|
+
* Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs. You can't use this operation to change the source or destination of the delivery.
|
613
|
+
*/
|
614
|
+
updateDeliveryConfiguration(callback?: (err: AWSError, data: CloudWatchLogs.Types.UpdateDeliveryConfigurationResponse) => void): Request<CloudWatchLogs.Types.UpdateDeliveryConfigurationResponse, AWSError>;
|
599
615
|
/**
|
600
616
|
* Updates an existing log anomaly detector.
|
601
617
|
*/
|
@@ -641,6 +657,9 @@ declare namespace CloudWatchLogs {
|
|
641
657
|
accountId?: AccountId;
|
642
658
|
}
|
643
659
|
export type AccountPolicyDocument = string;
|
660
|
+
export type AllowedActionForAllowVendedLogsDeliveryForResource = string;
|
661
|
+
export type AllowedFieldDelimiters = FieldDelimiter[];
|
662
|
+
export type AllowedFields = RecordField[];
|
644
663
|
export type AmazonResourceName = string;
|
645
664
|
export type Anomalies = Anomaly[];
|
646
665
|
export interface Anomaly {
|
@@ -788,6 +807,63 @@ declare namespace CloudWatchLogs {
|
|
788
807
|
taskId: ExportTaskId;
|
789
808
|
}
|
790
809
|
export type ClientToken = string;
|
810
|
+
export interface ConfigurationTemplate {
|
811
|
+
/**
|
812
|
+
* A string specifying which service this configuration template applies to. For more information about supported services see Enable logging from Amazon Web Services services..
|
813
|
+
*/
|
814
|
+
service?: Service;
|
815
|
+
/**
|
816
|
+
* A string specifying which log type this configuration template applies to.
|
817
|
+
*/
|
818
|
+
logType?: LogType;
|
819
|
+
/**
|
820
|
+
* A string specifying which resource type this configuration template applies to.
|
821
|
+
*/
|
822
|
+
resourceType?: ResourceType;
|
823
|
+
/**
|
824
|
+
* A string specifying which destination type this configuration template applies to.
|
825
|
+
*/
|
826
|
+
deliveryDestinationType?: DeliveryDestinationType;
|
827
|
+
/**
|
828
|
+
* A mapping that displays the default value of each property within a delivery’s configuration, if it is not specified in the request.
|
829
|
+
*/
|
830
|
+
defaultDeliveryConfigValues?: ConfigurationTemplateDeliveryConfigValues;
|
831
|
+
/**
|
832
|
+
* The allowed fields that a caller can use in the recordFields parameter of a CreateDelivery or UpdateDeliveryConfiguration operation.
|
833
|
+
*/
|
834
|
+
allowedFields?: AllowedFields;
|
835
|
+
/**
|
836
|
+
* The list of delivery destination output formats that are supported by this log source.
|
837
|
+
*/
|
838
|
+
allowedOutputFormats?: OutputFormats;
|
839
|
+
/**
|
840
|
+
* The action permissions that a caller needs to have to be able to successfully create a delivery source on the desired resource type when calling PutDeliverySource.
|
841
|
+
*/
|
842
|
+
allowedActionForAllowVendedLogsDeliveryForResource?: AllowedActionForAllowVendedLogsDeliveryForResource;
|
843
|
+
/**
|
844
|
+
* The valid values that a caller can use as field delimiters when calling CreateDelivery or UpdateDeliveryConfiguration on a delivery that delivers in Plain, W3C, or Raw format.
|
845
|
+
*/
|
846
|
+
allowedFieldDelimiters?: AllowedFieldDelimiters;
|
847
|
+
/**
|
848
|
+
* The list of variable fields that can be used in the suffix path of a delivery that delivers to an S3 bucket.
|
849
|
+
*/
|
850
|
+
allowedSuffixPathFields?: RecordFields;
|
851
|
+
}
|
852
|
+
export interface ConfigurationTemplateDeliveryConfigValues {
|
853
|
+
/**
|
854
|
+
* The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
|
855
|
+
*/
|
856
|
+
recordFields?: RecordFields;
|
857
|
+
/**
|
858
|
+
* The default field delimiter that is used in a CreateDelivery operation when the field delimiter is not specified in that operation. The field delimiter is used only when the final output delivery is in Plain, W3C, or Raw format.
|
859
|
+
*/
|
860
|
+
fieldDelimiter?: FieldDelimiter;
|
861
|
+
/**
|
862
|
+
* The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
|
863
|
+
*/
|
864
|
+
s3DeliveryConfiguration?: S3DeliveryConfiguration;
|
865
|
+
}
|
866
|
+
export type ConfigurationTemplates = ConfigurationTemplate[];
|
791
867
|
export type Count = number;
|
792
868
|
export interface CreateDeliveryRequest {
|
793
869
|
/**
|
@@ -798,6 +874,18 @@ declare namespace CloudWatchLogs {
|
|
798
874
|
* The ARN of the delivery destination to use for this delivery.
|
799
875
|
*/
|
800
876
|
deliveryDestinationArn: Arn;
|
877
|
+
/**
|
878
|
+
* The list of record fields to be delivered to the destination, in order. If the delivery’s log source has mandatory fields, they must be included in this list.
|
879
|
+
*/
|
880
|
+
recordFields?: RecordFields;
|
881
|
+
/**
|
882
|
+
* The field delimiter to use between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.
|
883
|
+
*/
|
884
|
+
fieldDelimiter?: FieldDelimiter;
|
885
|
+
/**
|
886
|
+
* This structure contains parameters that are valid only when the delivery’s delivery destination is an S3 bucket.
|
887
|
+
*/
|
888
|
+
s3DeliveryConfiguration?: S3DeliveryConfiguration;
|
801
889
|
/**
|
802
890
|
* An optional list of key-value pairs to associate with the resource. For more information about tagging, see Tagging Amazon Web Services resources
|
803
891
|
*/
|
@@ -1047,6 +1135,18 @@ declare namespace CloudWatchLogs {
|
|
1047
1135
|
* Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Firehose.
|
1048
1136
|
*/
|
1049
1137
|
deliveryDestinationType?: DeliveryDestinationType;
|
1138
|
+
/**
|
1139
|
+
* The record fields used in this delivery.
|
1140
|
+
*/
|
1141
|
+
recordFields?: RecordFields;
|
1142
|
+
/**
|
1143
|
+
* The field delimiter that is used between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.
|
1144
|
+
*/
|
1145
|
+
fieldDelimiter?: FieldDelimiter;
|
1146
|
+
/**
|
1147
|
+
* This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.
|
1148
|
+
*/
|
1149
|
+
s3DeliveryConfiguration?: S3DeliveryConfiguration;
|
1050
1150
|
/**
|
1051
1151
|
* The tags that have been assigned to this delivery.
|
1052
1152
|
*/
|
@@ -1087,6 +1187,7 @@ declare namespace CloudWatchLogs {
|
|
1087
1187
|
export type DeliveryDestinationName = string;
|
1088
1188
|
export type DeliveryDestinationPolicy = string;
|
1089
1189
|
export type DeliveryDestinationType = "S3"|"CWL"|"FH"|string;
|
1190
|
+
export type DeliveryDestinationTypes = DeliveryDestinationType[];
|
1090
1191
|
export type DeliveryDestinations = DeliveryDestination[];
|
1091
1192
|
export type DeliveryId = string;
|
1092
1193
|
export interface DeliverySource {
|
@@ -1117,6 +1218,7 @@ declare namespace CloudWatchLogs {
|
|
1117
1218
|
}
|
1118
1219
|
export type DeliverySourceName = string;
|
1119
1220
|
export type DeliverySources = DeliverySource[];
|
1221
|
+
export type DeliverySuffixPath = string;
|
1120
1222
|
export type Descending = boolean;
|
1121
1223
|
export interface DescribeAccountPoliciesRequest {
|
1122
1224
|
/**
|
@@ -1138,6 +1240,36 @@ declare namespace CloudWatchLogs {
|
|
1138
1240
|
*/
|
1139
1241
|
accountPolicies?: AccountPolicies;
|
1140
1242
|
}
|
1243
|
+
export interface DescribeConfigurationTemplatesRequest {
|
1244
|
+
/**
|
1245
|
+
* Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.
|
1246
|
+
*/
|
1247
|
+
service?: Service;
|
1248
|
+
/**
|
1249
|
+
* Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
|
1250
|
+
*/
|
1251
|
+
logTypes?: LogTypes;
|
1252
|
+
/**
|
1253
|
+
* Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
|
1254
|
+
*/
|
1255
|
+
resourceTypes?: ResourceTypes;
|
1256
|
+
/**
|
1257
|
+
* Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
|
1258
|
+
*/
|
1259
|
+
deliveryDestinationTypes?: DeliveryDestinationTypes;
|
1260
|
+
nextToken?: NextToken;
|
1261
|
+
/**
|
1262
|
+
* Use this parameter to limit the number of configuration templates that are returned in the response.
|
1263
|
+
*/
|
1264
|
+
limit?: DescribeLimit;
|
1265
|
+
}
|
1266
|
+
export interface DescribeConfigurationTemplatesResponse {
|
1267
|
+
/**
|
1268
|
+
* An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
|
1269
|
+
*/
|
1270
|
+
configurationTemplates?: ConfigurationTemplates;
|
1271
|
+
nextToken?: NextToken;
|
1272
|
+
}
|
1141
1273
|
export interface DescribeDeliveriesRequest {
|
1142
1274
|
nextToken?: NextToken;
|
1143
1275
|
/**
|
@@ -1463,11 +1595,11 @@ declare namespace CloudWatchLogs {
|
|
1463
1595
|
export type EncryptionKey = string;
|
1464
1596
|
export interface Entity {
|
1465
1597
|
/**
|
1466
|
-
* Reserved for
|
1598
|
+
* Reserved for internal use.
|
1467
1599
|
*/
|
1468
1600
|
keyAttributes?: EntityKeyAttributes;
|
1469
1601
|
/**
|
1470
|
-
* Reserved for
|
1602
|
+
* Reserved for internal use.
|
1471
1603
|
*/
|
1472
1604
|
attributes?: EntityAttributes;
|
1473
1605
|
}
|
@@ -1552,6 +1684,8 @@ declare namespace CloudWatchLogs {
|
|
1552
1684
|
export type ExportTasks = ExportTask[];
|
1553
1685
|
export type ExtractedValues = {[key: string]: Value};
|
1554
1686
|
export type Field = string;
|
1687
|
+
export type FieldDelimiter = string;
|
1688
|
+
export type FieldHeader = string;
|
1555
1689
|
export type FilterCount = number;
|
1556
1690
|
export interface FilterLogEventsRequest {
|
1557
1691
|
/**
|
@@ -2126,6 +2260,7 @@ declare namespace CloudWatchLogs {
|
|
2126
2260
|
export type LogStreamSearchedCompletely = boolean;
|
2127
2261
|
export type LogStreams = LogStream[];
|
2128
2262
|
export type LogType = string;
|
2263
|
+
export type LogTypes = LogType[];
|
2129
2264
|
export type Message = string;
|
2130
2265
|
export interface MetricFilter {
|
2131
2266
|
/**
|
@@ -2195,6 +2330,7 @@ declare namespace CloudWatchLogs {
|
|
2195
2330
|
export type NextToken = string;
|
2196
2331
|
export type OrderBy = "LogStreamName"|"LastEventTime"|string;
|
2197
2332
|
export type OutputFormat = "json"|"plain"|"w3c"|"raw"|"parquet"|string;
|
2333
|
+
export type OutputFormats = OutputFormat[];
|
2198
2334
|
export interface OutputLogEvent {
|
2199
2335
|
/**
|
2200
2336
|
* The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
@@ -2415,7 +2551,7 @@ declare namespace CloudWatchLogs {
|
|
2415
2551
|
*/
|
2416
2552
|
sequenceToken?: SequenceToken;
|
2417
2553
|
/**
|
2418
|
-
* Reserved for
|
2554
|
+
* Reserved for internal use.
|
2419
2555
|
*/
|
2420
2556
|
entity?: Entity;
|
2421
2557
|
}
|
@@ -2429,7 +2565,7 @@ declare namespace CloudWatchLogs {
|
|
2429
2565
|
*/
|
2430
2566
|
rejectedLogEventsInfo?: RejectedLogEventsInfo;
|
2431
2567
|
/**
|
2432
|
-
* Reserved for
|
2568
|
+
* Reserved for internal use.
|
2433
2569
|
*/
|
2434
2570
|
rejectedEntityInfo?: RejectedEntityInfo;
|
2435
2571
|
}
|
@@ -2595,9 +2731,20 @@ declare namespace CloudWatchLogs {
|
|
2595
2731
|
}
|
2596
2732
|
export type QueryStatus = "Scheduled"|"Running"|"Complete"|"Failed"|"Cancelled"|"Timeout"|"Unknown"|string;
|
2597
2733
|
export type QueryString = string;
|
2734
|
+
export interface RecordField {
|
2735
|
+
/**
|
2736
|
+
* The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
|
2737
|
+
*/
|
2738
|
+
name?: FieldHeader;
|
2739
|
+
/**
|
2740
|
+
* If this is true, the record field must be present in the recordFields parameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.
|
2741
|
+
*/
|
2742
|
+
mandatory?: Boolean;
|
2743
|
+
}
|
2744
|
+
export type RecordFields = FieldHeader[];
|
2598
2745
|
export interface RejectedEntityInfo {
|
2599
2746
|
/**
|
2600
|
-
* Reserved for
|
2747
|
+
* Reserved for internal use.
|
2601
2748
|
*/
|
2602
2749
|
errorType: EntityRejectionErrorType;
|
2603
2750
|
}
|
@@ -2633,6 +2780,8 @@ declare namespace CloudWatchLogs {
|
|
2633
2780
|
*/
|
2634
2781
|
lastUpdatedTime?: Timestamp;
|
2635
2782
|
}
|
2783
|
+
export type ResourceType = string;
|
2784
|
+
export type ResourceTypes = ResourceType[];
|
2636
2785
|
export interface ResultField {
|
2637
2786
|
/**
|
2638
2787
|
* The log event field.
|
@@ -2645,6 +2794,16 @@ declare namespace CloudWatchLogs {
|
|
2645
2794
|
}
|
2646
2795
|
export type ResultRows = ResultField[];
|
2647
2796
|
export type RoleArn = string;
|
2797
|
+
export interface S3DeliveryConfiguration {
|
2798
|
+
/**
|
2799
|
+
* This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. See ConfigurationTemplate$allowedSuffixPathFields for more info on what values are supported in the suffix path for each log source.
|
2800
|
+
*/
|
2801
|
+
suffixPath?: DeliverySuffixPath;
|
2802
|
+
/**
|
2803
|
+
* This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.
|
2804
|
+
*/
|
2805
|
+
enableHiveCompatiblePath?: Boolean;
|
2806
|
+
}
|
2648
2807
|
export type Scope = "ALL"|string;
|
2649
2808
|
export interface SearchedLogStream {
|
2650
2809
|
/**
|
@@ -2873,6 +3032,26 @@ declare namespace CloudWatchLogs {
|
|
2873
3032
|
*/
|
2874
3033
|
suppressionPeriod?: SuppressionPeriod;
|
2875
3034
|
}
|
3035
|
+
export interface UpdateDeliveryConfigurationRequest {
|
3036
|
+
/**
|
3037
|
+
* The ID of the delivery to be updated by this request.
|
3038
|
+
*/
|
3039
|
+
id: DeliveryId;
|
3040
|
+
/**
|
3041
|
+
* The list of record fields to be delivered to the destination, in order. If the delivery’s log source has mandatory fields, they must be included in this list.
|
3042
|
+
*/
|
3043
|
+
recordFields?: RecordFields;
|
3044
|
+
/**
|
3045
|
+
* The field delimiter to use between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.
|
3046
|
+
*/
|
3047
|
+
fieldDelimiter?: FieldDelimiter;
|
3048
|
+
/**
|
3049
|
+
* This structure contains parameters that are valid only when the delivery’s delivery destination is an S3 bucket.
|
3050
|
+
*/
|
3051
|
+
s3DeliveryConfiguration?: S3DeliveryConfiguration;
|
3052
|
+
}
|
3053
|
+
export interface UpdateDeliveryConfigurationResponse {
|
3054
|
+
}
|
2876
3055
|
export interface UpdateLogAnomalyDetectorRequest {
|
2877
3056
|
/**
|
2878
3057
|
* The ARN of the anomaly detector that you want to update.
|
package/clients/finspace.d.ts
CHANGED
@@ -992,7 +992,7 @@ declare namespace Finspace {
|
|
992
992
|
*/
|
993
993
|
scalingGroupName: KxScalingGroupName;
|
994
994
|
/**
|
995
|
-
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
995
|
+
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.large – The host type with a configuration of 16 GiB memory and 2 vCPUs. kx.sg.xlarge – The host type with a configuration of 32 GiB memory and 4 vCPUs. kx.sg.2xlarge – The host type with a configuration of 64 GiB memory and 8 vCPUs. kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
996
996
|
*/
|
997
997
|
hostType: KxHostType;
|
998
998
|
/**
|
@@ -1816,7 +1816,7 @@ declare namespace Finspace {
|
|
1816
1816
|
*/
|
1817
1817
|
scalingGroupArn?: arn;
|
1818
1818
|
/**
|
1819
|
-
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. It can have one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
1819
|
+
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. It can have one of the following values: kx.sg.large – The host type with a configuration of 16 GiB memory and 2 vCPUs. kx.sg.xlarge – The host type with a configuration of 32 GiB memory and 4 vCPUs. kx.sg.2xlarge – The host type with a configuration of 64 GiB memory and 8 vCPUs. kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
1820
1820
|
*/
|
1821
1821
|
hostType?: KxHostType;
|
1822
1822
|
/**
|
@@ -2396,7 +2396,7 @@ declare namespace Finspace {
|
|
2396
2396
|
*/
|
2397
2397
|
scalingGroupName?: KxScalingGroupName;
|
2398
2398
|
/**
|
2399
|
-
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
2399
|
+
* The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. You can add one of the following values: kx.sg.large – The host type with a configuration of 16 GiB memory and 2 vCPUs. kx.sg.xlarge – The host type with a configuration of 32 GiB memory and 4 vCPUs. kx.sg.2xlarge – The host type with a configuration of 64 GiB memory and 8 vCPUs. kx.sg.4xlarge – The host type with a configuration of 108 GiB memory and 16 vCPUs. kx.sg.8xlarge – The host type with a configuration of 216 GiB memory and 32 vCPUs. kx.sg.16xlarge – The host type with a configuration of 432 GiB memory and 64 vCPUs. kx.sg.32xlarge – The host type with a configuration of 864 GiB memory and 128 vCPUs. kx.sg1.16xlarge – The host type with a configuration of 1949 GiB memory and 64 vCPUs. kx.sg1.24xlarge – The host type with a configuration of 2948 GiB memory and 96 vCPUs.
|
2400
2400
|
*/
|
2401
2401
|
hostType?: KxHostType;
|
2402
2402
|
/**
|