aws-partitions 1.571.0 → 1.572.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: e165fb67d16d030ba03c22f19c58d6d69c682038f3c82f9ee75b910dc89f0c09
4
- data.tar.gz: 1afdf387d9d25c0e3d4c5671b60a42b836f8cbd31eb9ac76370dd7e9b5e0f619
3
+ metadata.gz: 2881fcca3e6280e1f219dd0856e5faeec3f2213a2d5c8e0fd3fb6b3c44dc2f5d
4
+ data.tar.gz: 779870de6b7e44b5aafeb4f2642adb0d497a06091e7ce8026caf84a49cb6eb06
5
5
  SHA512:
6
- metadata.gz: 5c59e3f482818f22c3bc129cf183fb341479205ca26c0dd1bf6e0b4aae80944d2c0fec41bc762f265f938735567fde131c11922eec675dd30f24ea18aa82e4dc
7
- data.tar.gz: 9cac45251d3e63668cc7b8879937baefbf890bc785aacb8ac5db8aa436e5928ed445777204411a1e9782998d655426d6c4f0c14d7ae9bd4423fdd42022a03833
6
+ metadata.gz: ff7d86861fc908df1346b70f52ff5205e3cff2eef731ee9b15dc300bef8e1cef77bdb53914ab906cd11585e0d6b1c6422cbb4264907f7b543f2fb1273e428051
7
+ data.tar.gz: d1aa1228ccee7d543298a5adfecce0706f1ceaff2fef16849118ac88298f638b374e25e24919718d66425c855d7ddf13af4b586673c2961db81b203c4f8f2d32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.572.0 (2022-03-31)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PinpointSMSVoiceV2`.
8
+
4
9
  1.571.0 (2022-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.571.0
1
+ 1.572.0
@@ -446,6 +446,7 @@ module Aws
446
446
  'Pinpoint' => 'pinpoint',
447
447
  'PinpointEmail' => 'email',
448
448
  'PinpointSMSVoice' => 'sms-voice.pinpoint',
449
+ 'PinpointSMSVoiceV2' => 'sms-voice',
449
450
  'Polly' => 'polly',
450
451
  'Pricing' => 'api.pricing',
451
452
  'PrometheusService' => 'aps',
data/partitions.json CHANGED
@@ -2866,6 +2866,94 @@
2866
2866
  "us-east-1" : { }
2867
2867
  }
2868
2868
  },
2869
+ "data-ats.iot" : {
2870
+ "defaults" : {
2871
+ "credentialScope" : {
2872
+ "service" : "iotdata"
2873
+ },
2874
+ "protocols" : [ "https" ]
2875
+ },
2876
+ "endpoints" : {
2877
+ "ap-east-1" : { },
2878
+ "ap-northeast-1" : { },
2879
+ "ap-northeast-2" : { },
2880
+ "ap-south-1" : { },
2881
+ "ap-southeast-1" : { },
2882
+ "ap-southeast-2" : { },
2883
+ "ca-central-1" : {
2884
+ "variants" : [ {
2885
+ "hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
2886
+ "tags" : [ "fips" ]
2887
+ } ]
2888
+ },
2889
+ "eu-central-1" : { },
2890
+ "eu-north-1" : { },
2891
+ "eu-west-1" : { },
2892
+ "eu-west-2" : { },
2893
+ "eu-west-3" : { },
2894
+ "fips-ca-central-1" : {
2895
+ "credentialScope" : {
2896
+ "service" : "iotdata"
2897
+ },
2898
+ "deprecated" : true,
2899
+ "hostname" : "data.iot-fips.ca-central-1.amazonaws.com"
2900
+ },
2901
+ "fips-us-east-1" : {
2902
+ "credentialScope" : {
2903
+ "service" : "iotdata"
2904
+ },
2905
+ "deprecated" : true,
2906
+ "hostname" : "data.iot-fips.us-east-1.amazonaws.com"
2907
+ },
2908
+ "fips-us-east-2" : {
2909
+ "credentialScope" : {
2910
+ "service" : "iotdata"
2911
+ },
2912
+ "deprecated" : true,
2913
+ "hostname" : "data.iot-fips.us-east-2.amazonaws.com"
2914
+ },
2915
+ "fips-us-west-1" : {
2916
+ "credentialScope" : {
2917
+ "service" : "iotdata"
2918
+ },
2919
+ "deprecated" : true,
2920
+ "hostname" : "data.iot-fips.us-west-1.amazonaws.com"
2921
+ },
2922
+ "fips-us-west-2" : {
2923
+ "credentialScope" : {
2924
+ "service" : "iotdata"
2925
+ },
2926
+ "deprecated" : true,
2927
+ "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
2928
+ },
2929
+ "me-south-1" : { },
2930
+ "sa-east-1" : { },
2931
+ "us-east-1" : {
2932
+ "variants" : [ {
2933
+ "hostname" : "data.iot-fips.us-east-1.amazonaws.com",
2934
+ "tags" : [ "fips" ]
2935
+ } ]
2936
+ },
2937
+ "us-east-2" : {
2938
+ "variants" : [ {
2939
+ "hostname" : "data.iot-fips.us-east-2.amazonaws.com",
2940
+ "tags" : [ "fips" ]
2941
+ } ]
2942
+ },
2943
+ "us-west-1" : {
2944
+ "variants" : [ {
2945
+ "hostname" : "data.iot-fips.us-west-1.amazonaws.com",
2946
+ "tags" : [ "fips" ]
2947
+ } ]
2948
+ },
2949
+ "us-west-2" : {
2950
+ "variants" : [ {
2951
+ "hostname" : "data.iot-fips.us-west-2.amazonaws.com",
2952
+ "tags" : [ "fips" ]
2953
+ } ]
2954
+ }
2955
+ }
2956
+ },
2869
2957
  "data.iot" : {
2870
2958
  "defaults" : {
2871
2959
  "credentialScope" : {
@@ -10899,6 +10987,7 @@
10899
10987
  "ap-south-1" : { },
10900
10988
  "ap-southeast-1" : { },
10901
10989
  "ap-southeast-2" : { },
10990
+ "ap-southeast-3" : { },
10902
10991
  "ca-central-1" : { },
10903
10992
  "eu-central-1" : { },
10904
10993
  "eu-north-1" : { },
@@ -13131,6 +13220,12 @@
13131
13220
  "isRegionalized" : false,
13132
13221
  "partitionEndpoint" : "aws-cn-global"
13133
13222
  },
13223
+ "cloudcontrolapi" : {
13224
+ "endpoints" : {
13225
+ "cn-north-1" : { },
13226
+ "cn-northwest-1" : { }
13227
+ }
13228
+ },
13134
13229
  "cloudformation" : {
13135
13230
  "endpoints" : {
13136
13231
  "cn-north-1" : { },
@@ -13212,6 +13307,18 @@
13212
13307
  "cn-northwest-1" : { }
13213
13308
  }
13214
13309
  },
13310
+ "data-ats.iot" : {
13311
+ "defaults" : {
13312
+ "credentialScope" : {
13313
+ "service" : "iotdata"
13314
+ },
13315
+ "protocols" : [ "https" ]
13316
+ },
13317
+ "endpoints" : {
13318
+ "cn-north-1" : { },
13319
+ "cn-northwest-1" : { }
13320
+ }
13321
+ },
13215
13322
  "data.iot" : {
13216
13323
  "defaults" : {
13217
13324
  "credentialScope" : {
@@ -14773,6 +14880,42 @@
14773
14880
  "us-gov-west-1" : { }
14774
14881
  }
14775
14882
  },
14883
+ "data-ats.iot" : {
14884
+ "defaults" : {
14885
+ "credentialScope" : {
14886
+ "service" : "iotdata"
14887
+ },
14888
+ "protocols" : [ "https" ]
14889
+ },
14890
+ "endpoints" : {
14891
+ "fips-us-gov-east-1" : {
14892
+ "credentialScope" : {
14893
+ "service" : "iotdata"
14894
+ },
14895
+ "deprecated" : true,
14896
+ "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
14897
+ },
14898
+ "fips-us-gov-west-1" : {
14899
+ "credentialScope" : {
14900
+ "service" : "iotdata"
14901
+ },
14902
+ "deprecated" : true,
14903
+ "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
14904
+ },
14905
+ "us-gov-east-1" : {
14906
+ "variants" : [ {
14907
+ "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com",
14908
+ "tags" : [ "fips" ]
14909
+ } ]
14910
+ },
14911
+ "us-gov-west-1" : {
14912
+ "variants" : [ {
14913
+ "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com",
14914
+ "tags" : [ "fips" ]
14915
+ } ]
14916
+ }
14917
+ }
14918
+ },
14776
14919
  "data.iot" : {
14777
14920
  "defaults" : {
14778
14921
  "credentialScope" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.571.0
4
+ version: 1.572.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: