aws-sdk-timestreaminfluxdb 1.21.0 → 1.22.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: 7b301872cffa5e8e513f9682191a1f9d4f05c60a244df49b478d1be60fa7e324
4
- data.tar.gz: 2c493a33fe77dc0cbf350c63cac9f8ba81b2a595533cdc8dd861de3b404002eb
3
+ metadata.gz: ce6981b632c1853f4cb35a4fa37015d97615fe873d6b8001dd8c5803ba4ef536
4
+ data.tar.gz: fcbc35632474397452568f70eaf12008e25f6d604c20c3c93d742359a93e0705
5
5
  SHA512:
6
- metadata.gz: ea845df92d13c77ea4b8fe46b9096877c52709443a0e900e3ed51c63619e1f36214d8ff6654bc1b21ea8854699ec35f019f2355985dc9e0b49a0c66dbc13417c
7
- data.tar.gz: cb3f84863dffb951c76ced3e17473df081722dbb64270f5e0bb4e7f5ab11b64e7fec2f0f292288f1250bf284ebf091172c0cbcd6bd5f8d5a883d6147d1cc5e36
6
+ metadata.gz: 221046578cfb54ae4900e9f8bf92ad93706d725dfc8876c55e9ad40fcfef02b0ff93f7b1272ab66709140347857cdd5ef10a6d917e51ae55abcbac3ae3b9b88d
7
+ data.tar.gz: 3697610bd3a85882d6e77aeec1a989ea6eb7abc748ff8a5e704d8c4b6857a72e7b037e03ca47ace05b545c09346b33c75bdcb8b6c263cc2f3d90218d631d6de1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2025-03-10)
5
+ ------------------
6
+
7
+ * Feature - This release updates the default value of pprof-disabled from false to true.
8
+
4
9
  1.21.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -491,15 +491,14 @@ module Aws::TimestreamInfluxDB
491
491
  # hyphens. For example, my-user1. This username will allow you to access
492
492
  # the InfluxDB UI to perform various administrative tasks and also use
493
493
  # the InfluxDB CLI to create an operator token. These attributes will be
494
- # stored in a secret created in Amazon Web Services Secrets Manager in
495
- # your account.
494
+ # stored in a secret created in Secrets Manager in your account.
496
495
  #
497
496
  # @option params [required, String] :password
498
497
  # The password of the initial admin user created in InfluxDB. This
499
498
  # password will allow you to access the InfluxDB UI to perform various
500
499
  # administrative tasks and also use the InfluxDB CLI to create an
501
500
  # operator token. These attributes will be stored in a secret created in
502
- # Amazon Web Services Secrets Manager in your account.
501
+ # Secrets Manager in your account.
503
502
  #
504
503
  # @option params [String] :organization
505
504
  # The name of the initial organization for the initial admin user in
@@ -649,7 +648,7 @@ module Aws::TimestreamInfluxDB
649
648
  # password will allow you to access the InfluxDB UI to perform various
650
649
  # administrative tasks and also use the InfluxDB CLI to create an
651
650
  # operator token. These attributes will be stored in a Secret created in
652
- # Amazon Web Services SecretManager in your account.
651
+ # Secrets Manager in your account.
653
652
  #
654
653
  # @option params [String] :organization
655
654
  # The name of the initial organization for the initial admin user in
@@ -1758,7 +1757,7 @@ module Aws::TimestreamInfluxDB
1758
1757
  tracer: tracer
1759
1758
  )
1760
1759
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1761
- context[:gem_version] = '1.21.0'
1760
+ context[:gem_version] = '1.22.0'
1762
1761
  Seahorse::Client::Request.new(handlers, context)
1763
1762
  end
1764
1763
 
@@ -62,8 +62,8 @@ module Aws::TimestreamInfluxDB
62
62
  # consecutive hyphens. For example, my-user1. This username will allow
63
63
  # you to access the InfluxDB UI to perform various administrative
64
64
  # tasks and also use the InfluxDB CLI to create an operator token.
65
- # These attributes will be stored in a secret created in Amazon Web
66
- # Services Secrets Manager in your account.
65
+ # These attributes will be stored in a secret created in Secrets
66
+ # Manager in your account.
67
67
  # @return [String]
68
68
  #
69
69
  # @!attribute [rw] password
@@ -71,7 +71,7 @@ module Aws::TimestreamInfluxDB
71
71
  # password will allow you to access the InfluxDB UI to perform various
72
72
  # administrative tasks and also use the InfluxDB CLI to create an
73
73
  # operator token. These attributes will be stored in a secret created
74
- # in Amazon Web Services Secrets Manager in your account.
74
+ # in Secrets Manager in your account.
75
75
  # @return [String]
76
76
  #
77
77
  # @!attribute [rw] organization
@@ -232,7 +232,7 @@ module Aws::TimestreamInfluxDB
232
232
  # password will allow you to access the InfluxDB UI to perform various
233
233
  # administrative tasks and also use the InfluxDB CLI to create an
234
234
  # operator token. These attributes will be stored in a Secret created
235
- # in Amazon Web Services SecretManager in your account.
235
+ # in Secrets Manager in your account.
236
236
  # @return [String]
237
237
  #
238
238
  # @!attribute [rw] organization
@@ -431,11 +431,10 @@ module Aws::TimestreamInfluxDB
431
431
  # @return [Types::LogDeliveryConfiguration]
432
432
  #
433
433
  # @!attribute [rw] influx_auth_parameters_secret_arn
434
- # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
435
- # Manager secret containing the initial InfluxDB authorization
436
- # parameters. The secret value is a JSON formatted key-value pair
437
- # holding InfluxDB authorization values: organization, bucket,
438
- # username, and password.
434
+ # The Amazon Resource Name (ARN) of the Secrets Manager secret
435
+ # containing the initial InfluxDB authorization parameters. The secret
436
+ # value is a JSON formatted key-value pair holding InfluxDB
437
+ # authorization values: organization, bucket, username, and password.
439
438
  # @return [String]
440
439
  #
441
440
  # @!attribute [rw] db_cluster_id
@@ -693,8 +692,8 @@ module Aws::TimestreamInfluxDB
693
692
  #
694
693
  # @!attribute [rw] name
695
694
  # This customer-supplied name uniquely identifies the DB instance when
696
- # interacting with the Amazon Timestream for InfluxDB API and Amazon
697
- # Web Services CLI commands.
695
+ # interacting with the Amazon Timestream for InfluxDB API and CLI
696
+ # commands.
698
697
  # @return [String]
699
698
  #
700
699
  # @!attribute [rw] arn
@@ -903,11 +902,10 @@ module Aws::TimestreamInfluxDB
903
902
  # @return [Types::LogDeliveryConfiguration]
904
903
  #
905
904
  # @!attribute [rw] influx_auth_parameters_secret_arn
906
- # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
907
- # Manager secret containing the initial InfluxDB authorization
908
- # parameters. The secret value is a JSON formatted key-value pair
909
- # holding InfluxDB authorization values: organization, bucket,
910
- # username, and password.
905
+ # The Amazon Resource Name (ARN) of the Secrets Manager secret
906
+ # containing the initial InfluxDB authorization parameters. The secret
907
+ # value is a JSON formatted key-value pair holding InfluxDB
908
+ # authorization values: organization, bucket, username, and password.
911
909
  # @return [String]
912
910
  #
913
911
  # @!attribute [rw] db_cluster_id
@@ -1046,11 +1044,10 @@ module Aws::TimestreamInfluxDB
1046
1044
  # @return [Types::LogDeliveryConfiguration]
1047
1045
  #
1048
1046
  # @!attribute [rw] influx_auth_parameters_secret_arn
1049
- # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
1050
- # Manager secret containing the initial InfluxDB authorization
1051
- # parameters. The secret value is a JSON formatted key-value pair
1052
- # holding InfluxDB authorization values: organization, bucket,
1053
- # username, and password.
1047
+ # The Amazon Resource Name (ARN) of the Secrets Manager secret
1048
+ # containing the initial InfluxDB authorization parameters. The secret
1049
+ # value is a JSON formatted key-value pair holding InfluxDB
1050
+ # authorization values: organization, bucket, username, and password.
1054
1051
  # @return [String]
1055
1052
  #
1056
1053
  # @!attribute [rw] vpc_subnet_ids
@@ -1186,11 +1183,10 @@ module Aws::TimestreamInfluxDB
1186
1183
  # @return [Types::LogDeliveryConfiguration]
1187
1184
  #
1188
1185
  # @!attribute [rw] influx_auth_parameters_secret_arn
1189
- # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
1190
- # Manager secret containing the initial InfluxDB authorization
1191
- # parameters. The secret value is a JSON formatted key-value pair
1192
- # holding InfluxDB authorization values: organization, bucket,
1193
- # username, and password.
1186
+ # The Amazon Resource Name (ARN) of the Secrets Manager secret
1187
+ # containing the initial InfluxDB authorization parameters. The secret
1188
+ # value is a JSON formatted key-value pair holding InfluxDB
1189
+ # authorization values: organization, bucket, username, and password.
1194
1190
  # @return [String]
1195
1191
  #
1196
1192
  # @!attribute [rw] db_cluster_id
@@ -1385,7 +1381,7 @@ module Aws::TimestreamInfluxDB
1385
1381
  # Disable the /debug/pprof HTTP endpoint. This endpoint provides
1386
1382
  # runtime profiling data and can be helpful when debugging.
1387
1383
  #
1388
- # Default: false
1384
+ # Default: true
1389
1385
  # @return [Boolean]
1390
1386
  #
1391
1387
  # @!attribute [rw] query_initial_memory_bytes
@@ -2056,8 +2052,8 @@ module Aws::TimestreamInfluxDB
2056
2052
  #
2057
2053
  # @!attribute [rw] name
2058
2054
  # This customer-supplied name uniquely identifies the DB instance when
2059
- # interacting with the Amazon Timestream for InfluxDB API and Amazon
2060
- # Web Services CLI commands.
2055
+ # interacting with the Amazon Timestream for InfluxDB API and CLI
2056
+ # commands.
2061
2057
  # @return [String]
2062
2058
  #
2063
2059
  # @!attribute [rw] arn
@@ -2133,11 +2129,10 @@ module Aws::TimestreamInfluxDB
2133
2129
  # @return [Types::LogDeliveryConfiguration]
2134
2130
  #
2135
2131
  # @!attribute [rw] influx_auth_parameters_secret_arn
2136
- # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
2137
- # Manager secret containing the initial InfluxDB authorization
2138
- # parameters. The secret value is a JSON formatted key-value pair
2139
- # holding InfluxDB authorization values: organization, bucket,
2140
- # username, and password.
2132
+ # The Amazon Resource Name (ARN) of the Secrets Manager secret
2133
+ # containing the initial InfluxDB authorization parameters. The secret
2134
+ # value is a JSON formatted key-value pair holding InfluxDB
2135
+ # authorization values: organization, bucket, username, and password.
2141
2136
  # @return [String]
2142
2137
  #
2143
2138
  # @!attribute [rw] db_cluster_id
@@ -54,7 +54,7 @@ module Aws::TimestreamInfluxDB
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
56
56
 
57
- GEM_VERSION = '1.21.0'
57
+ GEM_VERSION = '1.22.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreaminfluxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core