aws-sdk-controlcatalog 1.0.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/types.rbs ADDED
@@ -0,0 +1,131 @@
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::ControlCatalog
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AssociatedDomainSummary
17
+ attr_accessor arn: ::String
18
+ attr_accessor name: ::String
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class AssociatedObjectiveSummary
23
+ attr_accessor arn: ::String
24
+ attr_accessor name: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class CommonControlFilter
29
+ attr_accessor objectives: ::Array[Types::ObjectiveResourceFilter]
30
+ SENSITIVE: []
31
+ end
32
+
33
+ class CommonControlSummary
34
+ attr_accessor arn: ::String
35
+ attr_accessor create_time: ::Time
36
+ attr_accessor description: ::String
37
+ attr_accessor domain: Types::AssociatedDomainSummary
38
+ attr_accessor last_update_time: ::Time
39
+ attr_accessor name: ::String
40
+ attr_accessor objective: Types::AssociatedObjectiveSummary
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class DomainResourceFilter
45
+ attr_accessor arn: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class DomainSummary
50
+ attr_accessor arn: ::String
51
+ attr_accessor create_time: ::Time
52
+ attr_accessor description: ::String
53
+ attr_accessor last_update_time: ::Time
54
+ attr_accessor name: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class InternalServerException
59
+ attr_accessor message: ::String
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class ListCommonControlsRequest
64
+ attr_accessor common_control_filter: Types::CommonControlFilter
65
+ attr_accessor max_results: ::Integer
66
+ attr_accessor next_token: ::String
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class ListCommonControlsResponse
71
+ attr_accessor common_controls: ::Array[Types::CommonControlSummary]
72
+ attr_accessor next_token: ::String
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class ListDomainsRequest
77
+ attr_accessor max_results: ::Integer
78
+ attr_accessor next_token: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class ListDomainsResponse
83
+ attr_accessor domains: ::Array[Types::DomainSummary]
84
+ attr_accessor next_token: ::String
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class ListObjectivesRequest
89
+ attr_accessor max_results: ::Integer
90
+ attr_accessor next_token: ::String
91
+ attr_accessor objective_filter: Types::ObjectiveFilter
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class ListObjectivesResponse
96
+ attr_accessor next_token: ::String
97
+ attr_accessor objectives: ::Array[Types::ObjectiveSummary]
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class ObjectiveFilter
102
+ attr_accessor domains: ::Array[Types::DomainResourceFilter]
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class ObjectiveResourceFilter
107
+ attr_accessor arn: ::String
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class ObjectiveSummary
112
+ attr_accessor arn: ::String
113
+ attr_accessor create_time: ::Time
114
+ attr_accessor description: ::String
115
+ attr_accessor domain: Types::AssociatedDomainSummary
116
+ attr_accessor last_update_time: ::Time
117
+ attr_accessor name: ::String
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class ThrottlingException
122
+ attr_accessor message: ::String
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class ValidationException
127
+ attr_accessor message: ::String
128
+ SENSITIVE: []
129
+ end
130
+ end
131
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 ControlCatalog
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aws-sdk-controlcatalog
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Amazon Web Services
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-04-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: aws-sdk-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.191.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.191.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: aws-sigv4
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.1'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.1'
47
+ description: Official AWS Ruby gem for AWS Control Catalog. This gem is part of the
48
+ AWS SDK for Ruby.
49
+ email:
50
+ - aws-dr-rubygems@amazon.com
51
+ executables: []
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
58
+ - lib/aws-sdk-controlcatalog.rb
59
+ - lib/aws-sdk-controlcatalog/client.rb
60
+ - lib/aws-sdk-controlcatalog/client_api.rb
61
+ - lib/aws-sdk-controlcatalog/customizations.rb
62
+ - lib/aws-sdk-controlcatalog/endpoint_parameters.rb
63
+ - lib/aws-sdk-controlcatalog/endpoint_provider.rb
64
+ - lib/aws-sdk-controlcatalog/endpoints.rb
65
+ - lib/aws-sdk-controlcatalog/errors.rb
66
+ - lib/aws-sdk-controlcatalog/plugins/endpoints.rb
67
+ - lib/aws-sdk-controlcatalog/resource.rb
68
+ - lib/aws-sdk-controlcatalog/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
74
+ homepage: https://github.com/aws/aws-sdk-ruby
75
+ licenses:
76
+ - Apache-2.0
77
+ metadata:
78
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controlcatalog
79
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controlcatalog/CHANGELOG.md
80
+ post_install_message:
81
+ rdoc_options: []
82
+ require_paths:
83
+ - lib
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '2.5'
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ requirements: []
95
+ rubygems_version: 3.4.10
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: AWS SDK for Ruby - AWS Control Catalog
99
+ test_files: []