aws-sdk 2.1688.0 → 2.1690.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.
@@ -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 future use.
1598
+ * Reserved for internal use.
1467
1599
  */
1468
1600
  keyAttributes?: EntityKeyAttributes;
1469
1601
  /**
1470
- * Reserved for future use.
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 future use.
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 future use.
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 future use.
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.
@@ -196,11 +196,11 @@ declare class CodePipeline extends Service {
196
196
  */
197
197
  listTagsForResource(callback?: (err: AWSError, data: CodePipeline.Types.ListTagsForResourceOutput) => void): Request<CodePipeline.Types.ListTagsForResourceOutput, AWSError>;
198
198
  /**
199
- * Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
199
+ * Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook. If a secret token was provided, it will be redacted in the response.
200
200
  */
201
201
  listWebhooks(params: CodePipeline.Types.ListWebhooksInput, callback?: (err: AWSError, data: CodePipeline.Types.ListWebhooksOutput) => void): Request<CodePipeline.Types.ListWebhooksOutput, AWSError>;
202
202
  /**
203
- * Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
203
+ * Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook. If a secret token was provided, it will be redacted in the response.
204
204
  */
205
205
  listWebhooks(callback?: (err: AWSError, data: CodePipeline.Types.ListWebhooksOutput) => void): Request<CodePipeline.Types.ListWebhooksOutput, AWSError>;
206
206
  /**
@@ -276,11 +276,11 @@ declare class CodePipeline extends Service {
276
276
  */
277
277
  putThirdPartyJobSuccessResult(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
278
278
  /**
279
- * Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL.
279
+ * Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL. When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. If a secret token was provided, it will be redacted in the response.
280
280
  */
281
281
  putWebhook(params: CodePipeline.Types.PutWebhookInput, callback?: (err: AWSError, data: CodePipeline.Types.PutWebhookOutput) => void): Request<CodePipeline.Types.PutWebhookOutput, AWSError>;
282
282
  /**
283
- * Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL.
283
+ * Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL. When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. If a secret token was provided, it will be redacted in the response.
284
284
  */
285
285
  putWebhook(callback?: (err: AWSError, data: CodePipeline.Types.PutWebhookOutput) => void): Request<CodePipeline.Types.PutWebhookOutput, AWSError>;
286
286
  /**
@@ -2648,7 +2648,7 @@ declare namespace CodePipeline {
2648
2648
  }
2649
2649
  export interface RuleTypeId {
2650
2650
  /**
2651
- * A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule. Valid categories are limited to one of the following values. INVOKE Approval Rule
2651
+ * A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule. The valid category is Rule.
2652
2652
  */
2653
2653
  category: RuleCategory;
2654
2654
  /**
@@ -2656,7 +2656,7 @@ declare namespace CodePipeline {
2656
2656
  */
2657
2657
  owner?: RuleOwner;
2658
2658
  /**
2659
- * The provider of the service being called by the rule. Valid providers are determined by the rulecategory. For example, a managed rule in the Rule category type has an owner of AWS, which would be specified as AWS.
2659
+ * The rule provider, such as the DeploymentWindow rule.
2660
2660
  */
2661
2661
  provider: RuleProvider;
2662
2662
  /**
@@ -3071,7 +3071,7 @@ declare namespace CodePipeline {
3071
3071
  */
3072
3072
  AllowedIPRange?: WebhookAuthConfigurationAllowedIPRange;
3073
3073
  /**
3074
- * The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set.
3074
+ * The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set. When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. If a secret token was provided, it will be redacted in the response.
3075
3075
  */
3076
3076
  SecretToken?: WebhookAuthConfigurationSecretToken;
3077
3077
  }
@@ -3096,7 +3096,7 @@ declare namespace CodePipeline {
3096
3096
  */
3097
3097
  filters: WebhookFilters;
3098
3098
  /**
3099
- * Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED. For information about the authentication scheme implemented by GITHUB_HMAC, see Securing your webhooks on the GitHub Developer website. IP rejects webhooks trigger requests unless they originate from an IP address in the IP range whitelisted in the authentication configuration. UNAUTHENTICATED accepts all webhook trigger requests regardless of origin.
3099
+ * Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED. When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. If a secret token was provided, it will be redacted in the response. For information about the authentication scheme implemented by GITHUB_HMAC, see Securing your webhooks on the GitHub Developer website. IP rejects webhooks trigger requests unless they originate from an IP address in the IP range whitelisted in the authentication configuration. UNAUTHENTICATED accepts all webhook trigger requests regardless of origin.
3100
3100
  */
3101
3101
  authentication: WebhookAuthenticationType;
3102
3102
  /**
@@ -13624,7 +13624,7 @@ declare namespace Connect {
13624
13624
  export type VocabularyContent = string;
13625
13625
  export type VocabularyFailureReason = string;
13626
13626
  export type VocabularyId = string;
13627
- export type VocabularyLanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|"en-NZ"|"en-ZA"|string;
13627
+ export type VocabularyLanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|"en-NZ"|"en-ZA"|"ca-ES"|"da-DK"|"fi-FI"|"id-ID"|"ms-MY"|"nl-NL"|"no-NO"|"pl-PL"|"sv-SE"|"tl-PH"|string;
13628
13628
  export type VocabularyLastModifiedTime = Date;
13629
13629
  export type VocabularyName = string;
13630
13630
  export type VocabularyNextToken = string;
@@ -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
  /**
package/clients/fis.d.ts CHANGED
@@ -75,6 +75,14 @@ declare class Fis extends Service {
75
75
  * Gets information about the specified experiment template.
76
76
  */
77
77
  getExperimentTemplate(callback?: (err: AWSError, data: Fis.Types.GetExperimentTemplateResponse) => void): Request<Fis.Types.GetExperimentTemplateResponse, AWSError>;
78
+ /**
79
+ * Gets information about the specified safety lever.
80
+ */
81
+ getSafetyLever(params: Fis.Types.GetSafetyLeverRequest, callback?: (err: AWSError, data: Fis.Types.GetSafetyLeverResponse) => void): Request<Fis.Types.GetSafetyLeverResponse, AWSError>;
82
+ /**
83
+ * Gets information about the specified safety lever.
84
+ */
85
+ getSafetyLever(callback?: (err: AWSError, data: Fis.Types.GetSafetyLeverResponse) => void): Request<Fis.Types.GetSafetyLeverResponse, AWSError>;
78
86
  /**
79
87
  * Gets information about the specified target account configuration of the experiment template.
80
88
  */
@@ -195,6 +203,14 @@ declare class Fis extends Service {
195
203
  * Updates the specified experiment template.
196
204
  */
197
205
  updateExperimentTemplate(callback?: (err: AWSError, data: Fis.Types.UpdateExperimentTemplateResponse) => void): Request<Fis.Types.UpdateExperimentTemplateResponse, AWSError>;
206
+ /**
207
+ * Updates the specified safety lever state.
208
+ */
209
+ updateSafetyLeverState(params: Fis.Types.UpdateSafetyLeverStateRequest, callback?: (err: AWSError, data: Fis.Types.UpdateSafetyLeverStateResponse) => void): Request<Fis.Types.UpdateSafetyLeverStateResponse, AWSError>;
210
+ /**
211
+ * Updates the specified safety lever state.
212
+ */
213
+ updateSafetyLeverState(callback?: (err: AWSError, data: Fis.Types.UpdateSafetyLeverStateResponse) => void): Request<Fis.Types.UpdateSafetyLeverStateResponse, AWSError>;
198
214
  /**
199
215
  * Updates the target account configuration for the specified experiment template.
200
216
  */
@@ -667,7 +683,7 @@ declare namespace Fis {
667
683
  */
668
684
  error?: ExperimentError;
669
685
  }
670
- export type ExperimentStatus = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed"|string;
686
+ export type ExperimentStatus = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed"|"cancelled"|string;
671
687
  export type ExperimentStatusReason = string;
672
688
  export interface ExperimentStopCondition {
673
689
  /**
@@ -1077,6 +1093,18 @@ declare namespace Fis {
1077
1093
  */
1078
1094
  experimentTemplate?: ExperimentTemplate;
1079
1095
  }
1096
+ export interface GetSafetyLeverRequest {
1097
+ /**
1098
+ * The ID of the safety lever.
1099
+ */
1100
+ id: SafetyLeverId;
1101
+ }
1102
+ export interface GetSafetyLeverResponse {
1103
+ /**
1104
+ * Information about the safety lever.
1105
+ */
1106
+ safetyLever?: SafetyLever;
1107
+ }
1080
1108
  export interface GetTargetAccountConfigurationRequest {
1081
1109
  /**
1082
1110
  * The ID of the experiment template.
@@ -1302,6 +1330,34 @@ declare namespace Fis {
1302
1330
  export type RoleArn = string;
1303
1331
  export type S3BucketName = string;
1304
1332
  export type S3ObjectKey = string;
1333
+ export interface SafetyLever {
1334
+ /**
1335
+ * The ID of the safety lever.
1336
+ */
1337
+ id?: SafetyLeverId;
1338
+ /**
1339
+ * The Amazon Resource Name (ARN) of the safety lever.
1340
+ */
1341
+ arn?: ResourceArn;
1342
+ /**
1343
+ * The state of the safety lever.
1344
+ */
1345
+ state?: SafetyLeverState;
1346
+ }
1347
+ export type SafetyLeverId = string;
1348
+ export interface SafetyLeverState {
1349
+ /**
1350
+ * The state of the safety lever.
1351
+ */
1352
+ status?: SafetyLeverStatus;
1353
+ /**
1354
+ * The reason for the state of the safety lever.
1355
+ */
1356
+ reason?: SafetyLeverStatusReason;
1357
+ }
1358
+ export type SafetyLeverStatus = "disengaged"|"engaged"|"engaging"|string;
1359
+ export type SafetyLeverStatusInput = "disengaged"|"engaged"|string;
1360
+ export type SafetyLeverStatusReason = string;
1305
1361
  export interface StartExperimentExperimentOptionsInput {
1306
1362
  /**
1307
1363
  * Specifies the actions mode for experiment options.
@@ -1572,6 +1628,32 @@ declare namespace Fis {
1572
1628
  parameters?: ExperimentTemplateTargetParameterMap;
1573
1629
  }
1574
1630
  export type UpdateExperimentTemplateTargetInputMap = {[key: string]: UpdateExperimentTemplateTargetInput};
1631
+ export interface UpdateSafetyLeverStateInput {
1632
+ /**
1633
+ * The updated state of the safety lever.
1634
+ */
1635
+ status: SafetyLeverStatusInput;
1636
+ /**
1637
+ * The reason for updating the state of the safety lever.
1638
+ */
1639
+ reason: SafetyLeverStatusReason;
1640
+ }
1641
+ export interface UpdateSafetyLeverStateRequest {
1642
+ /**
1643
+ * The ID of the safety lever.
1644
+ */
1645
+ id: SafetyLeverId;
1646
+ /**
1647
+ * The state of the safety lever.
1648
+ */
1649
+ state: UpdateSafetyLeverStateInput;
1650
+ }
1651
+ export interface UpdateSafetyLeverStateResponse {
1652
+ /**
1653
+ * Information about the safety lever.
1654
+ */
1655
+ safetyLever?: SafetyLever;
1656
+ }
1575
1657
  export interface UpdateTargetAccountConfigurationRequest {
1576
1658
  /**
1577
1659
  * The ID of the experiment template.