aws-sdk-glue 1.151.0 → 1.152.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: 42ed0376be4191cfa13bfcc0204e1bfcb835b7e1108edaac2aa6476a5fdc6f97
4
- data.tar.gz: 886b6ca7d5b813db4a0a93d47497c6d9ec48f0d172dc7b7da729bde37228ff71
3
+ metadata.gz: d478d4a37d6519155a96925efe80b9d9cc056bfa6aaf544be0710fc635aa1e36
4
+ data.tar.gz: 6e80c3acee5999638d7deae7fc3d7a4b02f94f7d574a24e4c1ab6ec9c78b14c6
5
5
  SHA512:
6
- metadata.gz: 79843c1209a23f142b5e045b800ab97dd281dc32f9b9a4bf315f042931c47a653b3873c6a7d8b0a2c167543ba21d9e367b964f9db93fe1c4d94616d55567b443
7
- data.tar.gz: d75f0722072991c4b70d30225e251defda9b84a530dac2941fa89ae3f2d19793da5c9c02ae349f877f0fdff012f0fe2c6a9d1ebff1eccb9123945b90634d8d26
6
+ metadata.gz: 81659d991808b2e9ea06b6d8fd2074197874dc40402d82ca53126f76eb9c41a4c4811df9bf064491775dc3790976822241bd9c2ed830dcbcc48f4e38d7d7fba3
7
+ data.tar.gz: 70c4995bcc481cf117e82b2292b23a1e9b3aaac97a4b9af766e8d108ac8547dc1a301e8356efd7245deb2df5553c4408dafb8405a9e47ab09e561cd08e1a7757
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.152.0 (2023-07-26)
5
+ ------------------
6
+
7
+ * Feature - Release Glue Studio Snowflake Connector Node for SDK/CLI
8
+
4
9
  1.151.0 (2023-07-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.151.0
1
+ 1.152.0
@@ -1834,6 +1834,78 @@ module Aws::Glue
1834
1834
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
1835
1835
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
1836
1836
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
1837
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
1838
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
1839
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
1840
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.label #=> String
1841
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.description #=> String
1842
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.schema #=> String
1843
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table #=> String
1844
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.database #=> String
1845
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.temp_dir #=> String
1846
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.value #=> String
1847
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.label #=> String
1848
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.description #=> String
1849
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options #=> Hash
1850
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options["EnclosedInStringProperty"] #=> String
1851
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.sample_query #=> String
1852
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.pre_action #=> String
1853
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.post_action #=> String
1854
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.action #=> String
1855
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.upsert #=> Boolean
1856
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_action #=> String
1857
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_matched #=> String
1858
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_not_matched #=> String
1859
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_clause #=> String
1860
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.staging_table #=> String
1861
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns #=> Array
1862
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].value #=> String
1863
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].label #=> String
1864
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].description #=> String
1865
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.auto_pushdown #=> Boolean
1866
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema #=> Array
1867
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].value #=> String
1868
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].label #=> String
1869
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].description #=> String
1870
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas #=> Array
1871
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns #=> Array
1872
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].name #=> String
1873
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].type #=> String
1874
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.name #=> String
1875
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.source_type #=> String
1876
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.value #=> String
1877
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.label #=> String
1878
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.description #=> String
1879
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.schema #=> String
1880
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table #=> String
1881
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.database #=> String
1882
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.temp_dir #=> String
1883
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.value #=> String
1884
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.label #=> String
1885
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.description #=> String
1886
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options #=> Hash
1887
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options["EnclosedInStringProperty"] #=> String
1888
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.sample_query #=> String
1889
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.pre_action #=> String
1890
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.post_action #=> String
1891
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.action #=> String
1892
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.upsert #=> Boolean
1893
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_action #=> String
1894
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_matched #=> String
1895
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_not_matched #=> String
1896
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_clause #=> String
1897
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.staging_table #=> String
1898
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns #=> Array
1899
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].value #=> String
1900
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].label #=> String
1901
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].description #=> String
1902
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.auto_pushdown #=> Boolean
1903
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema #=> Array
1904
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].value #=> String
1905
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String
1906
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
1907
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
1908
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
1837
1909
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
1838
1910
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
1839
1911
  # resp.jobs[0].source_control_details.repository #=> String
@@ -7701,6 +7773,78 @@ module Aws::Glue
7701
7773
  # resp.job.code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
7702
7774
  # resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
7703
7775
  # resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
7776
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
7777
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
7778
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
7779
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.label #=> String
7780
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.description #=> String
7781
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.schema #=> String
7782
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.table #=> String
7783
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.database #=> String
7784
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.temp_dir #=> String
7785
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.value #=> String
7786
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.label #=> String
7787
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.description #=> String
7788
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options #=> Hash
7789
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options["EnclosedInStringProperty"] #=> String
7790
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.sample_query #=> String
7791
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.pre_action #=> String
7792
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.post_action #=> String
7793
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.action #=> String
7794
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.upsert #=> Boolean
7795
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_action #=> String
7796
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_matched #=> String
7797
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_not_matched #=> String
7798
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_clause #=> String
7799
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.staging_table #=> String
7800
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns #=> Array
7801
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].value #=> String
7802
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].label #=> String
7803
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].description #=> String
7804
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.auto_pushdown #=> Boolean
7805
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema #=> Array
7806
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].value #=> String
7807
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].label #=> String
7808
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].description #=> String
7809
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas #=> Array
7810
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns #=> Array
7811
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].name #=> String
7812
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].type #=> String
7813
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.name #=> String
7814
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.source_type #=> String
7815
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.value #=> String
7816
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.label #=> String
7817
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.description #=> String
7818
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.schema #=> String
7819
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table #=> String
7820
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.database #=> String
7821
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.temp_dir #=> String
7822
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.value #=> String
7823
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.label #=> String
7824
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.description #=> String
7825
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options #=> Hash
7826
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options["EnclosedInStringProperty"] #=> String
7827
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.sample_query #=> String
7828
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.pre_action #=> String
7829
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.post_action #=> String
7830
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.action #=> String
7831
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.upsert #=> Boolean
7832
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_action #=> String
7833
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_matched #=> String
7834
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_not_matched #=> String
7835
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_clause #=> String
7836
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.staging_table #=> String
7837
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns #=> Array
7838
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].value #=> String
7839
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].label #=> String
7840
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].description #=> String
7841
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.auto_pushdown #=> Boolean
7842
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema #=> Array
7843
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].value #=> String
7844
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String
7845
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
7846
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
7847
+ # resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
7704
7848
  # resp.job.execution_class #=> String, one of "FLEX", "STANDARD"
7705
7849
  # resp.job.source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
7706
7850
  # resp.job.source_control_details.repository #=> String
@@ -8712,6 +8856,78 @@ module Aws::Glue
8712
8856
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
8713
8857
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
8714
8858
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
8859
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
8860
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
8861
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
8862
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.label #=> String
8863
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.description #=> String
8864
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.schema #=> String
8865
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table #=> String
8866
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.database #=> String
8867
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.temp_dir #=> String
8868
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.value #=> String
8869
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.label #=> String
8870
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.iam_role.description #=> String
8871
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options #=> Hash
8872
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.additional_options["EnclosedInStringProperty"] #=> String
8873
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.sample_query #=> String
8874
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.pre_action #=> String
8875
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.post_action #=> String
8876
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.action #=> String
8877
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.upsert #=> Boolean
8878
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_action #=> String
8879
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_matched #=> String
8880
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_when_not_matched #=> String
8881
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.merge_clause #=> String
8882
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.staging_table #=> String
8883
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns #=> Array
8884
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].value #=> String
8885
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].label #=> String
8886
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.selected_columns[0].description #=> String
8887
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.auto_pushdown #=> Boolean
8888
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema #=> Array
8889
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].value #=> String
8890
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].label #=> String
8891
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.table_schema[0].description #=> String
8892
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas #=> Array
8893
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns #=> Array
8894
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].name #=> String
8895
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.output_schemas[0].columns[0].type #=> String
8896
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.name #=> String
8897
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.source_type #=> String
8898
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.value #=> String
8899
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.label #=> String
8900
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.connection.description #=> String
8901
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.schema #=> String
8902
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table #=> String
8903
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.database #=> String
8904
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.temp_dir #=> String
8905
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.value #=> String
8906
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.label #=> String
8907
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.iam_role.description #=> String
8908
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options #=> Hash
8909
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.additional_options["EnclosedInStringProperty"] #=> String
8910
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.sample_query #=> String
8911
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.pre_action #=> String
8912
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.post_action #=> String
8913
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.action #=> String
8914
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.upsert #=> Boolean
8915
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_action #=> String
8916
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_matched #=> String
8917
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_when_not_matched #=> String
8918
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.merge_clause #=> String
8919
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.staging_table #=> String
8920
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns #=> Array
8921
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].value #=> String
8922
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].label #=> String
8923
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.selected_columns[0].description #=> String
8924
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.auto_pushdown #=> Boolean
8925
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema #=> Array
8926
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].value #=> String
8927
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].label #=> String
8928
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
8929
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
8930
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
8715
8931
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
8716
8932
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
8717
8933
  # resp.jobs[0].source_control_details.repository #=> String
@@ -16068,7 +16284,7 @@ module Aws::Glue
16068
16284
  params: params,
16069
16285
  config: config)
16070
16286
  context[:gem_name] = 'aws-sdk-glue'
16071
- context[:gem_version] = '1.151.0'
16287
+ context[:gem_version] = '1.152.0'
16072
16288
  Seahorse::Client::Request.new(handlers, context)
16073
16289
  end
16074
16290
 
@@ -961,6 +961,9 @@ module Aws::Glue
961
961
  SessionList = Shapes::ListShape.new(name: 'SessionList')
962
962
  SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
963
963
  SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
964
+ SnowflakeNodeData = Shapes::StructureShape.new(name: 'SnowflakeNodeData')
965
+ SnowflakeSource = Shapes::StructureShape.new(name: 'SnowflakeSource')
966
+ SnowflakeTarget = Shapes::StructureShape.new(name: 'SnowflakeTarget')
964
967
  Sort = Shapes::StringShape.new(name: 'Sort')
965
968
  SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
966
969
  SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
@@ -1662,6 +1665,8 @@ module Aws::Glue
1662
1665
  CodeGenConfigurationNode.add_member(:amazon_redshift_target, Shapes::ShapeRef.new(shape: AmazonRedshiftTarget, location_name: "AmazonRedshiftTarget"))
1663
1666
  CodeGenConfigurationNode.add_member(:evaluate_data_quality_multi_frame, Shapes::ShapeRef.new(shape: EvaluateDataQualityMultiFrame, location_name: "EvaluateDataQualityMultiFrame"))
1664
1667
  CodeGenConfigurationNode.add_member(:recipe, Shapes::ShapeRef.new(shape: Recipe, location_name: "Recipe"))
1668
+ CodeGenConfigurationNode.add_member(:snowflake_source, Shapes::ShapeRef.new(shape: SnowflakeSource, location_name: "SnowflakeSource"))
1669
+ CodeGenConfigurationNode.add_member(:snowflake_target, Shapes::ShapeRef.new(shape: SnowflakeTarget, location_name: "SnowflakeTarget"))
1665
1670
  CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
1666
1671
 
1667
1672
  CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
@@ -4776,6 +4781,39 @@ module Aws::Glue
4776
4781
  SkewedInfo.add_member(:skewed_column_value_location_maps, Shapes::ShapeRef.new(shape: LocationMap, location_name: "SkewedColumnValueLocationMaps"))
4777
4782
  SkewedInfo.struct_class = Types::SkewedInfo
4778
4783
 
4784
+ SnowflakeNodeData.add_member(:source_type, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "SourceType"))
4785
+ SnowflakeNodeData.add_member(:connection, Shapes::ShapeRef.new(shape: Option, location_name: "Connection"))
4786
+ SnowflakeNodeData.add_member(:schema, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schema"))
4787
+ SnowflakeNodeData.add_member(:table, Shapes::ShapeRef.new(shape: GenericString, location_name: "Table"))
4788
+ SnowflakeNodeData.add_member(:database, Shapes::ShapeRef.new(shape: GenericString, location_name: "Database"))
4789
+ SnowflakeNodeData.add_member(:temp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TempDir"))
4790
+ SnowflakeNodeData.add_member(:iam_role, Shapes::ShapeRef.new(shape: Option, location_name: "IamRole"))
4791
+ SnowflakeNodeData.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
4792
+ SnowflakeNodeData.add_member(:sample_query, Shapes::ShapeRef.new(shape: GenericString, location_name: "SampleQuery"))
4793
+ SnowflakeNodeData.add_member(:pre_action, Shapes::ShapeRef.new(shape: GenericString, location_name: "PreAction"))
4794
+ SnowflakeNodeData.add_member(:post_action, Shapes::ShapeRef.new(shape: GenericString, location_name: "PostAction"))
4795
+ SnowflakeNodeData.add_member(:action, Shapes::ShapeRef.new(shape: GenericString, location_name: "Action"))
4796
+ SnowflakeNodeData.add_member(:upsert, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "Upsert"))
4797
+ SnowflakeNodeData.add_member(:merge_action, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "MergeAction"))
4798
+ SnowflakeNodeData.add_member(:merge_when_matched, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "MergeWhenMatched"))
4799
+ SnowflakeNodeData.add_member(:merge_when_not_matched, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "MergeWhenNotMatched"))
4800
+ SnowflakeNodeData.add_member(:merge_clause, Shapes::ShapeRef.new(shape: GenericString, location_name: "MergeClause"))
4801
+ SnowflakeNodeData.add_member(:staging_table, Shapes::ShapeRef.new(shape: GenericString, location_name: "StagingTable"))
4802
+ SnowflakeNodeData.add_member(:selected_columns, Shapes::ShapeRef.new(shape: OptionList, location_name: "SelectedColumns"))
4803
+ SnowflakeNodeData.add_member(:auto_pushdown, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "AutoPushdown"))
4804
+ SnowflakeNodeData.add_member(:table_schema, Shapes::ShapeRef.new(shape: OptionList, location_name: "TableSchema"))
4805
+ SnowflakeNodeData.struct_class = Types::SnowflakeNodeData
4806
+
4807
+ SnowflakeSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4808
+ SnowflakeSource.add_member(:data, Shapes::ShapeRef.new(shape: SnowflakeNodeData, required: true, location_name: "Data"))
4809
+ SnowflakeSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
4810
+ SnowflakeSource.struct_class = Types::SnowflakeSource
4811
+
4812
+ SnowflakeTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4813
+ SnowflakeTarget.add_member(:data, Shapes::ShapeRef.new(shape: SnowflakeNodeData, required: true, location_name: "Data"))
4814
+ SnowflakeTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, location_name: "Inputs"))
4815
+ SnowflakeTarget.struct_class = Types::SnowflakeTarget
4816
+
4779
4817
  SortCriteria.member = Shapes::ShapeRef.new(shape: SortCriterion)
4780
4818
 
4781
4819
  SortCriterion.add_member(:field_name, Shapes::ShapeRef.new(shape: ValueString, location_name: "FieldName"))
@@ -351,7 +351,7 @@ module Aws::Glue
351
351
  # @return [String]
352
352
  #
353
353
  # @!attribute [rw] data
354
- # Specifies the data of the Amazon Reshift target node.
354
+ # Specifies the data of the Amazon Redshift target node.
355
355
  # @return [Types::AmazonRedshiftNodeData]
356
356
  #
357
357
  # @!attribute [rw] inputs
@@ -2223,6 +2223,14 @@ module Aws::Glue
2223
2223
  # Specifies a Glue DataBrew recipe node.
2224
2224
  # @return [Types::Recipe]
2225
2225
  #
2226
+ # @!attribute [rw] snowflake_source
2227
+ # Specifies a Snowflake data source.
2228
+ # @return [Types::SnowflakeSource]
2229
+ #
2230
+ # @!attribute [rw] snowflake_target
2231
+ # Specifies a target that writes to a Snowflake data source.
2232
+ # @return [Types::SnowflakeTarget]
2233
+ #
2226
2234
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenConfigurationNode AWS API Documentation
2227
2235
  #
2228
2236
  class CodeGenConfigurationNode < Struct.new(
@@ -2292,7 +2300,9 @@ module Aws::Glue
2292
2300
  :amazon_redshift_source,
2293
2301
  :amazon_redshift_target,
2294
2302
  :evaluate_data_quality_multi_frame,
2295
- :recipe)
2303
+ :recipe,
2304
+ :snowflake_source,
2305
+ :snowflake_target)
2296
2306
  SENSITIVE = []
2297
2307
  include Aws::Structure
2298
2308
  end
@@ -18199,6 +18209,190 @@ module Aws::Glue
18199
18209
  include Aws::Structure
18200
18210
  end
18201
18211
 
18212
+ # Specifies configuration for Snowflake nodes in Glue Studio.
18213
+ #
18214
+ # @!attribute [rw] source_type
18215
+ # Specifies how retrieved data is specified. Valid values: `"table"`,
18216
+ # ` "query"`.
18217
+ # @return [String]
18218
+ #
18219
+ # @!attribute [rw] connection
18220
+ # Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
18221
+ # @return [Types::Option]
18222
+ #
18223
+ # @!attribute [rw] schema
18224
+ # Specifies a Snowflake database schema for your node to use.
18225
+ # @return [String]
18226
+ #
18227
+ # @!attribute [rw] table
18228
+ # Specifies a Snowflake table for your node to use.
18229
+ # @return [String]
18230
+ #
18231
+ # @!attribute [rw] database
18232
+ # Specifies a Snowflake database for your node to use.
18233
+ # @return [String]
18234
+ #
18235
+ # @!attribute [rw] temp_dir
18236
+ # Not currently used.
18237
+ # @return [String]
18238
+ #
18239
+ # @!attribute [rw] iam_role
18240
+ # Not currently used.
18241
+ # @return [Types::Option]
18242
+ #
18243
+ # @!attribute [rw] additional_options
18244
+ # Specifies additional options passed to the Snowflake connector. If
18245
+ # options are specified elsewhere in this node, this will take
18246
+ # precedence.
18247
+ # @return [Hash<String,String>]
18248
+ #
18249
+ # @!attribute [rw] sample_query
18250
+ # A SQL string used to retrieve data with the `query` sourcetype.
18251
+ # @return [String]
18252
+ #
18253
+ # @!attribute [rw] pre_action
18254
+ # A SQL string run before the Snowflake connector performs its
18255
+ # standard actions.
18256
+ # @return [String]
18257
+ #
18258
+ # @!attribute [rw] post_action
18259
+ # A SQL string run after the Snowflake connector performs its standard
18260
+ # actions.
18261
+ # @return [String]
18262
+ #
18263
+ # @!attribute [rw] action
18264
+ # Specifies what action to take when writing to a table with
18265
+ # preexisting data. Valid values: ` append`, `merge`, `truncate`,
18266
+ # `drop`.
18267
+ # @return [String]
18268
+ #
18269
+ # @!attribute [rw] upsert
18270
+ # Used when Action is `append`. Specifies the resolution behavior when
18271
+ # a row already exists. If true, preexisting rows will be updated. If
18272
+ # false, those rows will be inserted.
18273
+ # @return [Boolean]
18274
+ #
18275
+ # @!attribute [rw] merge_action
18276
+ # Specifies a merge action. Valid values: `simple`, `custom`. If
18277
+ # simple, merge behavior is defined by `MergeWhenMatched` and `
18278
+ # MergeWhenNotMatched`. If custom, defined by `MergeClause`.
18279
+ # @return [String]
18280
+ #
18281
+ # @!attribute [rw] merge_when_matched
18282
+ # Specifies how to resolve records that match preexisting data when
18283
+ # merging. Valid values: ` update`, `delete`.
18284
+ # @return [String]
18285
+ #
18286
+ # @!attribute [rw] merge_when_not_matched
18287
+ # Specifies how to process records that do not match preexisting data
18288
+ # when merging. Valid values: `insert`, `none`.
18289
+ # @return [String]
18290
+ #
18291
+ # @!attribute [rw] merge_clause
18292
+ # A SQL statement that specifies a custom merge behavior.
18293
+ # @return [String]
18294
+ #
18295
+ # @!attribute [rw] staging_table
18296
+ # The name of a staging table used when performing `merge` or upsert
18297
+ # `append` actions. Data is written to this table, then moved to
18298
+ # `table` by a generated postaction.
18299
+ # @return [String]
18300
+ #
18301
+ # @!attribute [rw] selected_columns
18302
+ # Specifies the columns combined to identify a record when detecting
18303
+ # matches for merges and upserts. A list of structures with `value`,
18304
+ # `label` and ` description` keys. Each structure describes a column.
18305
+ # @return [Array<Types::Option>]
18306
+ #
18307
+ # @!attribute [rw] auto_pushdown
18308
+ # Specifies whether automatic query pushdown is enabled. If pushdown
18309
+ # is enabled, then when a query is run on Spark, if part of the query
18310
+ # can be "pushed down" to the Snowflake server, it is pushed down.
18311
+ # This improves performance of some queries.
18312
+ # @return [Boolean]
18313
+ #
18314
+ # @!attribute [rw] table_schema
18315
+ # Manually defines the target schema for the node. A list of
18316
+ # structures with `value` , `label` and `description` keys. Each
18317
+ # structure defines a column.
18318
+ # @return [Array<Types::Option>]
18319
+ #
18320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SnowflakeNodeData AWS API Documentation
18321
+ #
18322
+ class SnowflakeNodeData < Struct.new(
18323
+ :source_type,
18324
+ :connection,
18325
+ :schema,
18326
+ :table,
18327
+ :database,
18328
+ :temp_dir,
18329
+ :iam_role,
18330
+ :additional_options,
18331
+ :sample_query,
18332
+ :pre_action,
18333
+ :post_action,
18334
+ :action,
18335
+ :upsert,
18336
+ :merge_action,
18337
+ :merge_when_matched,
18338
+ :merge_when_not_matched,
18339
+ :merge_clause,
18340
+ :staging_table,
18341
+ :selected_columns,
18342
+ :auto_pushdown,
18343
+ :table_schema)
18344
+ SENSITIVE = []
18345
+ include Aws::Structure
18346
+ end
18347
+
18348
+ # Specifies a Snowflake data source.
18349
+ #
18350
+ # @!attribute [rw] name
18351
+ # The name of the Snowflake data source.
18352
+ # @return [String]
18353
+ #
18354
+ # @!attribute [rw] data
18355
+ # Configuration for the Snowflake data source.
18356
+ # @return [Types::SnowflakeNodeData]
18357
+ #
18358
+ # @!attribute [rw] output_schemas
18359
+ # Specifies user-defined schemas for your output data.
18360
+ # @return [Array<Types::GlueSchema>]
18361
+ #
18362
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SnowflakeSource AWS API Documentation
18363
+ #
18364
+ class SnowflakeSource < Struct.new(
18365
+ :name,
18366
+ :data,
18367
+ :output_schemas)
18368
+ SENSITIVE = []
18369
+ include Aws::Structure
18370
+ end
18371
+
18372
+ # Specifies a Snowflake target.
18373
+ #
18374
+ # @!attribute [rw] name
18375
+ # The name of the Snowflake target.
18376
+ # @return [String]
18377
+ #
18378
+ # @!attribute [rw] data
18379
+ # Specifies the data of the Snowflake target node.
18380
+ # @return [Types::SnowflakeNodeData]
18381
+ #
18382
+ # @!attribute [rw] inputs
18383
+ # The nodes that are inputs to the data target.
18384
+ # @return [Array<String>]
18385
+ #
18386
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SnowflakeTarget AWS API Documentation
18387
+ #
18388
+ class SnowflakeTarget < Struct.new(
18389
+ :name,
18390
+ :data,
18391
+ :inputs)
18392
+ SENSITIVE = []
18393
+ include Aws::Structure
18394
+ end
18395
+
18202
18396
  # Specifies a field to sort by and a sort order.
18203
18397
  #
18204
18398
  # @!attribute [rw] field_name
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.151.0'
55
+ GEM_VERSION = '1.152.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.151.0
4
+ version: 1.152.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: 2023-07-24 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core