aws-sdk-firehose 1.69.0 → 1.70.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 447f29207b052943bb26d657b0dddeaca7fda96adf39d4e8c5b142af987f7208
4
- data.tar.gz: c27a50ea88c138e4748cb344d72d150fe59cdb0d0a2dd4ac729f20475fc75370
3
+ metadata.gz: 54579666443c7fc37f69f3e15d59862bbdefea4eb9f275410d78e826e4a923ea
4
+ data.tar.gz: e69167f3807023f1b653f1e680c66cf4bc457359012ee39e3c577b284c93b0f8
5
5
  SHA512:
6
- metadata.gz: a893e7125ab8913ea9ea7efb5fc4acf9e90bba9bea7e0b1f3e684efc5e197a25f1b208c3262991376362f835292ad544d261d5df67291a8ae7341493d37864c6
7
- data.tar.gz: addb0fc2519c808b324fc6f7c5bb3e17f804ce216100c8f4ead2c737fc4fb6a9d480d0383e1411a0aeadadad38bd6b46ebdd030fc1bfc14730d0f2780a6b13cc
6
+ metadata.gz: aca0991ccaee3aac1da8825f489cac93c2c020fc65a1dd448bd0d4927424928b4c10ed3e663ff1dc539e447c0433356997d7369a90201ec9380522cbab1d7d44
7
+ data.tar.gz: 5db2dc63b1966a27a0cab06549040889b15470a1a8eef80bd747d5daad6431872ea4c5c57fd29b3797a635432a8a03e10e217e8efa4d5199cae5374ecba3f7de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-06-06)
5
+ ------------------
6
+
7
+ * Feature - Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations
8
+
4
9
  1.69.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -764,8 +764,8 @@ module Aws::Firehose
764
764
  # data_table_columns: "DataTableColumns",
765
765
  # copy_options: "CopyOptions",
766
766
  # },
767
- # username: "Username", # required
768
- # password: "Password", # required
767
+ # username: "Username",
768
+ # password: "Password",
769
769
  # retry_options: {
770
770
  # duration_in_seconds: 1,
771
771
  # },
@@ -833,6 +833,11 @@ module Aws::Firehose
833
833
  # log_group_name: "LogGroupName",
834
834
  # log_stream_name: "LogStreamName",
835
835
  # },
836
+ # secrets_manager_configuration: {
837
+ # secret_arn: "SecretARN",
838
+ # role_arn: "RoleARN",
839
+ # enabled: false, # required
840
+ # },
836
841
  # },
837
842
  # elasticsearch_destination_configuration: {
838
843
  # role_arn: "RoleARN", # required
@@ -967,7 +972,7 @@ module Aws::Firehose
967
972
  # splunk_destination_configuration: {
968
973
  # hec_endpoint: "HECEndpoint", # required
969
974
  # hec_endpoint_type: "Raw", # required, accepts Raw, Event
970
- # hec_token: "HECToken", # required
975
+ # hec_token: "HECToken",
971
976
  # hec_acknowledgment_timeout_in_seconds: 1,
972
977
  # retry_options: {
973
978
  # duration_in_seconds: 1,
@@ -1018,6 +1023,11 @@ module Aws::Firehose
1018
1023
  # interval_in_seconds: 1,
1019
1024
  # size_in_m_bs: 1,
1020
1025
  # },
1026
+ # secrets_manager_configuration: {
1027
+ # secret_arn: "SecretARN",
1028
+ # role_arn: "RoleARN",
1029
+ # enabled: false, # required
1030
+ # },
1021
1031
  # },
1022
1032
  # http_endpoint_destination_configuration: {
1023
1033
  # endpoint_configuration: { # required
@@ -1084,6 +1094,11 @@ module Aws::Firehose
1084
1094
  # log_stream_name: "LogStreamName",
1085
1095
  # },
1086
1096
  # },
1097
+ # secrets_manager_configuration: {
1098
+ # secret_arn: "SecretARN",
1099
+ # role_arn: "RoleARN",
1100
+ # enabled: false, # required
1101
+ # },
1087
1102
  # },
1088
1103
  # tags: [
1089
1104
  # {
@@ -1160,9 +1175,9 @@ module Aws::Firehose
1160
1175
  # },
1161
1176
  # snowflake_destination_configuration: {
1162
1177
  # account_url: "SnowflakeAccountUrl", # required
1163
- # private_key: "SnowflakePrivateKey", # required
1178
+ # private_key: "SnowflakePrivateKey",
1164
1179
  # key_passphrase: "SnowflakeKeyPassphrase",
1165
- # user: "SnowflakeUser", # required
1180
+ # user: "SnowflakeUser",
1166
1181
  # database: "SnowflakeDatabase", # required
1167
1182
  # schema: "SnowflakeSchema", # required
1168
1183
  # table: "SnowflakeTable", # required
@@ -1222,6 +1237,11 @@ module Aws::Firehose
1222
1237
  # log_stream_name: "LogStreamName",
1223
1238
  # },
1224
1239
  # },
1240
+ # secrets_manager_configuration: {
1241
+ # secret_arn: "SecretARN",
1242
+ # role_arn: "RoleARN",
1243
+ # enabled: false, # required
1244
+ # },
1225
1245
  # },
1226
1246
  # })
1227
1247
  #
@@ -1476,6 +1496,9 @@ module Aws::Firehose
1476
1496
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1477
1497
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.cloud_watch_logging_options.log_group_name #=> String
1478
1498
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1499
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.secrets_manager_configuration.secret_arn #=> String
1500
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.secrets_manager_configuration.role_arn #=> String
1501
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.secrets_manager_configuration.enabled #=> Boolean
1479
1502
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.role_arn #=> String
1480
1503
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.domain_arn #=> String
1481
1504
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cluster_endpoint #=> String
@@ -1581,6 +1604,9 @@ module Aws::Firehose
1581
1604
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1582
1605
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.buffering_hints.interval_in_seconds #=> Integer
1583
1606
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.buffering_hints.size_in_m_bs #=> Integer
1607
+ # resp.delivery_stream_description.destinations[0].splunk_destination_description.secrets_manager_configuration.secret_arn #=> String
1608
+ # resp.delivery_stream_description.destinations[0].splunk_destination_description.secrets_manager_configuration.role_arn #=> String
1609
+ # resp.delivery_stream_description.destinations[0].splunk_destination_description.secrets_manager_configuration.enabled #=> Boolean
1584
1610
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.endpoint_configuration.url #=> String
1585
1611
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.endpoint_configuration.name #=> String
1586
1612
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.buffering_hints.size_in_m_bs #=> Integer
@@ -1613,6 +1639,9 @@ module Aws::Firehose
1613
1639
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1614
1640
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.log_group_name #=> String
1615
1641
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1642
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.secrets_manager_configuration.secret_arn #=> String
1643
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.secrets_manager_configuration.role_arn #=> String
1644
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.secrets_manager_configuration.enabled #=> Boolean
1616
1645
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.account_url #=> String
1617
1646
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.user #=> String
1618
1647
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.database #=> String
@@ -1648,6 +1677,9 @@ module Aws::Firehose
1648
1677
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.s3_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1649
1678
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.s3_destination_description.cloud_watch_logging_options.log_group_name #=> String
1650
1679
  # resp.delivery_stream_description.destinations[0].snowflake_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1680
+ # resp.delivery_stream_description.destinations[0].snowflake_destination_description.secrets_manager_configuration.secret_arn #=> String
1681
+ # resp.delivery_stream_description.destinations[0].snowflake_destination_description.secrets_manager_configuration.role_arn #=> String
1682
+ # resp.delivery_stream_description.destinations[0].snowflake_destination_description.secrets_manager_configuration.enabled #=> Boolean
1651
1683
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.role_arn #=> String
1652
1684
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.collection_endpoint #=> String
1653
1685
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.index_name #=> String
@@ -2041,9 +2073,10 @@ module Aws::Firehose
2041
2073
  # `CUSTOMER_MANAGED_CMK`, Firehose creates a grant that enables it to
2042
2074
  # use the new CMK to encrypt and decrypt data and to manage the grant.
2043
2075
  #
2044
- # For the KMS grant creation to be successful, Firehose APIs
2045
- # `StartDeliveryStreamEncryption` and `CreateDeliveryStream` should not
2046
- # be called with session credentials that are more than 6 hours old.
2076
+ # For the KMS grant creation to be successful, the Firehose API
2077
+ # operations `StartDeliveryStreamEncryption` and `CreateDeliveryStream`
2078
+ # should not be called with session credentials that are more than 6
2079
+ # hours old.
2047
2080
  #
2048
2081
  # If a delivery stream already has encryption enabled and then you
2049
2082
  # invoke this operation to change the ARN of the CMK or both its type
@@ -2302,7 +2335,7 @@ module Aws::Firehose
2302
2335
  # Amazon OpenSearch Service.
2303
2336
  #
2304
2337
  # @option params [Types::SnowflakeDestinationUpdate] :snowflake_destination_update
2305
- # Update to the Snowflake destination condiguration settings
2338
+ # Update to the Snowflake destination configuration settings.
2306
2339
  #
2307
2340
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2308
2341
  #
@@ -2527,6 +2560,11 @@ module Aws::Firehose
2527
2560
  # log_group_name: "LogGroupName",
2528
2561
  # log_stream_name: "LogStreamName",
2529
2562
  # },
2563
+ # secrets_manager_configuration: {
2564
+ # secret_arn: "SecretARN",
2565
+ # role_arn: "RoleARN",
2566
+ # enabled: false, # required
2567
+ # },
2530
2568
  # },
2531
2569
  # elasticsearch_destination_update: {
2532
2570
  # role_arn: "RoleARN",
@@ -2700,6 +2738,11 @@ module Aws::Firehose
2700
2738
  # interval_in_seconds: 1,
2701
2739
  # size_in_m_bs: 1,
2702
2740
  # },
2741
+ # secrets_manager_configuration: {
2742
+ # secret_arn: "SecretARN",
2743
+ # role_arn: "RoleARN",
2744
+ # enabled: false, # required
2745
+ # },
2703
2746
  # },
2704
2747
  # http_endpoint_destination_update: {
2705
2748
  # endpoint_configuration: {
@@ -2766,6 +2809,11 @@ module Aws::Firehose
2766
2809
  # log_stream_name: "LogStreamName",
2767
2810
  # },
2768
2811
  # },
2812
+ # secrets_manager_configuration: {
2813
+ # secret_arn: "SecretARN",
2814
+ # role_arn: "RoleARN",
2815
+ # enabled: false, # required
2816
+ # },
2769
2817
  # },
2770
2818
  # amazon_open_search_serverless_destination_update: {
2771
2819
  # role_arn: "RoleARN",
@@ -2881,6 +2929,11 @@ module Aws::Firehose
2881
2929
  # log_stream_name: "LogStreamName",
2882
2930
  # },
2883
2931
  # },
2932
+ # secrets_manager_configuration: {
2933
+ # secret_arn: "SecretARN",
2934
+ # role_arn: "RoleARN",
2935
+ # enabled: false, # required
2936
+ # },
2884
2937
  # },
2885
2938
  # })
2886
2939
  #
@@ -2906,7 +2959,7 @@ module Aws::Firehose
2906
2959
  params: params,
2907
2960
  config: config)
2908
2961
  context[:gem_name] = 'aws-sdk-firehose'
2909
- context[:gem_version] = '1.69.0'
2962
+ context[:gem_version] = '1.70.0'
2910
2963
  Seahorse::Client::Request.new(handlers, context)
2911
2964
  end
2912
2965
 
@@ -207,6 +207,8 @@ module Aws::Firehose
207
207
  S3DestinationDescription = Shapes::StructureShape.new(name: 'S3DestinationDescription')
208
208
  S3DestinationUpdate = Shapes::StructureShape.new(name: 'S3DestinationUpdate')
209
209
  SchemaConfiguration = Shapes::StructureShape.new(name: 'SchemaConfiguration')
210
+ SecretARN = Shapes::StringShape.new(name: 'SecretARN')
211
+ SecretsManagerConfiguration = Shapes::StructureShape.new(name: 'SecretsManagerConfiguration')
210
212
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
211
213
  Serializer = Shapes::StructureShape.new(name: 'Serializer')
212
214
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
@@ -615,6 +617,7 @@ module Aws::Firehose
615
617
  HttpEndpointDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
616
618
  HttpEndpointDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
617
619
  HttpEndpointDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
620
+ HttpEndpointDestinationConfiguration.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
618
621
  HttpEndpointDestinationConfiguration.struct_class = Types::HttpEndpointDestinationConfiguration
619
622
 
620
623
  HttpEndpointDestinationDescription.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDescription, location_name: "EndpointConfiguration"))
@@ -626,6 +629,7 @@ module Aws::Firehose
626
629
  HttpEndpointDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
627
630
  HttpEndpointDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
628
631
  HttpEndpointDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
632
+ HttpEndpointDestinationDescription.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
629
633
  HttpEndpointDestinationDescription.struct_class = Types::HttpEndpointDestinationDescription
630
634
 
631
635
  HttpEndpointDestinationUpdate.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: HttpEndpointConfiguration, location_name: "EndpointConfiguration"))
@@ -637,6 +641,7 @@ module Aws::Firehose
637
641
  HttpEndpointDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
638
642
  HttpEndpointDestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
639
643
  HttpEndpointDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
644
+ HttpEndpointDestinationUpdate.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
640
645
  HttpEndpointDestinationUpdate.struct_class = Types::HttpEndpointDestinationUpdate
641
646
 
642
647
  HttpEndpointRequestConfiguration.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location_name: "ContentEncoding"))
@@ -786,26 +791,28 @@ module Aws::Firehose
786
791
  RedshiftDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
787
792
  RedshiftDestinationConfiguration.add_member(:cluster_jdbc_url, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
788
793
  RedshiftDestinationConfiguration.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
789
- RedshiftDestinationConfiguration.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
790
- RedshiftDestinationConfiguration.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "Password"))
794
+ RedshiftDestinationConfiguration.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
795
+ RedshiftDestinationConfiguration.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
791
796
  RedshiftDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
792
797
  RedshiftDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
793
798
  RedshiftDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
794
799
  RedshiftDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
795
800
  RedshiftDestinationConfiguration.add_member(:s3_backup_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "S3BackupConfiguration"))
796
801
  RedshiftDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
802
+ RedshiftDestinationConfiguration.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
797
803
  RedshiftDestinationConfiguration.struct_class = Types::RedshiftDestinationConfiguration
798
804
 
799
805
  RedshiftDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
800
806
  RedshiftDestinationDescription.add_member(:cluster_jdbc_url, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
801
807
  RedshiftDestinationDescription.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
802
- RedshiftDestinationDescription.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
808
+ RedshiftDestinationDescription.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
803
809
  RedshiftDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
804
810
  RedshiftDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, required: true, location_name: "S3DestinationDescription"))
805
811
  RedshiftDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
806
812
  RedshiftDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
807
813
  RedshiftDestinationDescription.add_member(:s3_backup_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3BackupDescription"))
808
814
  RedshiftDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
815
+ RedshiftDestinationDescription.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
809
816
  RedshiftDestinationDescription.struct_class = Types::RedshiftDestinationDescription
810
817
 
811
818
  RedshiftDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
@@ -819,6 +826,7 @@ module Aws::Firehose
819
826
  RedshiftDestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
820
827
  RedshiftDestinationUpdate.add_member(:s3_backup_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3BackupUpdate"))
821
828
  RedshiftDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
829
+ RedshiftDestinationUpdate.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
822
830
  RedshiftDestinationUpdate.struct_class = Types::RedshiftDestinationUpdate
823
831
 
824
832
  RedshiftRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: RedshiftRetryDurationInSeconds, location_name: "DurationInSeconds"))
@@ -871,6 +879,11 @@ module Aws::Firehose
871
879
  SchemaConfiguration.add_member(:version_id, Shapes::ShapeRef.new(shape: NonEmptyStringWithoutWhitespace, location_name: "VersionId"))
872
880
  SchemaConfiguration.struct_class = Types::SchemaConfiguration
873
881
 
882
+ SecretsManagerConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretARN, location_name: "SecretARN"))
883
+ SecretsManagerConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
884
+ SecretsManagerConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "Enabled"))
885
+ SecretsManagerConfiguration.struct_class = Types::SecretsManagerConfiguration
886
+
874
887
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: NonEmptyStringWithoutWhitespace)
875
888
 
876
889
  Serializer.add_member(:parquet_ser_de, Shapes::ShapeRef.new(shape: ParquetSerDe, location_name: "ParquetSerDe"))
@@ -881,9 +894,9 @@ module Aws::Firehose
881
894
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
882
895
 
883
896
  SnowflakeDestinationConfiguration.add_member(:account_url, Shapes::ShapeRef.new(shape: SnowflakeAccountUrl, required: true, location_name: "AccountUrl"))
884
- SnowflakeDestinationConfiguration.add_member(:private_key, Shapes::ShapeRef.new(shape: SnowflakePrivateKey, required: true, location_name: "PrivateKey"))
897
+ SnowflakeDestinationConfiguration.add_member(:private_key, Shapes::ShapeRef.new(shape: SnowflakePrivateKey, location_name: "PrivateKey"))
885
898
  SnowflakeDestinationConfiguration.add_member(:key_passphrase, Shapes::ShapeRef.new(shape: SnowflakeKeyPassphrase, location_name: "KeyPassphrase"))
886
- SnowflakeDestinationConfiguration.add_member(:user, Shapes::ShapeRef.new(shape: SnowflakeUser, required: true, location_name: "User"))
899
+ SnowflakeDestinationConfiguration.add_member(:user, Shapes::ShapeRef.new(shape: SnowflakeUser, location_name: "User"))
887
900
  SnowflakeDestinationConfiguration.add_member(:database, Shapes::ShapeRef.new(shape: SnowflakeDatabase, required: true, location_name: "Database"))
888
901
  SnowflakeDestinationConfiguration.add_member(:schema, Shapes::ShapeRef.new(shape: SnowflakeSchema, required: true, location_name: "Schema"))
889
902
  SnowflakeDestinationConfiguration.add_member(:table, Shapes::ShapeRef.new(shape: SnowflakeTable, required: true, location_name: "Table"))
@@ -898,6 +911,7 @@ module Aws::Firehose
898
911
  SnowflakeDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: SnowflakeRetryOptions, location_name: "RetryOptions"))
899
912
  SnowflakeDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: SnowflakeS3BackupMode, location_name: "S3BackupMode"))
900
913
  SnowflakeDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
914
+ SnowflakeDestinationConfiguration.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
901
915
  SnowflakeDestinationConfiguration.struct_class = Types::SnowflakeDestinationConfiguration
902
916
 
903
917
  SnowflakeDestinationDescription.add_member(:account_url, Shapes::ShapeRef.new(shape: SnowflakeAccountUrl, location_name: "AccountUrl"))
@@ -916,6 +930,7 @@ module Aws::Firehose
916
930
  SnowflakeDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: SnowflakeRetryOptions, location_name: "RetryOptions"))
917
931
  SnowflakeDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: SnowflakeS3BackupMode, location_name: "S3BackupMode"))
918
932
  SnowflakeDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
933
+ SnowflakeDestinationDescription.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
919
934
  SnowflakeDestinationDescription.struct_class = Types::SnowflakeDestinationDescription
920
935
 
921
936
  SnowflakeDestinationUpdate.add_member(:account_url, Shapes::ShapeRef.new(shape: SnowflakeAccountUrl, location_name: "AccountUrl"))
@@ -935,6 +950,7 @@ module Aws::Firehose
935
950
  SnowflakeDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: SnowflakeRetryOptions, location_name: "RetryOptions"))
936
951
  SnowflakeDestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: SnowflakeS3BackupMode, location_name: "S3BackupMode"))
937
952
  SnowflakeDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
953
+ SnowflakeDestinationUpdate.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
938
954
  SnowflakeDestinationUpdate.struct_class = Types::SnowflakeDestinationUpdate
939
955
 
940
956
  SnowflakeRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: SnowflakeRetryDurationInSeconds, location_name: "DurationInSeconds"))
@@ -957,7 +973,7 @@ module Aws::Firehose
957
973
 
958
974
  SplunkDestinationConfiguration.add_member(:hec_endpoint, Shapes::ShapeRef.new(shape: HECEndpoint, required: true, location_name: "HECEndpoint"))
959
975
  SplunkDestinationConfiguration.add_member(:hec_endpoint_type, Shapes::ShapeRef.new(shape: HECEndpointType, required: true, location_name: "HECEndpointType"))
960
- SplunkDestinationConfiguration.add_member(:hec_token, Shapes::ShapeRef.new(shape: HECToken, required: true, location_name: "HECToken"))
976
+ SplunkDestinationConfiguration.add_member(:hec_token, Shapes::ShapeRef.new(shape: HECToken, location_name: "HECToken"))
961
977
  SplunkDestinationConfiguration.add_member(:hec_acknowledgment_timeout_in_seconds, Shapes::ShapeRef.new(shape: HECAcknowledgmentTimeoutInSeconds, location_name: "HECAcknowledgmentTimeoutInSeconds"))
962
978
  SplunkDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: SplunkRetryOptions, location_name: "RetryOptions"))
963
979
  SplunkDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: SplunkS3BackupMode, location_name: "S3BackupMode"))
@@ -965,6 +981,7 @@ module Aws::Firehose
965
981
  SplunkDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
966
982
  SplunkDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
967
983
  SplunkDestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: SplunkBufferingHints, location_name: "BufferingHints"))
984
+ SplunkDestinationConfiguration.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
968
985
  SplunkDestinationConfiguration.struct_class = Types::SplunkDestinationConfiguration
969
986
 
970
987
  SplunkDestinationDescription.add_member(:hec_endpoint, Shapes::ShapeRef.new(shape: HECEndpoint, location_name: "HECEndpoint"))
@@ -977,6 +994,7 @@ module Aws::Firehose
977
994
  SplunkDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
978
995
  SplunkDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
979
996
  SplunkDestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: SplunkBufferingHints, location_name: "BufferingHints"))
997
+ SplunkDestinationDescription.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
980
998
  SplunkDestinationDescription.struct_class = Types::SplunkDestinationDescription
981
999
 
982
1000
  SplunkDestinationUpdate.add_member(:hec_endpoint, Shapes::ShapeRef.new(shape: HECEndpoint, location_name: "HECEndpoint"))
@@ -989,6 +1007,7 @@ module Aws::Firehose
989
1007
  SplunkDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
990
1008
  SplunkDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
991
1009
  SplunkDestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: SplunkBufferingHints, location_name: "BufferingHints"))
1010
+ SplunkDestinationUpdate.add_member(:secrets_manager_configuration, Shapes::ShapeRef.new(shape: SecretsManagerConfiguration, location_name: "SecretsManagerConfiguration"))
992
1011
  SplunkDestinationUpdate.struct_class = Types::SplunkDestinationUpdate
993
1012
 
994
1013
  SplunkRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: SplunkRetryDurationInSeconds, location_name: "DurationInSeconds"))
@@ -1065,6 +1084,7 @@ module Aws::Firehose
1065
1084
  "endpointPrefix" => "firehose",
1066
1085
  "jsonVersion" => "1.1",
1067
1086
  "protocol" => "json",
1087
+ "protocols" => ["json"],
1068
1088
  "serviceAbbreviation" => "Firehose",
1069
1089
  "serviceFullName" => "Amazon Kinesis Firehose",
1070
1090
  "serviceId" => "Firehose",
@@ -2266,7 +2266,7 @@ module Aws::Firehose
2266
2266
  # @return [Types::CloudWatchLoggingOptions]
2267
2267
  #
2268
2268
  # @!attribute [rw] request_configuration
2269
- # The configuration of the requeste sent to the HTTP endpoint
2269
+ # The configuration of the request sent to the HTTP endpoint that is
2270
2270
  # specified as the destination.
2271
2271
  # @return [Types::HttpEndpointRequestConfiguration]
2272
2272
  #
@@ -2298,6 +2298,11 @@ module Aws::Firehose
2298
2298
  # Describes the configuration of a destination in Amazon S3.
2299
2299
  # @return [Types::S3DestinationConfiguration]
2300
2300
  #
2301
+ # @!attribute [rw] secrets_manager_configuration
2302
+ # The configuration that defines how you access secrets for HTTP
2303
+ # Endpoint destination.
2304
+ # @return [Types::SecretsManagerConfiguration]
2305
+ #
2301
2306
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationConfiguration AWS API Documentation
2302
2307
  #
2303
2308
  class HttpEndpointDestinationConfiguration < Struct.new(
@@ -2309,7 +2314,8 @@ module Aws::Firehose
2309
2314
  :role_arn,
2310
2315
  :retry_options,
2311
2316
  :s3_backup_mode,
2312
- :s3_configuration)
2317
+ :s3_configuration,
2318
+ :secrets_manager_configuration)
2313
2319
  SENSITIVE = []
2314
2320
  include Aws::Structure
2315
2321
  end
@@ -2367,6 +2373,11 @@ module Aws::Firehose
2367
2373
  # Describes a destination in Amazon S3.
2368
2374
  # @return [Types::S3DestinationDescription]
2369
2375
  #
2376
+ # @!attribute [rw] secrets_manager_configuration
2377
+ # The configuration that defines how you access secrets for HTTP
2378
+ # Endpoint destination.
2379
+ # @return [Types::SecretsManagerConfiguration]
2380
+ #
2370
2381
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationDescription AWS API Documentation
2371
2382
  #
2372
2383
  class HttpEndpointDestinationDescription < Struct.new(
@@ -2378,7 +2389,8 @@ module Aws::Firehose
2378
2389
  :role_arn,
2379
2390
  :retry_options,
2380
2391
  :s3_backup_mode,
2381
- :s3_destination_description)
2392
+ :s3_destination_description,
2393
+ :secrets_manager_configuration)
2382
2394
  SENSITIVE = []
2383
2395
  include Aws::Structure
2384
2396
  end
@@ -2436,6 +2448,11 @@ module Aws::Firehose
2436
2448
  # Describes an update for a destination in Amazon S3.
2437
2449
  # @return [Types::S3DestinationUpdate]
2438
2450
  #
2451
+ # @!attribute [rw] secrets_manager_configuration
2452
+ # The configuration that defines how you access secrets for HTTP
2453
+ # Endpoint destination.
2454
+ # @return [Types::SecretsManagerConfiguration]
2455
+ #
2439
2456
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationUpdate AWS API Documentation
2440
2457
  #
2441
2458
  class HttpEndpointDestinationUpdate < Struct.new(
@@ -2447,7 +2464,8 @@ module Aws::Firehose
2447
2464
  :role_arn,
2448
2465
  :retry_options,
2449
2466
  :s3_backup_mode,
2450
- :s3_update)
2467
+ :s3_update,
2468
+ :secrets_manager_configuration)
2451
2469
  SENSITIVE = []
2452
2470
  include Aws::Structure
2453
2471
  end
@@ -2986,7 +3004,7 @@ module Aws::Firehose
2986
3004
  #
2987
3005
  #
2988
3006
  #
2989
- # [1]: https://parquet.apache.org/documentation/latest/
3007
+ # [1]: https://parquet.apache.org/docs/
2990
3008
  #
2991
3009
  # @!attribute [rw] block_size_bytes
2992
3010
  # The Hadoop Distributed File System (HDFS) block size. This is useful
@@ -3291,6 +3309,11 @@ module Aws::Firehose
3291
3309
  # The CloudWatch logging options for your delivery stream.
3292
3310
  # @return [Types::CloudWatchLoggingOptions]
3293
3311
  #
3312
+ # @!attribute [rw] secrets_manager_configuration
3313
+ # The configuration that defines how you access secrets for Amazon
3314
+ # Redshift.
3315
+ # @return [Types::SecretsManagerConfiguration]
3316
+ #
3294
3317
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationConfiguration AWS API Documentation
3295
3318
  #
3296
3319
  class RedshiftDestinationConfiguration < Struct.new(
@@ -3304,7 +3327,8 @@ module Aws::Firehose
3304
3327
  :processing_configuration,
3305
3328
  :s3_backup_mode,
3306
3329
  :s3_backup_configuration,
3307
- :cloud_watch_logging_options)
3330
+ :cloud_watch_logging_options,
3331
+ :secrets_manager_configuration)
3308
3332
  SENSITIVE = [:username, :password]
3309
3333
  include Aws::Structure
3310
3334
  end
@@ -3358,6 +3382,11 @@ module Aws::Firehose
3358
3382
  # The Amazon CloudWatch logging options for your delivery stream.
3359
3383
  # @return [Types::CloudWatchLoggingOptions]
3360
3384
  #
3385
+ # @!attribute [rw] secrets_manager_configuration
3386
+ # The configuration that defines how you access secrets for Amazon
3387
+ # Redshift.
3388
+ # @return [Types::SecretsManagerConfiguration]
3389
+ #
3361
3390
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationDescription AWS API Documentation
3362
3391
  #
3363
3392
  class RedshiftDestinationDescription < Struct.new(
@@ -3370,7 +3399,8 @@ module Aws::Firehose
3370
3399
  :processing_configuration,
3371
3400
  :s3_backup_mode,
3372
3401
  :s3_backup_description,
3373
- :cloud_watch_logging_options)
3402
+ :cloud_watch_logging_options,
3403
+ :secrets_manager_configuration)
3374
3404
  SENSITIVE = [:username]
3375
3405
  include Aws::Structure
3376
3406
  end
@@ -3435,6 +3465,11 @@ module Aws::Firehose
3435
3465
  # The Amazon CloudWatch logging options for your delivery stream.
3436
3466
  # @return [Types::CloudWatchLoggingOptions]
3437
3467
  #
3468
+ # @!attribute [rw] secrets_manager_configuration
3469
+ # The configuration that defines how you access secrets for Amazon
3470
+ # Redshift.
3471
+ # @return [Types::SecretsManagerConfiguration]
3472
+ #
3438
3473
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationUpdate AWS API Documentation
3439
3474
  #
3440
3475
  class RedshiftDestinationUpdate < Struct.new(
@@ -3448,7 +3483,8 @@ module Aws::Firehose
3448
3483
  :processing_configuration,
3449
3484
  :s3_backup_mode,
3450
3485
  :s3_backup_update,
3451
- :cloud_watch_logging_options)
3486
+ :cloud_watch_logging_options,
3487
+ :secrets_manager_configuration)
3452
3488
  SENSITIVE = [:username, :password]
3453
3489
  include Aws::Structure
3454
3490
  end
@@ -3814,6 +3850,42 @@ module Aws::Firehose
3814
3850
  include Aws::Structure
3815
3851
  end
3816
3852
 
3853
+ # The structure that defines how Firehose accesses the secret.
3854
+ #
3855
+ # @!attribute [rw] secret_arn
3856
+ # The ARN of the secret that stores your credentials. It must be in
3857
+ # the same region as the Firehose stream and the role. The secret ARN
3858
+ # can reside in a different account than the delivery stream and role
3859
+ # as Firehose supports cross-account secret access. This parameter is
3860
+ # required when **Enabled** is set to `True`.
3861
+ # @return [String]
3862
+ #
3863
+ # @!attribute [rw] role_arn
3864
+ # Specifies the role that Firehose assumes when calling the Secrets
3865
+ # Manager API operation. When you provide the role, it overrides any
3866
+ # destination specific role defined in the destination configuration.
3867
+ # If you do not provide the then we use the destination specific role.
3868
+ # This parameter is required for Splunk.
3869
+ # @return [String]
3870
+ #
3871
+ # @!attribute [rw] enabled
3872
+ # Specifies whether you want to use the the secrets manager feature.
3873
+ # When set as `True` the secrets manager configuration overwrites the
3874
+ # existing secrets in the destination configuration. When it's set to
3875
+ # `False` Firehose falls back to the credentials in the destination
3876
+ # configuration.
3877
+ # @return [Boolean]
3878
+ #
3879
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SecretsManagerConfiguration AWS API Documentation
3880
+ #
3881
+ class SecretsManagerConfiguration < Struct.new(
3882
+ :secret_arn,
3883
+ :role_arn,
3884
+ :enabled)
3885
+ SENSITIVE = []
3886
+ include Aws::Structure
3887
+ end
3888
+
3817
3889
  # The serializer that you want Firehose to use to convert data to the
3818
3890
  # target format before writing it to Amazon S3. Firehose supports two
3819
3891
  # types of serializers: the [ORC SerDe][1] and the [Parquet SerDe][2].
@@ -3977,6 +4049,10 @@ module Aws::Firehose
3977
4049
  # Describes the configuration of a destination in Amazon S3.
3978
4050
  # @return [Types::S3DestinationConfiguration]
3979
4051
  #
4052
+ # @!attribute [rw] secrets_manager_configuration
4053
+ # The configuration that defines how you access secrets for Snowflake.
4054
+ # @return [Types::SecretsManagerConfiguration]
4055
+ #
3980
4056
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SnowflakeDestinationConfiguration AWS API Documentation
3981
4057
  #
3982
4058
  class SnowflakeDestinationConfiguration < Struct.new(
@@ -3997,7 +4073,8 @@ module Aws::Firehose
3997
4073
  :role_arn,
3998
4074
  :retry_options,
3999
4075
  :s3_backup_mode,
4000
- :s3_configuration)
4076
+ :s3_configuration,
4077
+ :secrets_manager_configuration)
4001
4078
  SENSITIVE = [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
4002
4079
  include Aws::Structure
4003
4080
  end
@@ -4087,6 +4164,10 @@ module Aws::Firehose
4087
4164
  # Describes a destination in Amazon S3.
4088
4165
  # @return [Types::S3DestinationDescription]
4089
4166
  #
4167
+ # @!attribute [rw] secrets_manager_configuration
4168
+ # The configuration that defines how you access secrets for Snowflake.
4169
+ # @return [Types::SecretsManagerConfiguration]
4170
+ #
4090
4171
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SnowflakeDestinationDescription AWS API Documentation
4091
4172
  #
4092
4173
  class SnowflakeDestinationDescription < Struct.new(
@@ -4105,7 +4186,8 @@ module Aws::Firehose
4105
4186
  :role_arn,
4106
4187
  :retry_options,
4107
4188
  :s3_backup_mode,
4108
- :s3_destination_description)
4189
+ :s3_destination_description,
4190
+ :secrets_manager_configuration)
4109
4191
  SENSITIVE = [:account_url, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
4110
4192
  include Aws::Structure
4111
4193
  end
@@ -4221,6 +4303,10 @@ module Aws::Firehose
4221
4303
  # Describes an update for a destination in Amazon S3.
4222
4304
  # @return [Types::S3DestinationUpdate]
4223
4305
  #
4306
+ # @!attribute [rw] secrets_manager_configuration
4307
+ # Describes the Secrets Manager configuration in Snowflake.
4308
+ # @return [Types::SecretsManagerConfiguration]
4309
+ #
4224
4310
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SnowflakeDestinationUpdate AWS API Documentation
4225
4311
  #
4226
4312
  class SnowflakeDestinationUpdate < Struct.new(
@@ -4240,7 +4326,8 @@ module Aws::Firehose
4240
4326
  :role_arn,
4241
4327
  :retry_options,
4242
4328
  :s3_backup_mode,
4243
- :s3_update)
4329
+ :s3_update,
4330
+ :secrets_manager_configuration)
4244
4331
  SENSITIVE = [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
4245
4332
  include Aws::Structure
4246
4333
  end
@@ -4420,6 +4507,10 @@ module Aws::Firehose
4420
4507
  # for Splunk are used.
4421
4508
  # @return [Types::SplunkBufferingHints]
4422
4509
  #
4510
+ # @!attribute [rw] secrets_manager_configuration
4511
+ # The configuration that defines how you access secrets for Splunk.
4512
+ # @return [Types::SecretsManagerConfiguration]
4513
+ #
4423
4514
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SplunkDestinationConfiguration AWS API Documentation
4424
4515
  #
4425
4516
  class SplunkDestinationConfiguration < Struct.new(
@@ -4432,7 +4523,8 @@ module Aws::Firehose
4432
4523
  :s3_configuration,
4433
4524
  :processing_configuration,
4434
4525
  :cloud_watch_logging_options,
4435
- :buffering_hints)
4526
+ :buffering_hints,
4527
+ :secrets_manager_configuration)
4436
4528
  SENSITIVE = []
4437
4529
  include Aws::Structure
4438
4530
  end
@@ -4492,6 +4584,10 @@ module Aws::Firehose
4492
4584
  # for Splunk are used.
4493
4585
  # @return [Types::SplunkBufferingHints]
4494
4586
  #
4587
+ # @!attribute [rw] secrets_manager_configuration
4588
+ # The configuration that defines how you access secrets for Splunk.
4589
+ # @return [Types::SecretsManagerConfiguration]
4590
+ #
4495
4591
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SplunkDestinationDescription AWS API Documentation
4496
4592
  #
4497
4593
  class SplunkDestinationDescription < Struct.new(
@@ -4504,7 +4600,8 @@ module Aws::Firehose
4504
4600
  :s3_destination_description,
4505
4601
  :processing_configuration,
4506
4602
  :cloud_watch_logging_options,
4507
- :buffering_hints)
4603
+ :buffering_hints,
4604
+ :secrets_manager_configuration)
4508
4605
  SENSITIVE = []
4509
4606
  include Aws::Structure
4510
4607
  end
@@ -4568,6 +4665,10 @@ module Aws::Firehose
4568
4665
  # for Splunk are used.
4569
4666
  # @return [Types::SplunkBufferingHints]
4570
4667
  #
4668
+ # @!attribute [rw] secrets_manager_configuration
4669
+ # The configuration that defines how you access secrets for Splunk.
4670
+ # @return [Types::SecretsManagerConfiguration]
4671
+ #
4571
4672
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SplunkDestinationUpdate AWS API Documentation
4572
4673
  #
4573
4674
  class SplunkDestinationUpdate < Struct.new(
@@ -4580,7 +4681,8 @@ module Aws::Firehose
4580
4681
  :s3_update,
4581
4682
  :processing_configuration,
4582
4683
  :cloud_watch_logging_options,
4583
- :buffering_hints)
4684
+ :buffering_hints,
4685
+ :secrets_manager_configuration)
4584
4686
  SENSITIVE = []
4585
4687
  include Aws::Structure
4586
4688
  end
@@ -4763,7 +4865,7 @@ module Aws::Firehose
4763
4865
  # @return [Types::AmazonOpenSearchServerlessDestinationUpdate]
4764
4866
  #
4765
4867
  # @!attribute [rw] snowflake_destination_update
4766
- # Update to the Snowflake destination condiguration settings
4868
+ # Update to the Snowflake destination configuration settings.
4767
4869
  # @return [Types::SnowflakeDestinationUpdate]
4768
4870
  #
4769
4871
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestinationInput AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-firehose/customizations'
52
52
  # @!group service
53
53
  module Aws::Firehose
54
54
 
55
- GEM_VERSION = '1.69.0'
55
+ GEM_VERSION = '1.70.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -233,8 +233,8 @@ module Aws
233
233
  data_table_columns: ::String?,
234
234
  copy_options: ::String?
235
235
  },
236
- username: ::String,
237
- password: ::String,
236
+ username: ::String?,
237
+ password: ::String?,
238
238
  retry_options: {
239
239
  duration_in_seconds: ::Integer?
240
240
  }?,
@@ -301,6 +301,11 @@ module Aws
301
301
  enabled: bool?,
302
302
  log_group_name: ::String?,
303
303
  log_stream_name: ::String?
304
+ }?,
305
+ secrets_manager_configuration: {
306
+ secret_arn: ::String?,
307
+ role_arn: ::String?,
308
+ enabled: bool
304
309
  }?
305
310
  },
306
311
  ?elasticsearch_destination_configuration: {
@@ -436,7 +441,7 @@ module Aws
436
441
  ?splunk_destination_configuration: {
437
442
  hec_endpoint: ::String,
438
443
  hec_endpoint_type: ("Raw" | "Event"),
439
- hec_token: ::String,
444
+ hec_token: ::String?,
440
445
  hec_acknowledgment_timeout_in_seconds: ::Integer?,
441
446
  retry_options: {
442
447
  duration_in_seconds: ::Integer?
@@ -486,6 +491,11 @@ module Aws
486
491
  buffering_hints: {
487
492
  interval_in_seconds: ::Integer?,
488
493
  size_in_m_bs: ::Integer?
494
+ }?,
495
+ secrets_manager_configuration: {
496
+ secret_arn: ::String?,
497
+ role_arn: ::String?,
498
+ enabled: bool
489
499
  }?
490
500
  },
491
501
  ?http_endpoint_destination_configuration: {
@@ -552,7 +562,12 @@ module Aws
552
562
  log_group_name: ::String?,
553
563
  log_stream_name: ::String?
554
564
  }?
555
- }
565
+ },
566
+ secrets_manager_configuration: {
567
+ secret_arn: ::String?,
568
+ role_arn: ::String?,
569
+ enabled: bool
570
+ }?
556
571
  },
557
572
  ?tags: Array[
558
573
  {
@@ -629,9 +644,9 @@ module Aws
629
644
  },
630
645
  ?snowflake_destination_configuration: {
631
646
  account_url: ::String,
632
- private_key: ::String,
647
+ private_key: ::String?,
633
648
  key_passphrase: ::String?,
634
- user: ::String,
649
+ user: ::String?,
635
650
  database: ::String,
636
651
  schema: ::String,
637
652
  table: ::String,
@@ -690,7 +705,12 @@ module Aws
690
705
  log_group_name: ::String?,
691
706
  log_stream_name: ::String?
692
707
  }?
693
- }
708
+ },
709
+ secrets_manager_configuration: {
710
+ secret_arn: ::String?,
711
+ role_arn: ::String?,
712
+ enabled: bool
713
+ }?
694
714
  }
695
715
  ) -> _CreateDeliveryStreamResponseSuccess
696
716
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeliveryStreamResponseSuccess
@@ -1041,6 +1061,11 @@ module Aws
1041
1061
  enabled: bool?,
1042
1062
  log_group_name: ::String?,
1043
1063
  log_stream_name: ::String?
1064
+ }?,
1065
+ secrets_manager_configuration: {
1066
+ secret_arn: ::String?,
1067
+ role_arn: ::String?,
1068
+ enabled: bool
1044
1069
  }?
1045
1070
  },
1046
1071
  ?elasticsearch_destination_update: {
@@ -1214,6 +1239,11 @@ module Aws
1214
1239
  buffering_hints: {
1215
1240
  interval_in_seconds: ::Integer?,
1216
1241
  size_in_m_bs: ::Integer?
1242
+ }?,
1243
+ secrets_manager_configuration: {
1244
+ secret_arn: ::String?,
1245
+ role_arn: ::String?,
1246
+ enabled: bool
1217
1247
  }?
1218
1248
  },
1219
1249
  ?http_endpoint_destination_update: {
@@ -1280,6 +1310,11 @@ module Aws
1280
1310
  log_group_name: ::String?,
1281
1311
  log_stream_name: ::String?
1282
1312
  }?
1313
+ }?,
1314
+ secrets_manager_configuration: {
1315
+ secret_arn: ::String?,
1316
+ role_arn: ::String?,
1317
+ enabled: bool
1283
1318
  }?
1284
1319
  },
1285
1320
  ?amazon_open_search_serverless_destination_update: {
@@ -1395,6 +1430,11 @@ module Aws
1395
1430
  log_group_name: ::String?,
1396
1431
  log_stream_name: ::String?
1397
1432
  }?
1433
+ }?,
1434
+ secrets_manager_configuration: {
1435
+ secret_arn: ::String?,
1436
+ role_arn: ::String?,
1437
+ enabled: bool
1398
1438
  }?
1399
1439
  }
1400
1440
  ) -> _UpdateDestinationResponseSuccess
data/sig/types.rbs CHANGED
@@ -439,6 +439,7 @@ module Aws::Firehose
439
439
  attr_accessor retry_options: Types::HttpEndpointRetryOptions
440
440
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
441
441
  attr_accessor s3_configuration: Types::S3DestinationConfiguration
442
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
442
443
  SENSITIVE: []
443
444
  end
444
445
 
@@ -452,6 +453,7 @@ module Aws::Firehose
452
453
  attr_accessor retry_options: Types::HttpEndpointRetryOptions
453
454
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
454
455
  attr_accessor s3_destination_description: Types::S3DestinationDescription
456
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
455
457
  SENSITIVE: []
456
458
  end
457
459
 
@@ -465,6 +467,7 @@ module Aws::Firehose
465
467
  attr_accessor retry_options: Types::HttpEndpointRetryOptions
466
468
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
467
469
  attr_accessor s3_update: Types::S3DestinationUpdate
470
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
468
471
  SENSITIVE: []
469
472
  end
470
473
 
@@ -668,6 +671,7 @@ module Aws::Firehose
668
671
  attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
669
672
  attr_accessor s3_backup_configuration: Types::S3DestinationConfiguration
670
673
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
674
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
671
675
  SENSITIVE: [:username, :password]
672
676
  end
673
677
 
@@ -682,6 +686,7 @@ module Aws::Firehose
682
686
  attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
683
687
  attr_accessor s3_backup_description: Types::S3DestinationDescription
684
688
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
689
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
685
690
  SENSITIVE: [:username]
686
691
  end
687
692
 
@@ -697,6 +702,7 @@ module Aws::Firehose
697
702
  attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
698
703
  attr_accessor s3_backup_update: Types::S3DestinationUpdate
699
704
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
705
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
700
706
  SENSITIVE: [:username, :password]
701
707
  end
702
708
 
@@ -766,6 +772,13 @@ module Aws::Firehose
766
772
  SENSITIVE: []
767
773
  end
768
774
 
775
+ class SecretsManagerConfiguration
776
+ attr_accessor secret_arn: ::String
777
+ attr_accessor role_arn: ::String
778
+ attr_accessor enabled: bool
779
+ SENSITIVE: []
780
+ end
781
+
769
782
  class Serializer
770
783
  attr_accessor parquet_ser_de: Types::ParquetSerDe
771
784
  attr_accessor orc_ser_de: Types::OrcSerDe
@@ -796,6 +809,7 @@ module Aws::Firehose
796
809
  attr_accessor retry_options: Types::SnowflakeRetryOptions
797
810
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
798
811
  attr_accessor s3_configuration: Types::S3DestinationConfiguration
812
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
799
813
  SENSITIVE: [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
800
814
  end
801
815
 
@@ -816,6 +830,7 @@ module Aws::Firehose
816
830
  attr_accessor retry_options: Types::SnowflakeRetryOptions
817
831
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
818
832
  attr_accessor s3_destination_description: Types::S3DestinationDescription
833
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
819
834
  SENSITIVE: [:account_url, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
820
835
  end
821
836
 
@@ -837,6 +852,7 @@ module Aws::Firehose
837
852
  attr_accessor retry_options: Types::SnowflakeRetryOptions
838
853
  attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
839
854
  attr_accessor s3_update: Types::S3DestinationUpdate
855
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
840
856
  SENSITIVE: [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
841
857
  end
842
858
 
@@ -879,6 +895,7 @@ module Aws::Firehose
879
895
  attr_accessor processing_configuration: Types::ProcessingConfiguration
880
896
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
881
897
  attr_accessor buffering_hints: Types::SplunkBufferingHints
898
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
882
899
  SENSITIVE: []
883
900
  end
884
901
 
@@ -893,6 +910,7 @@ module Aws::Firehose
893
910
  attr_accessor processing_configuration: Types::ProcessingConfiguration
894
911
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
895
912
  attr_accessor buffering_hints: Types::SplunkBufferingHints
913
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
896
914
  SENSITIVE: []
897
915
  end
898
916
 
@@ -907,6 +925,7 @@ module Aws::Firehose
907
925
  attr_accessor processing_configuration: Types::ProcessingConfiguration
908
926
  attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
909
927
  attr_accessor buffering_hints: Types::SplunkBufferingHints
928
+ attr_accessor secrets_manager_configuration: Types::SecretsManagerConfiguration
910
929
  SENSITIVE: []
911
930
  end
912
931
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core