aws-sdk-firehose 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91bebaf0ce2a6190efc9c4f851139ee07ac21806
4
- data.tar.gz: 4bce1c6d51dbca2a525a88e796ef28d851ffabba
3
+ metadata.gz: 4ba22d8807754da47f660f08a1b62126aac8a6d7
4
+ data.tar.gz: 356fe7e3123a18b29e481d3018c316574223cecd
5
5
  SHA512:
6
- metadata.gz: e311433ad3ac3f597cacc3688685579e30e7f00f6677ea87bf42aa83c45bb722ac69e9ef197708e26d30aeae44cb4e8187fd32c03a753f0b29a34ff2a0567af6
7
- data.tar.gz: 418e618d5aa99b15159c774c9f712143181112fb6c22810dd05253f3393fd4465211670102eb39834835fcf6f499611af34e37919ba7a0e7c3035847ee2a18e8
6
+ metadata.gz: 67959ddc9ae43b03a93d603afcb16462cb3ee17eb8ba3a9c74dde5db3cb638e68ca7087ccee41c51222e98b14065cb8649558b4a97cf32444a71f8c90fb6e6cc
7
+ data.tar.gz: 0f9c6070fb3f2c67e9f90e027ea143eddcc0985cd4e89dae082ec44e6ce3f17764402c470f11bbe0e0c2fded322a5e63bf4054027760a37eb32a70d7a3d930ea
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-firehose/customizations'
42
42
  # @service
43
43
  module Aws::Firehose
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -319,7 +319,7 @@ module Aws::Firehose
319
319
  # },
320
320
  # redshift_destination_configuration: {
321
321
  # role_arn: "RoleARN", # required
322
- # cluster_jdbcurl: "ClusterJDBCURL", # required
322
+ # cluster_jdbc_url: "ClusterJDBCURL", # required
323
323
  # copy_command: { # required
324
324
  # data_table_name: "DataTableName", # required
325
325
  # data_table_columns: "DataTableColumns",
@@ -454,6 +454,8 @@ module Aws::Firehose
454
454
  #
455
455
  # resp.delivery_stream_arn #=> String
456
456
  #
457
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CreateDeliveryStream AWS API Documentation
458
+ #
457
459
  # @overload create_delivery_stream(params = {})
458
460
  # @param [Hash] params ({})
459
461
  def create_delivery_stream(params = {}, options = {})
@@ -486,6 +488,8 @@ module Aws::Firehose
486
488
  # delivery_stream_name: "DeliveryStreamName", # required
487
489
  # })
488
490
  #
491
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DeleteDeliveryStream AWS API Documentation
492
+ #
489
493
  # @overload delete_delivery_stream(params = {})
490
494
  # @param [Hash] params ({})
491
495
  def delete_delivery_stream(params = {}, options = {})
@@ -573,7 +577,7 @@ module Aws::Firehose
573
577
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_description.cloud_watch_logging_options.log_group_name #=> String
574
578
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_description.cloud_watch_logging_options.log_stream_name #=> String
575
579
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.role_arn #=> String
576
- # resp.delivery_stream_description.destinations[0].redshift_destination_description.cluster_jdbcurl #=> String
580
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.cluster_jdbc_url #=> String
577
581
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.copy_command.data_table_name #=> String
578
582
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.copy_command.data_table_columns #=> String
579
583
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.copy_command.copy_options #=> String
@@ -642,6 +646,8 @@ module Aws::Firehose
642
646
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cloud_watch_logging_options.log_stream_name #=> String
643
647
  # resp.delivery_stream_description.has_more_destinations #=> Boolean
644
648
  #
649
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DescribeDeliveryStream AWS API Documentation
650
+ #
645
651
  # @overload describe_delivery_stream(params = {})
646
652
  # @param [Hash] params ({})
647
653
  def describe_delivery_stream(params = {}, options = {})
@@ -684,6 +690,8 @@ module Aws::Firehose
684
690
  # resp.delivery_stream_names[0] #=> String
685
691
  # resp.has_more_delivery_streams #=> Boolean
686
692
  #
693
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ListDeliveryStreams AWS API Documentation
694
+ #
687
695
  # @overload list_delivery_streams(params = {})
688
696
  # @param [Hash] params ({})
689
697
  def list_delivery_streams(params = {}, options = {})
@@ -756,6 +764,8 @@ module Aws::Firehose
756
764
  #
757
765
  # resp.record_id #=> String
758
766
  #
767
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecord AWS API Documentation
768
+ #
759
769
  # @overload put_record(params = {})
760
770
  # @param [Hash] params ({})
761
771
  def put_record(params = {}, options = {})
@@ -862,6 +872,8 @@ module Aws::Firehose
862
872
  # resp.request_responses[0].error_code #=> String
863
873
  # resp.request_responses[0].error_message #=> String
864
874
  #
875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordBatch AWS API Documentation
876
+ #
865
877
  # @overload put_record_batch(params = {})
866
878
  # @param [Hash] params ({})
867
879
  def put_record_batch(params = {}, options = {})
@@ -1019,7 +1031,7 @@ module Aws::Firehose
1019
1031
  # },
1020
1032
  # redshift_destination_update: {
1021
1033
  # role_arn: "RoleARN",
1022
- # cluster_jdbcurl: "ClusterJDBCURL",
1034
+ # cluster_jdbc_url: "ClusterJDBCURL",
1023
1035
  # copy_command: {
1024
1036
  # data_table_name: "DataTableName", # required
1025
1037
  # data_table_columns: "DataTableColumns",
@@ -1149,6 +1161,8 @@ module Aws::Firehose
1149
1161
  # },
1150
1162
  # })
1151
1163
  #
1164
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestination AWS API Documentation
1165
+ #
1152
1166
  # @overload update_destination(params = {})
1153
1167
  # @param [Hash] params ({})
1154
1168
  def update_destination(params = {}, options = {})
@@ -1169,7 +1183,7 @@ module Aws::Firehose
1169
1183
  params: params,
1170
1184
  config: config)
1171
1185
  context[:gem_name] = 'aws-sdk-firehose'
1172
- context[:gem_version] = '1.0.0.rc1'
1186
+ context[:gem_version] = '1.0.0.rc3'
1173
1187
  Seahorse::Client::Request.new(handlers, context)
1174
1188
  end
1175
1189
 
@@ -307,7 +307,7 @@ module Aws::Firehose
307
307
  Record.struct_class = Types::Record
308
308
 
309
309
  RedshiftDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
310
- RedshiftDestinationConfiguration.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
310
+ RedshiftDestinationConfiguration.add_member(:cluster_jdbc_url, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
311
311
  RedshiftDestinationConfiguration.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
312
312
  RedshiftDestinationConfiguration.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
313
313
  RedshiftDestinationConfiguration.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "Password"))
@@ -320,7 +320,7 @@ module Aws::Firehose
320
320
  RedshiftDestinationConfiguration.struct_class = Types::RedshiftDestinationConfiguration
321
321
 
322
322
  RedshiftDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
323
- RedshiftDestinationDescription.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
323
+ RedshiftDestinationDescription.add_member(:cluster_jdbc_url, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
324
324
  RedshiftDestinationDescription.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
325
325
  RedshiftDestinationDescription.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
326
326
  RedshiftDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
@@ -332,7 +332,7 @@ module Aws::Firehose
332
332
  RedshiftDestinationDescription.struct_class = Types::RedshiftDestinationDescription
333
333
 
334
334
  RedshiftDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
335
- RedshiftDestinationUpdate.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, location_name: "ClusterJDBCURL"))
335
+ RedshiftDestinationUpdate.add_member(:cluster_jdbc_url, Shapes::ShapeRef.new(shape: ClusterJDBCURL, location_name: "ClusterJDBCURL"))
336
336
  RedshiftDestinationUpdate.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, location_name: "CopyCommand"))
337
337
  RedshiftDestinationUpdate.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
338
338
  RedshiftDestinationUpdate.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
@@ -36,6 +36,8 @@ module Aws::Firehose
36
36
  # before delivering it to the destination. The default value is 300.
37
37
  # @return [Integer]
38
38
  #
39
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/BufferingHints AWS API Documentation
40
+ #
39
41
  class BufferingHints < Struct.new(
40
42
  :size_in_m_bs,
41
43
  :interval_in_seconds)
@@ -67,6 +69,8 @@ module Aws::Firehose
67
69
  # if CloudWatch logging is enabled.
68
70
  # @return [String]
69
71
  #
72
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CloudWatchLoggingOptions AWS API Documentation
73
+ #
70
74
  class CloudWatchLoggingOptions < Struct.new(
71
75
  :enabled,
72
76
  :log_group_name,
@@ -124,6 +128,8 @@ module Aws::Firehose
124
128
  # [2]: http://docs.aws.amazon.com/redshift/latest/dg/r_COPY_command_examples.html
125
129
  # @return [String]
126
130
  #
131
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CopyCommand AWS API Documentation
132
+ #
127
133
  class CopyCommand < Struct.new(
128
134
  :data_table_name,
129
135
  :data_table_columns,
@@ -216,7 +222,7 @@ module Aws::Firehose
216
222
  # },
217
223
  # redshift_destination_configuration: {
218
224
  # role_arn: "RoleARN", # required
219
- # cluster_jdbcurl: "ClusterJDBCURL", # required
225
+ # cluster_jdbc_url: "ClusterJDBCURL", # required
220
226
  # copy_command: { # required
221
227
  # data_table_name: "DataTableName", # required
222
228
  # data_table_columns: "DataTableColumns",
@@ -372,6 +378,8 @@ module Aws::Firehose
372
378
  # The destination in Amazon ES. You can specify only one destination.
373
379
  # @return [Types::ElasticsearchDestinationConfiguration]
374
380
  #
381
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CreateDeliveryStreamInput AWS API Documentation
382
+ #
375
383
  class CreateDeliveryStreamInput < Struct.new(
376
384
  :delivery_stream_name,
377
385
  :s3_destination_configuration,
@@ -385,6 +393,8 @@ module Aws::Firehose
385
393
  # The ARN of the delivery stream.
386
394
  # @return [String]
387
395
  #
396
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CreateDeliveryStreamOutput AWS API Documentation
397
+ #
388
398
  class CreateDeliveryStreamOutput < Struct.new(
389
399
  :delivery_stream_arn)
390
400
  include Aws::Structure
@@ -401,11 +411,15 @@ module Aws::Firehose
401
411
  # The name of the delivery stream.
402
412
  # @return [String]
403
413
  #
414
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DeleteDeliveryStreamInput AWS API Documentation
415
+ #
404
416
  class DeleteDeliveryStreamInput < Struct.new(
405
417
  :delivery_stream_name)
406
418
  include Aws::Structure
407
419
  end
408
420
 
421
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DeleteDeliveryStreamOutput AWS API Documentation
422
+ #
409
423
  class DeleteDeliveryStreamOutput < Aws::EmptyStructure; end
410
424
 
411
425
  # Contains information about a delivery stream.
@@ -445,6 +459,8 @@ module Aws::Firehose
445
459
  # Indicates whether there are more destinations available to list.
446
460
  # @return [Boolean]
447
461
  #
462
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DeliveryStreamDescription AWS API Documentation
463
+ #
448
464
  class DeliveryStreamDescription < Struct.new(
449
465
  :delivery_stream_name,
450
466
  :delivery_stream_arn,
@@ -481,6 +497,8 @@ module Aws::Firehose
481
497
  # delivery stream.
482
498
  # @return [String]
483
499
  #
500
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DescribeDeliveryStreamInput AWS API Documentation
501
+ #
484
502
  class DescribeDeliveryStreamInput < Struct.new(
485
503
  :delivery_stream_name,
486
504
  :limit,
@@ -492,6 +510,8 @@ module Aws::Firehose
492
510
  # Information about the delivery stream.
493
511
  # @return [Types::DeliveryStreamDescription]
494
512
  #
513
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DescribeDeliveryStreamOutput AWS API Documentation
514
+ #
495
515
  class DescribeDeliveryStreamOutput < Struct.new(
496
516
  :delivery_stream_description)
497
517
  include Aws::Structure
@@ -519,6 +539,8 @@ module Aws::Firehose
519
539
  # The destination in Amazon ES.
520
540
  # @return [Types::ElasticsearchDestinationDescription]
521
541
  #
542
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DestinationDescription AWS API Documentation
543
+ #
522
544
  class DestinationDescription < Struct.new(
523
545
  :destination_id,
524
546
  :s3_destination_description,
@@ -555,6 +577,8 @@ module Aws::Firehose
555
577
  # value should be 10 MB or higher.
556
578
  # @return [Integer]
557
579
  #
580
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchBufferingHints AWS API Documentation
581
+ #
558
582
  class ElasticsearchBufferingHints < Struct.new(
559
583
  :interval_in_seconds,
560
584
  :size_in_m_bs)
@@ -697,6 +721,8 @@ module Aws::Firehose
697
721
  # The CloudWatch logging options for your delivery stream.
698
722
  # @return [Types::CloudWatchLoggingOptions]
699
723
  #
724
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationConfiguration AWS API Documentation
725
+ #
700
726
  class ElasticsearchDestinationConfiguration < Struct.new(
701
727
  :role_arn,
702
728
  :domain_arn,
@@ -758,6 +784,8 @@ module Aws::Firehose
758
784
  # The CloudWatch logging options.
759
785
  # @return [Types::CloudWatchLoggingOptions]
760
786
  #
787
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationDescription AWS API Documentation
788
+ #
761
789
  class ElasticsearchDestinationDescription < Struct.new(
762
790
  :role_arn,
763
791
  :domain_arn,
@@ -891,6 +919,8 @@ module Aws::Firehose
891
919
  # The CloudWatch logging options for your delivery stream.
892
920
  # @return [Types::CloudWatchLoggingOptions]
893
921
  #
922
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationUpdate AWS API Documentation
923
+ #
894
924
  class ElasticsearchDestinationUpdate < Struct.new(
895
925
  :role_arn,
896
926
  :domain_arn,
@@ -923,6 +953,8 @@ module Aws::Firehose
923
953
  # A value of 0 (zero) results in no retries.
924
954
  # @return [Integer]
925
955
  #
956
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchRetryOptions AWS API Documentation
957
+ #
926
958
  class ElasticsearchRetryOptions < Struct.new(
927
959
  :duration_in_seconds)
928
960
  include Aws::Structure
@@ -949,6 +981,8 @@ module Aws::Firehose
949
981
  # The encryption key.
950
982
  # @return [Types::KMSEncryptionConfig]
951
983
  #
984
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/EncryptionConfiguration AWS API Documentation
985
+ #
952
986
  class EncryptionConfiguration < Struct.new(
953
987
  :no_encryption_config,
954
988
  :kms_encryption_config)
@@ -1069,6 +1103,8 @@ module Aws::Firehose
1069
1103
  # The configuration for backup in Amazon S3.
1070
1104
  # @return [Types::S3DestinationConfiguration]
1071
1105
  #
1106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ExtendedS3DestinationConfiguration AWS API Documentation
1107
+ #
1072
1108
  class ExtendedS3DestinationConfiguration < Struct.new(
1073
1109
  :role_arn,
1074
1110
  :bucket_arn,
@@ -1136,6 +1172,8 @@ module Aws::Firehose
1136
1172
  # The configuration for backup in Amazon S3.
1137
1173
  # @return [Types::S3DestinationDescription]
1138
1174
  #
1175
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ExtendedS3DestinationDescription AWS API Documentation
1176
+ #
1139
1177
  class ExtendedS3DestinationDescription < Struct.new(
1140
1178
  :role_arn,
1141
1179
  :bucket_arn,
@@ -1264,6 +1302,8 @@ module Aws::Firehose
1264
1302
  # The Amazon S3 destination for backup.
1265
1303
  # @return [Types::S3DestinationUpdate]
1266
1304
  #
1305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ExtendedS3DestinationUpdate AWS API Documentation
1306
+ #
1267
1307
  class ExtendedS3DestinationUpdate < Struct.new(
1268
1308
  :role_arn,
1269
1309
  :bucket_arn,
@@ -1292,6 +1332,8 @@ module Aws::Firehose
1292
1332
  # destination Amazon S3 bucket.
1293
1333
  # @return [String]
1294
1334
  #
1335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/KMSEncryptionConfig AWS API Documentation
1336
+ #
1295
1337
  class KMSEncryptionConfig < Struct.new(
1296
1338
  :awskms_key_arn)
1297
1339
  include Aws::Structure
@@ -1313,6 +1355,8 @@ module Aws::Firehose
1313
1355
  # The name of the delivery stream to start the list with.
1314
1356
  # @return [String]
1315
1357
  #
1358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ListDeliveryStreamsInput AWS API Documentation
1359
+ #
1316
1360
  class ListDeliveryStreamsInput < Struct.new(
1317
1361
  :limit,
1318
1362
  :exclusive_start_delivery_stream_name)
@@ -1327,6 +1371,8 @@ module Aws::Firehose
1327
1371
  # Indicates whether there are more delivery streams available to list.
1328
1372
  # @return [Boolean]
1329
1373
  #
1374
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ListDeliveryStreamsOutput AWS API Documentation
1375
+ #
1330
1376
  class ListDeliveryStreamsOutput < Struct.new(
1331
1377
  :delivery_stream_names,
1332
1378
  :has_more_delivery_streams)
@@ -1361,6 +1407,8 @@ module Aws::Firehose
1361
1407
  # The data processors.
1362
1408
  # @return [Array<Types::Processor>]
1363
1409
  #
1410
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ProcessingConfiguration AWS API Documentation
1411
+ #
1364
1412
  class ProcessingConfiguration < Struct.new(
1365
1413
  :enabled,
1366
1414
  :processors)
@@ -1390,6 +1438,8 @@ module Aws::Firehose
1390
1438
  # The processor parameters.
1391
1439
  # @return [Array<Types::ProcessorParameter>]
1392
1440
  #
1441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/Processor AWS API Documentation
1442
+ #
1393
1443
  class Processor < Struct.new(
1394
1444
  :type,
1395
1445
  :parameters)
@@ -1414,6 +1464,8 @@ module Aws::Firehose
1414
1464
  # The parameter value.
1415
1465
  # @return [String]
1416
1466
  #
1467
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ProcessorParameter AWS API Documentation
1468
+ #
1417
1469
  class ProcessorParameter < Struct.new(
1418
1470
  :parameter_name,
1419
1471
  :parameter_value)
@@ -1440,6 +1492,8 @@ module Aws::Firehose
1440
1492
  # One or more records.
1441
1493
  # @return [Array<Types::Record>]
1442
1494
  #
1495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordBatchInput AWS API Documentation
1496
+ #
1443
1497
  class PutRecordBatchInput < Struct.new(
1444
1498
  :delivery_stream_name,
1445
1499
  :records)
@@ -1455,6 +1509,8 @@ module Aws::Firehose
1455
1509
  # element is the same as the index used in the request array.
1456
1510
  # @return [Array<Types::PutRecordBatchResponseEntry>]
1457
1511
  #
1512
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordBatchOutput AWS API Documentation
1513
+ #
1458
1514
  class PutRecordBatchOutput < Struct.new(
1459
1515
  :failed_put_count,
1460
1516
  :request_responses)
@@ -1479,6 +1535,8 @@ module Aws::Firehose
1479
1535
  # The error message for an individual record result.
1480
1536
  # @return [String]
1481
1537
  #
1538
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordBatchResponseEntry AWS API Documentation
1539
+ #
1482
1540
  class PutRecordBatchResponseEntry < Struct.new(
1483
1541
  :record_id,
1484
1542
  :error_code,
@@ -1504,6 +1562,8 @@ module Aws::Firehose
1504
1562
  # The record.
1505
1563
  # @return [Types::Record]
1506
1564
  #
1565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordInput AWS API Documentation
1566
+ #
1507
1567
  class PutRecordInput < Struct.new(
1508
1568
  :delivery_stream_name,
1509
1569
  :record)
@@ -1514,6 +1574,8 @@ module Aws::Firehose
1514
1574
  # The ID of the record.
1515
1575
  # @return [String]
1516
1576
  #
1577
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/PutRecordOutput AWS API Documentation
1578
+ #
1517
1579
  class PutRecordOutput < Struct.new(
1518
1580
  :record_id)
1519
1581
  include Aws::Structure
@@ -1534,6 +1596,8 @@ module Aws::Firehose
1534
1596
  # KB.
1535
1597
  # @return [String]
1536
1598
  #
1599
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/Record AWS API Documentation
1600
+ #
1537
1601
  class Record < Struct.new(
1538
1602
  :data)
1539
1603
  include Aws::Structure
@@ -1546,7 +1610,7 @@ module Aws::Firehose
1546
1610
  #
1547
1611
  # {
1548
1612
  # role_arn: "RoleARN", # required
1549
- # cluster_jdbcurl: "ClusterJDBCURL", # required
1613
+ # cluster_jdbc_url: "ClusterJDBCURL", # required
1550
1614
  # copy_command: { # required
1551
1615
  # data_table_name: "DataTableName", # required
1552
1616
  # data_table_columns: "DataTableColumns",
@@ -1625,7 +1689,7 @@ module Aws::Firehose
1625
1689
  # The ARN of the AWS credentials.
1626
1690
  # @return [String]
1627
1691
  #
1628
- # @!attribute [rw] cluster_jdbcurl
1692
+ # @!attribute [rw] cluster_jdbc_url
1629
1693
  # The database connection string.
1630
1694
  # @return [String]
1631
1695
  #
@@ -1673,9 +1737,11 @@ module Aws::Firehose
1673
1737
  # The CloudWatch logging options for your delivery stream.
1674
1738
  # @return [Types::CloudWatchLoggingOptions]
1675
1739
  #
1740
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationConfiguration AWS API Documentation
1741
+ #
1676
1742
  class RedshiftDestinationConfiguration < Struct.new(
1677
1743
  :role_arn,
1678
- :cluster_jdbcurl,
1744
+ :cluster_jdbc_url,
1679
1745
  :copy_command,
1680
1746
  :username,
1681
1747
  :password,
@@ -1694,7 +1760,7 @@ module Aws::Firehose
1694
1760
  # The ARN of the AWS credentials.
1695
1761
  # @return [String]
1696
1762
  #
1697
- # @!attribute [rw] cluster_jdbcurl
1763
+ # @!attribute [rw] cluster_jdbc_url
1698
1764
  # The database connection string.
1699
1765
  # @return [String]
1700
1766
  #
@@ -1731,9 +1797,11 @@ module Aws::Firehose
1731
1797
  # The CloudWatch logging options for your delivery stream.
1732
1798
  # @return [Types::CloudWatchLoggingOptions]
1733
1799
  #
1800
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationDescription AWS API Documentation
1801
+ #
1734
1802
  class RedshiftDestinationDescription < Struct.new(
1735
1803
  :role_arn,
1736
- :cluster_jdbcurl,
1804
+ :cluster_jdbc_url,
1737
1805
  :copy_command,
1738
1806
  :username,
1739
1807
  :retry_options,
@@ -1752,7 +1820,7 @@ module Aws::Firehose
1752
1820
  #
1753
1821
  # {
1754
1822
  # role_arn: "RoleARN",
1755
- # cluster_jdbcurl: "ClusterJDBCURL",
1823
+ # cluster_jdbc_url: "ClusterJDBCURL",
1756
1824
  # copy_command: {
1757
1825
  # data_table_name: "DataTableName", # required
1758
1826
  # data_table_columns: "DataTableColumns",
@@ -1831,7 +1899,7 @@ module Aws::Firehose
1831
1899
  # The ARN of the AWS credentials.
1832
1900
  # @return [String]
1833
1901
  #
1834
- # @!attribute [rw] cluster_jdbcurl
1902
+ # @!attribute [rw] cluster_jdbc_url
1835
1903
  # The database connection string.
1836
1904
  # @return [String]
1837
1905
  #
@@ -1877,9 +1945,11 @@ module Aws::Firehose
1877
1945
  # The CloudWatch logging options for your delivery stream.
1878
1946
  # @return [Types::CloudWatchLoggingOptions]
1879
1947
  #
1948
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftDestinationUpdate AWS API Documentation
1949
+ #
1880
1950
  class RedshiftDestinationUpdate < Struct.new(
1881
1951
  :role_arn,
1882
- :cluster_jdbcurl,
1952
+ :cluster_jdbc_url,
1883
1953
  :copy_command,
1884
1954
  :username,
1885
1955
  :password,
@@ -1910,6 +1980,8 @@ module Aws::Firehose
1910
1980
  # the first delivery attempt takes longer than the current value.
1911
1981
  # @return [Integer]
1912
1982
  #
1983
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/RedshiftRetryOptions AWS API Documentation
1984
+ #
1913
1985
  class RedshiftRetryOptions < Struct.new(
1914
1986
  :duration_in_seconds)
1915
1987
  include Aws::Structure
@@ -1986,6 +2058,8 @@ module Aws::Firehose
1986
2058
  # The CloudWatch logging options for your delivery stream.
1987
2059
  # @return [Types::CloudWatchLoggingOptions]
1988
2060
  #
2061
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/S3DestinationConfiguration AWS API Documentation
2062
+ #
1989
2063
  class S3DestinationConfiguration < Struct.new(
1990
2064
  :role_arn,
1991
2065
  :bucket_arn,
@@ -2039,6 +2113,8 @@ module Aws::Firehose
2039
2113
  # The CloudWatch logging options for your delivery stream.
2040
2114
  # @return [Types::CloudWatchLoggingOptions]
2041
2115
  #
2116
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/S3DestinationDescription AWS API Documentation
2117
+ #
2042
2118
  class S3DestinationDescription < Struct.new(
2043
2119
  :role_arn,
2044
2120
  :bucket_arn,
@@ -2121,6 +2197,8 @@ module Aws::Firehose
2121
2197
  # The CloudWatch logging options for your delivery stream.
2122
2198
  # @return [Types::CloudWatchLoggingOptions]
2123
2199
  #
2200
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/S3DestinationUpdate AWS API Documentation
2201
+ #
2124
2202
  class S3DestinationUpdate < Struct.new(
2125
2203
  :role_arn,
2126
2204
  :bucket_arn,
@@ -2219,7 +2297,7 @@ module Aws::Firehose
2219
2297
  # },
2220
2298
  # redshift_destination_update: {
2221
2299
  # role_arn: "RoleARN",
2222
- # cluster_jdbcurl: "ClusterJDBCURL",
2300
+ # cluster_jdbc_url: "ClusterJDBCURL",
2223
2301
  # copy_command: {
2224
2302
  # data_table_name: "DataTableName", # required
2225
2303
  # data_table_columns: "DataTableColumns",
@@ -2383,6 +2461,8 @@ module Aws::Firehose
2383
2461
  # Describes an update for a destination in Amazon ES.
2384
2462
  # @return [Types::ElasticsearchDestinationUpdate]
2385
2463
  #
2464
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestinationInput AWS API Documentation
2465
+ #
2386
2466
  class UpdateDestinationInput < Struct.new(
2387
2467
  :delivery_stream_name,
2388
2468
  :current_delivery_stream_version_id,
@@ -2394,6 +2474,8 @@ module Aws::Firehose
2394
2474
  include Aws::Structure
2395
2475
  end
2396
2476
 
2477
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestinationOutput AWS API Documentation
2478
+ #
2397
2479
  class UpdateDestinationOutput < Aws::EmptyStructure; end
2398
2480
 
2399
2481
  end
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.0.0.rc2
4
+ version: 1.0.0.rc3
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: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core