aws-sdk-osis 1.0.0 → 1.1.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: b9157b862956079ebdc9facff1399845b81296817d25fdfd3fd1174b829e47f3
4
- data.tar.gz: 65846d1c9530ed4065145620eee675263838f04764e5fc708eb5df13d945e1e1
3
+ metadata.gz: ec545720491bb10f4a0452ccca361b14a9386bf23aae544a91ad7df303f4de3a
4
+ data.tar.gz: 1c26d3511496d6a9132d7d52b3e29e1400ab9df693e1ce0a39b3e9852a534670
5
5
  SHA512:
6
- metadata.gz: 460701249ef8d6b986395e47ba571eee5271d10df13bc799e8fde9ee3d8170e07806b3b4fca51689eb3bb9309435c1664fa72b4f17bf45123644ca10b34af3b8
7
- data.tar.gz: 415f2ce7fb74fd4ef031fd76d9afeca5d9ba177a26365616283fba7e32e44cfdd3e809ee1c48ac4fe9e332ab8fc09bcc8fdd5c8350345dbe6c5c0dba89fb89a8
6
+ metadata.gz: 788fb65b5be49dbd3374bae31f64730f7c37d403c8032ce35456b96e72fe0cbb3eefb55998377768d8d1d807e25641b280ab7f8f74f846ab6b81b63f5b5e7df2
7
+ data.tar.gz: f125abd174e8225eae1aa1598f65c23df7cf7ef42260dfe71dff870fbed013da70073bd24fa47fd1bfdb15ed2a40b36ef4e1b58548c38aa30b1c668d602579c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-04-27)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for OpenSearch Ingestion
8
+
4
9
  1.0.0 (2023-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -369,11 +369,11 @@ module Aws::OSIS
369
369
  # @!group API Operations
370
370
 
371
371
  # Creates an OpenSearch Ingestion pipeline. For more information, see
372
- # [Creating and managing OpenSearch Ingestion pipelines][1].
372
+ # [Creating Amazon OpenSearch Ingestion pipelines][1].
373
373
  #
374
374
  #
375
375
  #
376
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html
376
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html
377
377
  #
378
378
  # @option params [required, String] :pipeline_name
379
379
  # The name of the OpenSearch Ingestion pipeline to create. Pipeline
@@ -465,11 +465,11 @@ module Aws::OSIS
465
465
  end
466
466
 
467
467
  # Deletes an OpenSearch Ingestion pipeline. For more information, see
468
- # [Deleting pipelines][1].
468
+ # [Deleting Amazon OpenSearch Ingestion pipelines][1].
469
469
  #
470
470
  #
471
471
  #
472
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html#delete-pipeline
472
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/delete-pipeline.html
473
473
  #
474
474
  # @option params [required, String] :pipeline_name
475
475
  # The name of the pipeline to delete.
@@ -540,7 +540,12 @@ module Aws::OSIS
540
540
 
541
541
  # Retrieves information about a specific blueprint for OpenSearch
542
542
  # Ingestion. Blueprints are templates for the configuration needed for a
543
- # `CreatePipeline` request.
543
+ # `CreatePipeline` request. For more information, see [Using blueprints
544
+ # to create a pipeline][1].
545
+ #
546
+ #
547
+ #
548
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html#pipeline-blueprint
544
549
  #
545
550
  # @option params [required, String] :blueprint_name
546
551
  # The name of the blueprint to retrieve.
@@ -573,12 +578,12 @@ module Aws::OSIS
573
578
  # OpenSearch Ingestion pipeline. Currently, this operation only returns
574
579
  # information when a pipeline is being created.
575
580
  #
576
- # For more information, see [Creating and managing OpenSearch Ingestion
577
- # pipelines][1].
581
+ # For more information, see [Tracking the status of pipeline
582
+ # creation][1].
578
583
  #
579
584
  #
580
585
  #
581
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html
586
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html#get-pipeline-progress
582
587
  #
583
588
  # @option params [required, String] :pipeline_name
584
589
  # The name of the pipeline.
@@ -614,7 +619,12 @@ module Aws::OSIS
614
619
  req.send_request(options)
615
620
  end
616
621
 
617
- # Retrieves a list of all available blueprints for Data Prepper.
622
+ # Retrieves a list of all available blueprints for Data Prepper. For
623
+ # more information, see [Using blueprints to create a pipeline][1].
624
+ #
625
+ #
626
+ #
627
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html#pipeline-blueprint
618
628
  #
619
629
  # @return [Types::ListPipelineBlueprintsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
620
630
  #
@@ -635,12 +645,12 @@ module Aws::OSIS
635
645
  end
636
646
 
637
647
  # Lists all OpenSearch Ingestion pipelines in the current Amazon Web
638
- # Services account and Region. For more information, see [Creating and
639
- # managing OpenSearch Ingestion pipelines][1].
648
+ # Services account and Region. For more information, see [Viewing Amazon
649
+ # OpenSearch Ingestion pipelines][1].
640
650
  #
641
651
  #
642
652
  #
643
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html
653
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/list-pipeline.html
644
654
  #
645
655
  # @option params [Integer] :max_results
646
656
  # An optional parameter that specifies the maximum number of results to
@@ -688,8 +698,8 @@ module Aws::OSIS
688
698
  end
689
699
 
690
700
  # Lists all resource tags associated with an OpenSearch Ingestion
691
- # pipeline. For more information, see [Tagging OpenSearch Ingestion
692
- # pipelines][1].
701
+ # pipeline. For more information, see [Tagging Amazon OpenSearch
702
+ # Ingestion pipelines][1].
693
703
  #
694
704
  #
695
705
  #
@@ -724,11 +734,11 @@ module Aws::OSIS
724
734
  end
725
735
 
726
736
  # Starts an OpenSearch Ingestion pipeline. For more information, see
727
- # [Starting pipelines][1].
737
+ # [Starting an OpenSearch Ingestion pipeline][1].
728
738
  #
729
739
  #
730
740
  #
731
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html#start-pipeline
741
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/pipeline--stop-start.html#pipeline--start
732
742
  #
733
743
  # @option params [required, String] :pipeline_name
734
744
  # The name of the pipeline to start.
@@ -776,11 +786,11 @@ module Aws::OSIS
776
786
  end
777
787
 
778
788
  # Stops an OpenSearch Ingestion pipeline. For more information, see
779
- # [Stopping pipelines][1].
789
+ # [Stopping an OpenSearch Ingestion pipeline][1].
780
790
  #
781
791
  #
782
792
  #
783
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html#stop-pipeline
793
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/pipeline--stop-start.html#pipeline--stop
784
794
  #
785
795
  # @option params [required, String] :pipeline_name
786
796
  # The name of the pipeline to stop.
@@ -828,7 +838,7 @@ module Aws::OSIS
828
838
  end
829
839
 
830
840
  # Tags an OpenSearch Ingestion pipeline. For more information, see
831
- # [Tagging OpenSearch Ingestion pipelines][1].
841
+ # [Tagging Amazon OpenSearch Ingestion pipelines][1].
832
842
  #
833
843
  #
834
844
  #
@@ -864,7 +874,8 @@ module Aws::OSIS
864
874
  end
865
875
 
866
876
  # Removes one or more tags from an OpenSearch Ingestion pipeline. For
867
- # more information, see [Tagging OpenSearch Ingestion pipelines][1].
877
+ # more information, see [Tagging Amazon OpenSearch Ingestion
878
+ # pipelines][1].
868
879
  #
869
880
  #
870
881
  #
@@ -895,11 +906,11 @@ module Aws::OSIS
895
906
  end
896
907
 
897
908
  # Updates an OpenSearch Ingestion pipeline. For more information, see
898
- # [Creating and managing OpenSearch Ingestion pipelines][1].
909
+ # [Updating Amazon OpenSearch Ingestion pipelines][1].
899
910
  #
900
911
  #
901
912
  #
902
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html
913
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/update-pipeline.html
903
914
  #
904
915
  # @option params [required, String] :pipeline_name
905
916
  # The name of the pipeline to update.
@@ -971,12 +982,12 @@ module Aws::OSIS
971
982
  end
972
983
 
973
984
  # Checks whether an OpenSearch Ingestion pipeline configuration is valid
974
- # prior to creation. For more information, see [Creating and managing
985
+ # prior to creation. For more information, see [Creating Amazon
975
986
  # OpenSearch Ingestion pipelines][1].
976
987
  #
977
988
  #
978
989
  #
979
- # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/manage-pipeline.html
990
+ # [1]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/creating-pipeline.html
980
991
  #
981
992
  # @option params [required, String] :pipeline_configuration_body
982
993
  # The pipeline configuration in YAML format. The command accepts the
@@ -1023,7 +1034,7 @@ module Aws::OSIS
1023
1034
  params: params,
1024
1035
  config: config)
1025
1036
  context[:gem_name] = 'aws-sdk-osis'
1026
- context[:gem_version] = '1.0.0'
1037
+ context[:gem_version] = '1.1.0'
1027
1038
  Seahorse::Client::Request.new(handlers, context)
1028
1039
  end
1029
1040
 
data/lib/aws-sdk-osis.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-osis/customizations'
52
52
  # @!group service
53
53
  module Aws::OSIS
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-osis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-04-26 00:00:00.000000000 Z
11
+ date: 2023-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core