aws-sdk-mq 1.77.0 → 1.79.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9a68b260b2e4f443d466d53f5d2c03f5cf51d679f9d55020c9112a5ba89ea72
4
- data.tar.gz: 536566e8c295398db60844c25379df66cff4d378b7f47250f859b5917b161c11
3
+ metadata.gz: 93510a59c0159a143c1f2853ce558efca299a2ec271c602d7cc0f3cf9ff8c1cd
4
+ data.tar.gz: 8ae2408b34d70194747ca042e236edae0a09860865deae11f68699021deda66b
5
5
  SHA512:
6
- metadata.gz: dbc56a88db043f0cb94aae405ee608506d29345d1678a1cbe20cd1f474ca31c99b4d17e676f0fce0f4dd4eda6f138faec896b859eb6331444abfd1cfb1519d19
7
- data.tar.gz: a8020547874247282f290ba2f0a4320d71227b3e45845a851baa1814e6d1643860fb358818db6673ba449f588f18f738660e0653a9f81a2f0eb4d10ef17b2173
6
+ metadata.gz: 855f21bcf0bcdb943220dee36dca45ab24baaba9f8175b195adda099acc6f17b4c0c25729f4a259796082a4ce7ca88b8b55b81563f906d040b3944567b9e3db7
7
+ data.tar.gz: c340b27597c39fed98d8f7cb2e776cb9d90b31192db51b51f6c7db8bfac11e1172bc0913e189c06ed17bcb5f25905046d5bdc7faf591ef5cbb4e12b86dc5e641
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.78.0 (2025-04-22)
10
+ ------------------
11
+
12
+ * Feature - You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
13
+
4
14
  1.77.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.79.0
@@ -809,6 +809,33 @@ module Aws::MQ
809
809
  req.send_request(options)
810
810
  end
811
811
 
812
+ # Deletes the specified configuration.
813
+ #
814
+ # @option params [required, String] :configuration_id
815
+ #
816
+ # @return [Types::DeleteConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
817
+ #
818
+ # * {Types::DeleteConfigurationResponse#configuration_id #configuration_id} => String
819
+ #
820
+ # @example Request syntax with placeholder values
821
+ #
822
+ # resp = client.delete_configuration({
823
+ # configuration_id: "__string", # required
824
+ # })
825
+ #
826
+ # @example Response structure
827
+ #
828
+ # resp.configuration_id #=> String
829
+ #
830
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteConfiguration AWS API Documentation
831
+ #
832
+ # @overload delete_configuration(params = {})
833
+ # @param [Hash] params ({})
834
+ def delete_configuration(params = {}, options = {})
835
+ req = build_request(:delete_configuration, params)
836
+ req.send_request(options)
837
+ end
838
+
812
839
  # Removes a tag from a resource.
813
840
  #
814
841
  # @option params [required, String] :resource_arn
@@ -1709,7 +1736,7 @@ module Aws::MQ
1709
1736
  tracer: tracer
1710
1737
  )
1711
1738
  context[:gem_name] = 'aws-sdk-mq'
1712
- context[:gem_version] = '1.77.0'
1739
+ context[:gem_version] = '1.79.0'
1713
1740
  Seahorse::Client::Request.new(handlers, context)
1714
1741
  end
1715
1742
 
@@ -51,6 +51,9 @@ module Aws::MQ
51
51
  DeleteBrokerOutput = Shapes::StructureShape.new(name: 'DeleteBrokerOutput')
52
52
  DeleteBrokerRequest = Shapes::StructureShape.new(name: 'DeleteBrokerRequest')
53
53
  DeleteBrokerResponse = Shapes::StructureShape.new(name: 'DeleteBrokerResponse')
54
+ DeleteConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteConfigurationOutput')
55
+ DeleteConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRequest')
56
+ DeleteConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationResponse')
54
57
  DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
55
58
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
56
59
  DeleteUserResponse = Shapes::StructureShape.new(name: 'DeleteUserResponse')
@@ -230,7 +233,7 @@ module Aws::MQ
230
233
  CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
231
234
  CreateBrokerInput.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
232
235
  CreateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
233
- CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
236
+ CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken" => true}))
234
237
  CreateBrokerInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
235
238
  CreateBrokerInput.add_member(:data_replication_mode, Shapes::ShapeRef.new(shape: DataReplicationMode, location_name: "dataReplicationMode"))
236
239
  CreateBrokerInput.add_member(:data_replication_primary_broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "dataReplicationPrimaryBrokerArn"))
@@ -257,7 +260,7 @@ module Aws::MQ
257
260
  CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
258
261
  CreateBrokerRequest.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
259
262
  CreateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
260
- CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
263
+ CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken" => true}))
261
264
  CreateBrokerRequest.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
262
265
  CreateBrokerRequest.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
263
266
  CreateBrokerRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
@@ -347,6 +350,15 @@ module Aws::MQ
347
350
  DeleteBrokerResponse.add_member(:broker_id, Shapes::ShapeRef.new(shape: __string, location_name: "brokerId"))
348
351
  DeleteBrokerResponse.struct_class = Types::DeleteBrokerResponse
349
352
 
353
+ DeleteConfigurationOutput.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "configurationId"))
354
+ DeleteConfigurationOutput.struct_class = Types::DeleteConfigurationOutput
355
+
356
+ DeleteConfigurationRequest.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "configuration-id"))
357
+ DeleteConfigurationRequest.struct_class = Types::DeleteConfigurationRequest
358
+
359
+ DeleteConfigurationResponse.add_member(:configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "configurationId"))
360
+ DeleteConfigurationResponse.struct_class = Types::DeleteConfigurationResponse
361
+
350
362
  DeleteTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
351
363
  DeleteTagsRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
352
364
  DeleteTagsRequest.struct_class = Types::DeleteTagsRequest
@@ -895,6 +907,19 @@ module Aws::MQ
895
907
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
896
908
  end)
897
909
 
910
+ api.add_operation(:delete_configuration, Seahorse::Model::Operation.new.tap do |o|
911
+ o.name = "DeleteConfiguration"
912
+ o.http_method = "DELETE"
913
+ o.http_request_uri = "/v1/configurations/{configuration-id}"
914
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationRequest)
915
+ o.output = Shapes::ShapeRef.new(shape: DeleteConfigurationResponse)
916
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
917
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
921
+ end)
922
+
898
923
  api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
899
924
  o.name = "DeleteTags"
900
925
  o.http_method = "DELETE"
@@ -1054,6 +1054,42 @@ module Aws::MQ
1054
1054
  include Aws::Structure
1055
1055
  end
1056
1056
 
1057
+ # Returns information about the deleted configuration.
1058
+ #
1059
+ # @!attribute [rw] configuration_id
1060
+ # The unique ID that Amazon MQ generates for the configuration.
1061
+ # @return [String]
1062
+ #
1063
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteConfigurationOutput AWS API Documentation
1064
+ #
1065
+ class DeleteConfigurationOutput < Struct.new(
1066
+ :configuration_id)
1067
+ SENSITIVE = []
1068
+ include Aws::Structure
1069
+ end
1070
+
1071
+ # @!attribute [rw] configuration_id
1072
+ # @return [String]
1073
+ #
1074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteConfigurationRequest AWS API Documentation
1075
+ #
1076
+ class DeleteConfigurationRequest < Struct.new(
1077
+ :configuration_id)
1078
+ SENSITIVE = []
1079
+ include Aws::Structure
1080
+ end
1081
+
1082
+ # @!attribute [rw] configuration_id
1083
+ # @return [String]
1084
+ #
1085
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteConfigurationResponse AWS API Documentation
1086
+ #
1087
+ class DeleteConfigurationResponse < Struct.new(
1088
+ :configuration_id)
1089
+ SENSITIVE = []
1090
+ include Aws::Structure
1091
+ end
1092
+
1057
1093
  # @!attribute [rw] resource_arn
1058
1094
  # @return [String]
1059
1095
  #
data/lib/aws-sdk-mq.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::MQ
54
54
  autoload :EndpointProvider, 'aws-sdk-mq/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mq/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.79.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -191,6 +191,16 @@ module Aws
191
191
  ) -> _DeleteBrokerResponseSuccess
192
192
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBrokerResponseSuccess
193
193
 
194
+ interface _DeleteConfigurationResponseSuccess
195
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConfigurationResponse]
196
+ def configuration_id: () -> ::String
197
+ end
198
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MQ/Client.html#delete_configuration-instance_method
199
+ def delete_configuration: (
200
+ configuration_id: ::String
201
+ ) -> _DeleteConfigurationResponseSuccess
202
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfigurationResponseSuccess
203
+
194
204
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MQ/Client.html#delete_tags-instance_method
195
205
  def delete_tags: (
196
206
  resource_arn: ::String,
data/sig/types.rbs CHANGED
@@ -268,6 +268,21 @@ module Aws::MQ
268
268
  SENSITIVE: []
269
269
  end
270
270
 
271
+ class DeleteConfigurationOutput
272
+ attr_accessor configuration_id: ::String
273
+ SENSITIVE: []
274
+ end
275
+
276
+ class DeleteConfigurationRequest
277
+ attr_accessor configuration_id: ::String
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class DeleteConfigurationResponse
282
+ attr_accessor configuration_id: ::String
283
+ SENSITIVE: []
284
+ end
285
+
271
286
  class DeleteTagsRequest
272
287
  attr_accessor resource_arn: ::String
273
288
  attr_accessor tag_keys: ::Array[::String]
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mq
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mq/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AmazonMQ
99
96
  test_files: []