aws-sdk-appflow 1.27.0 → 1.28.0

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
  SHA256:
3
- metadata.gz: b3b39dd2b85beb50b0f8ce08892d26debcc334ef5cdc864db6e694f19f9c1d2d
4
- data.tar.gz: d2947354a1f002e72f03936ce692f6c986965c62248a5f6745ec2866d97a0239
3
+ metadata.gz: 69f0934da037fc9f5300a97e0cde240614cca8106e76556b67ce47aa4724c27d
4
+ data.tar.gz: d1e4385cca3d5471c8bcac97719d0b9e5f3a10bc84890cb7c61bdbf6a132971d
5
5
  SHA512:
6
- metadata.gz: 6c9386f160b09c358f8e1181811adcc8f6a94e0f715954d561636b7829d6564e70b6e5cf7708135c525fb333845f0dc4d66a26e61de4a5b3484df891be116bc4
7
- data.tar.gz: f71dd62069b5fdce98d8bc02f512ec985c2a0f64a2c8180cef42792eb8c2774781fcbcadd818cdfe6f99a969662f3a251fae5155de8b9d657daa81ddb93e6abb
6
+ metadata.gz: '0538ecd074aa0f5a142fcf0ac55c218bd399396981d2c3507179d1773c174551be68d5aa53c599e244097fc6ee45e43572793d45311e60ce51ed9bbb11ed2e9e'
7
+ data.tar.gz: b040a98eaf501afa752a8415feb7b0341e124d2c7406331d2b2ce0a25100293c946d57a43fa47ed60d169be7242e763d4b54bd86aa69aefb3ebe4307572320ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2022-10-13)
5
+ ------------------
6
+
7
+ * Feature - With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.
8
+
4
9
  1.27.0 (2022-05-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -731,6 +731,7 @@ module Aws::Appflow
731
731
  # object: "Object", # required
732
732
  # enable_dynamic_field_update: false,
733
733
  # include_deleted_records: false,
734
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
734
735
  # },
735
736
  # service_now: {
736
737
  # object: "Object", # required
@@ -808,6 +809,7 @@ module Aws::Appflow
808
809
  # bucket_name: "BucketName",
809
810
  # },
810
811
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
812
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
811
813
  # },
812
814
  # snowflake: {
813
815
  # object: "Object", # required
@@ -1048,6 +1050,8 @@ module Aws::Appflow
1048
1050
  # resp.connector_configuration.connector_metadata.google_analytics.o_auth_scopes[0] #=> String
1049
1051
  # resp.connector_configuration.connector_metadata.salesforce.o_auth_scopes #=> Array
1050
1052
  # resp.connector_configuration.connector_metadata.salesforce.o_auth_scopes[0] #=> String
1053
+ # resp.connector_configuration.connector_metadata.salesforce.data_transfer_apis #=> Array
1054
+ # resp.connector_configuration.connector_metadata.salesforce.data_transfer_apis[0] #=> String, one of "AUTOMATIC", "BULKV2", "REST_SYNC"
1051
1055
  # resp.connector_configuration.connector_metadata.slack.o_auth_scopes #=> Array
1052
1056
  # resp.connector_configuration.connector_metadata.slack.o_auth_scopes[0] #=> String
1053
1057
  # resp.connector_configuration.connector_metadata.snowflake.supported_regions #=> Array
@@ -1357,6 +1361,8 @@ module Aws::Appflow
1357
1361
  # resp.connector_configurations["ConnectorType"].connector_metadata.google_analytics.o_auth_scopes[0] #=> String
1358
1362
  # resp.connector_configurations["ConnectorType"].connector_metadata.salesforce.o_auth_scopes #=> Array
1359
1363
  # resp.connector_configurations["ConnectorType"].connector_metadata.salesforce.o_auth_scopes[0] #=> String
1364
+ # resp.connector_configurations["ConnectorType"].connector_metadata.salesforce.data_transfer_apis #=> Array
1365
+ # resp.connector_configurations["ConnectorType"].connector_metadata.salesforce.data_transfer_apis[0] #=> String, one of "AUTOMATIC", "BULKV2", "REST_SYNC"
1360
1366
  # resp.connector_configurations["ConnectorType"].connector_metadata.slack.o_auth_scopes #=> Array
1361
1367
  # resp.connector_configurations["ConnectorType"].connector_metadata.slack.o_auth_scopes[0] #=> String
1362
1368
  # resp.connector_configurations["ConnectorType"].connector_metadata.snowflake.supported_regions #=> Array
@@ -1503,6 +1509,7 @@ module Aws::Appflow
1503
1509
  # resp.source_flow_config.source_connector_properties.salesforce.object #=> String
1504
1510
  # resp.source_flow_config.source_connector_properties.salesforce.enable_dynamic_field_update #=> Boolean
1505
1511
  # resp.source_flow_config.source_connector_properties.salesforce.include_deleted_records #=> Boolean
1512
+ # resp.source_flow_config.source_connector_properties.salesforce.data_transfer_api #=> String, one of "AUTOMATIC", "BULKV2", "REST_SYNC"
1506
1513
  # resp.source_flow_config.source_connector_properties.service_now.object #=> String
1507
1514
  # resp.source_flow_config.source_connector_properties.singular.object #=> String
1508
1515
  # resp.source_flow_config.source_connector_properties.slack.object #=> String
@@ -1542,6 +1549,7 @@ module Aws::Appflow
1542
1549
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_prefix #=> String
1543
1550
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_name #=> String
1544
1551
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE", "DELETE"
1552
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.data_transfer_api #=> String, one of "AUTOMATIC", "BULKV2", "REST_SYNC"
1545
1553
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.object #=> String
1546
1554
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.intermediate_bucket_name #=> String
1547
1555
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.bucket_prefix #=> String
@@ -2428,6 +2436,7 @@ module Aws::Appflow
2428
2436
  # object: "Object", # required
2429
2437
  # enable_dynamic_field_update: false,
2430
2438
  # include_deleted_records: false,
2439
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2431
2440
  # },
2432
2441
  # service_now: {
2433
2442
  # object: "Object", # required
@@ -2505,6 +2514,7 @@ module Aws::Appflow
2505
2514
  # bucket_name: "BucketName",
2506
2515
  # },
2507
2516
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2517
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2508
2518
  # },
2509
2519
  # snowflake: {
2510
2520
  # object: "Object", # required
@@ -2656,7 +2666,7 @@ module Aws::Appflow
2656
2666
  params: params,
2657
2667
  config: config)
2658
2668
  context[:gem_name] = 'aws-sdk-appflow'
2659
- context[:gem_version] = '1.27.0'
2669
+ context[:gem_version] = '1.28.0'
2660
2670
  Seahorse::Client::Request.new(handlers, context)
2661
2671
  end
2662
2672
 
@@ -285,6 +285,8 @@ module Aws::Appflow
285
285
  SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
286
286
  SalesforceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileCredentials')
287
287
  SalesforceConnectorProfileProperties = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileProperties')
288
+ SalesforceDataTransferApi = Shapes::StringShape.new(name: 'SalesforceDataTransferApi')
289
+ SalesforceDataTransferApiList = Shapes::ListShape.new(name: 'SalesforceDataTransferApiList')
288
290
  SalesforceDestinationProperties = Shapes::StructureShape.new(name: 'SalesforceDestinationProperties')
289
291
  SalesforceMetadata = Shapes::StructureShape.new(name: 'SalesforceMetadata')
290
292
  SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
@@ -1162,18 +1164,23 @@ module Aws::Appflow
1162
1164
  SalesforceConnectorProfileProperties.add_member(:is_sandbox_environment, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSandboxEnvironment"))
1163
1165
  SalesforceConnectorProfileProperties.struct_class = Types::SalesforceConnectorProfileProperties
1164
1166
 
1167
+ SalesforceDataTransferApiList.member = Shapes::ShapeRef.new(shape: SalesforceDataTransferApi)
1168
+
1165
1169
  SalesforceDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1166
1170
  SalesforceDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
1167
1171
  SalesforceDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1168
1172
  SalesforceDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1173
+ SalesforceDestinationProperties.add_member(:data_transfer_api, Shapes::ShapeRef.new(shape: SalesforceDataTransferApi, location_name: "dataTransferApi"))
1169
1174
  SalesforceDestinationProperties.struct_class = Types::SalesforceDestinationProperties
1170
1175
 
1171
1176
  SalesforceMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
1177
+ SalesforceMetadata.add_member(:data_transfer_apis, Shapes::ShapeRef.new(shape: SalesforceDataTransferApiList, location_name: "dataTransferApis"))
1172
1178
  SalesforceMetadata.struct_class = Types::SalesforceMetadata
1173
1179
 
1174
1180
  SalesforceSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1175
1181
  SalesforceSourceProperties.add_member(:enable_dynamic_field_update, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDynamicFieldUpdate"))
1176
1182
  SalesforceSourceProperties.add_member(:include_deleted_records, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeDeletedRecords"))
1183
+ SalesforceSourceProperties.add_member(:data_transfer_api, Shapes::ShapeRef.new(shape: SalesforceDataTransferApi, location_name: "dataTransferApi"))
1177
1184
  SalesforceSourceProperties.struct_class = Types::SalesforceSourceProperties
1178
1185
 
1179
1186
  ScheduledTriggerProperties.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "scheduleExpression"))
@@ -2020,6 +2020,7 @@ module Aws::Appflow
2020
2020
  # object: "Object", # required
2021
2021
  # enable_dynamic_field_update: false,
2022
2022
  # include_deleted_records: false,
2023
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2023
2024
  # },
2024
2025
  # service_now: {
2025
2026
  # object: "Object", # required
@@ -2097,6 +2098,7 @@ module Aws::Appflow
2097
2098
  # bucket_name: "BucketName",
2098
2099
  # },
2099
2100
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2101
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
2100
2102
  # },
2101
2103
  # snowflake: {
2102
2104
  # object: "Object", # required
@@ -3143,6 +3145,7 @@ module Aws::Appflow
3143
3145
  # bucket_name: "BucketName",
3144
3146
  # },
3145
3147
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3148
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
3146
3149
  # },
3147
3150
  # snowflake: {
3148
3151
  # object: "Object", # required
@@ -3401,6 +3404,7 @@ module Aws::Appflow
3401
3404
  # bucket_name: "BucketName",
3402
3405
  # },
3403
3406
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3407
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
3404
3408
  # },
3405
3409
  # snowflake: {
3406
3410
  # object: "Object", # required
@@ -5578,6 +5582,7 @@ module Aws::Appflow
5578
5582
  # bucket_name: "BucketName",
5579
5583
  # },
5580
5584
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
5585
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
5581
5586
  # }
5582
5587
  #
5583
5588
  # @!attribute [rw] object
@@ -5604,13 +5609,62 @@ module Aws::Appflow
5604
5609
  # required.
5605
5610
  # @return [String]
5606
5611
  #
5612
+ # @!attribute [rw] data_transfer_api
5613
+ # Specifies which Salesforce API is used by Amazon AppFlow when your
5614
+ # flow transfers data to Salesforce.
5615
+ #
5616
+ # AUTOMATIC
5617
+ #
5618
+ # : The default. Amazon AppFlow selects which API to use based on the
5619
+ # number of records that your flow transfers to Salesforce. If your
5620
+ # flow transfers fewer than 1,000 records, Amazon AppFlow uses
5621
+ # Salesforce REST API. If your flow transfers 1,000 records or more,
5622
+ # Amazon AppFlow uses Salesforce Bulk API 2.0.
5623
+ #
5624
+ # Each of these Salesforce APIs structures data differently. If
5625
+ # Amazon AppFlow selects the API automatically, be aware that, for
5626
+ # recurring flows, the data output might vary from one flow run to
5627
+ # the next. For example, if a flow runs daily, it might use REST API
5628
+ # on one day to transfer 900 records, and it might use Bulk API 2.0
5629
+ # on the next day to transfer 1,100 records. For each of these flow
5630
+ # runs, the respective Salesforce API formats the data differently.
5631
+ # Some of the differences include how dates are formatted and null
5632
+ # values are represented. Also, Bulk API 2.0 doesn't transfer
5633
+ # Salesforce compound fields.
5634
+ #
5635
+ # By choosing this option, you optimize flow performance for both
5636
+ # small and large data transfers, but the tradeoff is inconsistent
5637
+ # formatting in the output.
5638
+ #
5639
+ # BULKV2
5640
+ #
5641
+ # : Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs
5642
+ # asynchronous data transfers, and it's optimal for large sets of
5643
+ # data. By choosing this option, you ensure that your flow writes
5644
+ # consistent output, but you optimize performance only for large
5645
+ # data transfers.
5646
+ #
5647
+ # Note that Bulk API 2.0 does not transfer Salesforce compound
5648
+ # fields.
5649
+ #
5650
+ # REST\_SYNC
5651
+ #
5652
+ # : Amazon AppFlow uses only Salesforce REST API. By choosing this
5653
+ # option, you ensure that your flow writes consistent output, but
5654
+ # you decrease performance for large data transfers that are better
5655
+ # suited for Bulk API 2.0. In some cases, if your flow attempts to
5656
+ # transfer a vary large set of data, it might fail with a timed out
5657
+ # error.
5658
+ # @return [String]
5659
+ #
5607
5660
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceDestinationProperties AWS API Documentation
5608
5661
  #
5609
5662
  class SalesforceDestinationProperties < Struct.new(
5610
5663
  :object,
5611
5664
  :id_field_names,
5612
5665
  :error_handling_config,
5613
- :write_operation_type)
5666
+ :write_operation_type,
5667
+ :data_transfer_api)
5614
5668
  SENSITIVE = []
5615
5669
  include Aws::Structure
5616
5670
  end
@@ -5621,10 +5675,16 @@ module Aws::Appflow
5621
5675
  # The desired authorization scope for the Salesforce account.
5622
5676
  # @return [Array<String>]
5623
5677
  #
5678
+ # @!attribute [rw] data_transfer_apis
5679
+ # The Salesforce APIs that you can have Amazon AppFlow use when your
5680
+ # flows transfers data to or from Salesforce.
5681
+ # @return [Array<String>]
5682
+ #
5624
5683
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceMetadata AWS API Documentation
5625
5684
  #
5626
5685
  class SalesforceMetadata < Struct.new(
5627
- :o_auth_scopes)
5686
+ :o_auth_scopes,
5687
+ :data_transfer_apis)
5628
5688
  SENSITIVE = []
5629
5689
  include Aws::Structure
5630
5690
  end
@@ -5639,6 +5699,7 @@ module Aws::Appflow
5639
5699
  # object: "Object", # required
5640
5700
  # enable_dynamic_field_update: false,
5641
5701
  # include_deleted_records: false,
5702
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
5642
5703
  # }
5643
5704
  #
5644
5705
  # @!attribute [rw] object
@@ -5655,12 +5716,61 @@ module Aws::Appflow
5655
5716
  # run.
5656
5717
  # @return [Boolean]
5657
5718
  #
5719
+ # @!attribute [rw] data_transfer_api
5720
+ # Specifies which Salesforce API is used by Amazon AppFlow when your
5721
+ # flow transfers data from Salesforce.
5722
+ #
5723
+ # AUTOMATIC
5724
+ #
5725
+ # : The default. Amazon AppFlow selects which API to use based on the
5726
+ # number of records that your flow transfers from Salesforce. If
5727
+ # your flow transfers fewer than 1,000,000 records, Amazon AppFlow
5728
+ # uses Salesforce REST API. If your flow transfers 1,000,000 records
5729
+ # or more, Amazon AppFlow uses Salesforce Bulk API 2.0.
5730
+ #
5731
+ # Each of these Salesforce APIs structures data differently. If
5732
+ # Amazon AppFlow selects the API automatically, be aware that, for
5733
+ # recurring flows, the data output might vary from one flow run to
5734
+ # the next. For example, if a flow runs daily, it might use REST API
5735
+ # on one day to transfer 900,000 records, and it might use Bulk API
5736
+ # 2.0 on the next day to transfer 1,100,000 records. For each of
5737
+ # these flow runs, the respective Salesforce API formats the data
5738
+ # differently. Some of the differences include how dates are
5739
+ # formatted and null values are represented. Also, Bulk API 2.0
5740
+ # doesn't transfer Salesforce compound fields.
5741
+ #
5742
+ # By choosing this option, you optimize flow performance for both
5743
+ # small and large data transfers, but the tradeoff is inconsistent
5744
+ # formatting in the output.
5745
+ #
5746
+ # BULKV2
5747
+ #
5748
+ # : Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs
5749
+ # asynchronous data transfers, and it's optimal for large sets of
5750
+ # data. By choosing this option, you ensure that your flow writes
5751
+ # consistent output, but you optimize performance only for large
5752
+ # data transfers.
5753
+ #
5754
+ # Note that Bulk API 2.0 does not transfer Salesforce compound
5755
+ # fields.
5756
+ #
5757
+ # REST\_SYNC
5758
+ #
5759
+ # : Amazon AppFlow uses only Salesforce REST API. By choosing this
5760
+ # option, you ensure that your flow writes consistent output, but
5761
+ # you decrease performance for large data transfers that are better
5762
+ # suited for Bulk API 2.0. In some cases, if your flow attempts to
5763
+ # transfer a vary large set of data, it might fail with a timed out
5764
+ # error.
5765
+ # @return [String]
5766
+ #
5658
5767
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceSourceProperties AWS API Documentation
5659
5768
  #
5660
5769
  class SalesforceSourceProperties < Struct.new(
5661
5770
  :object,
5662
5771
  :enable_dynamic_field_update,
5663
- :include_deleted_records)
5772
+ :include_deleted_records,
5773
+ :data_transfer_api)
5664
5774
  SENSITIVE = []
5665
5775
  include Aws::Structure
5666
5776
  end
@@ -6192,6 +6302,7 @@ module Aws::Appflow
6192
6302
  # object: "Object", # required
6193
6303
  # enable_dynamic_field_update: false,
6194
6304
  # include_deleted_records: false,
6305
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
6195
6306
  # },
6196
6307
  # service_now: {
6197
6308
  # object: "Object", # required
@@ -6382,6 +6493,7 @@ module Aws::Appflow
6382
6493
  # object: "Object", # required
6383
6494
  # enable_dynamic_field_update: false,
6384
6495
  # include_deleted_records: false,
6496
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
6385
6497
  # },
6386
6498
  # service_now: {
6387
6499
  # object: "Object", # required
@@ -7226,6 +7338,7 @@ module Aws::Appflow
7226
7338
  # object: "Object", # required
7227
7339
  # enable_dynamic_field_update: false,
7228
7340
  # include_deleted_records: false,
7341
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
7229
7342
  # },
7230
7343
  # service_now: {
7231
7344
  # object: "Object", # required
@@ -7303,6 +7416,7 @@ module Aws::Appflow
7303
7416
  # bucket_name: "BucketName",
7304
7417
  # },
7305
7418
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7419
+ # data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
7306
7420
  # },
7307
7421
  # snowflake: {
7308
7422
  # object: "Object", # required
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appflow/customizations'
48
48
  # @!group service
49
49
  module Aws::Appflow
50
50
 
51
- GEM_VERSION = '1.27.0'
51
+ GEM_VERSION = '1.28.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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: 2022-05-27 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core