aws-sdk-sagemaker 1.229.0 → 1.231.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,147 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SageMaker
10
+ module Waiters
11
+
12
+ class EndpointDeleted
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ endpoint_name: ::String
18
+ ) -> Client::_DescribeEndpointResponseSuccess
19
+ | (Hash[Symbol, untyped]) -> Client::_DescribeEndpointResponseSuccess
20
+ end
21
+
22
+ class EndpointInService
23
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
24
+ | (?Hash[Symbol, untyped]) -> void
25
+
26
+ def wait: (
27
+ endpoint_name: ::String
28
+ ) -> Client::_DescribeEndpointResponseSuccess
29
+ | (Hash[Symbol, untyped]) -> Client::_DescribeEndpointResponseSuccess
30
+ end
31
+
32
+ class ImageCreated
33
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
34
+ | (?Hash[Symbol, untyped]) -> void
35
+
36
+ def wait: (
37
+ image_name: ::String
38
+ ) -> Client::_DescribeImageResponseSuccess
39
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageResponseSuccess
40
+ end
41
+
42
+ class ImageDeleted
43
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
44
+ | (?Hash[Symbol, untyped]) -> void
45
+
46
+ def wait: (
47
+ image_name: ::String
48
+ ) -> Client::_DescribeImageResponseSuccess
49
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageResponseSuccess
50
+ end
51
+
52
+ class ImageUpdated
53
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
54
+ | (?Hash[Symbol, untyped]) -> void
55
+
56
+ def wait: (
57
+ image_name: ::String
58
+ ) -> Client::_DescribeImageResponseSuccess
59
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageResponseSuccess
60
+ end
61
+
62
+ class ImageVersionCreated
63
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
64
+ | (?Hash[Symbol, untyped]) -> void
65
+
66
+ def wait: (
67
+ image_name: ::String,
68
+ ?version: ::Integer,
69
+ ?alias: ::String
70
+ ) -> Client::_DescribeImageVersionResponseSuccess
71
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageVersionResponseSuccess
72
+ end
73
+
74
+ class ImageVersionDeleted
75
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
76
+ | (?Hash[Symbol, untyped]) -> void
77
+
78
+ def wait: (
79
+ image_name: ::String,
80
+ ?version: ::Integer,
81
+ ?alias: ::String
82
+ ) -> Client::_DescribeImageVersionResponseSuccess
83
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageVersionResponseSuccess
84
+ end
85
+
86
+ class NotebookInstanceDeleted
87
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
88
+ | (?Hash[Symbol, untyped]) -> void
89
+
90
+ def wait: (
91
+ notebook_instance_name: ::String
92
+ ) -> Client::_DescribeNotebookInstanceResponseSuccess
93
+ | (Hash[Symbol, untyped]) -> Client::_DescribeNotebookInstanceResponseSuccess
94
+ end
95
+
96
+ class NotebookInstanceInService
97
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
98
+ | (?Hash[Symbol, untyped]) -> void
99
+
100
+ def wait: (
101
+ notebook_instance_name: ::String
102
+ ) -> Client::_DescribeNotebookInstanceResponseSuccess
103
+ | (Hash[Symbol, untyped]) -> Client::_DescribeNotebookInstanceResponseSuccess
104
+ end
105
+
106
+ class NotebookInstanceStopped
107
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
108
+ | (?Hash[Symbol, untyped]) -> void
109
+
110
+ def wait: (
111
+ notebook_instance_name: ::String
112
+ ) -> Client::_DescribeNotebookInstanceResponseSuccess
113
+ | (Hash[Symbol, untyped]) -> Client::_DescribeNotebookInstanceResponseSuccess
114
+ end
115
+
116
+ class ProcessingJobCompletedOrStopped
117
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
118
+ | (?Hash[Symbol, untyped]) -> void
119
+
120
+ def wait: (
121
+ processing_job_name: ::String
122
+ ) -> Client::_DescribeProcessingJobResponseSuccess
123
+ | (Hash[Symbol, untyped]) -> Client::_DescribeProcessingJobResponseSuccess
124
+ end
125
+
126
+ class TrainingJobCompletedOrStopped
127
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
128
+ | (?Hash[Symbol, untyped]) -> void
129
+
130
+ def wait: (
131
+ training_job_name: ::String
132
+ ) -> Client::_DescribeTrainingJobResponseSuccess
133
+ | (Hash[Symbol, untyped]) -> Client::_DescribeTrainingJobResponseSuccess
134
+ end
135
+
136
+ class TransformJobCompletedOrStopped
137
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
138
+ | (?Hash[Symbol, untyped]) -> void
139
+
140
+ def wait: (
141
+ transform_job_name: ::String
142
+ ) -> Client::_DescribeTransformJobResponseSuccess
143
+ | (Hash[Symbol, untyped]) -> Client::_DescribeTransformJobResponseSuccess
144
+ end
145
+ end
146
+ end
147
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.229.0
4
+ version: 1.231.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-14 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,11 @@ files:
67
67
  - lib/aws-sdk-sagemaker/resource.rb
68
68
  - lib/aws-sdk-sagemaker/types.rb
69
69
  - lib/aws-sdk-sagemaker/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0